|
From: Paul F. <pa...@so...> - 2023-04-21 21:18:18
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=577912e62c411c438a86ce99032cd5c31f12b68a commit 577912e62c411c438a86ce99032cd5c31f12b68a Author: Paul Floyd <pj...@wa...> Date: Fri Apr 21 23:17:32 2023 +0200 regtest: add another expected for dhat/tests/user_histo1 Diff: --- dhat/tests/Makefile.am | 2 +- dhat/tests/user_histo1.stderr.exp-gcc | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/dhat/tests/Makefile.am b/dhat/tests/Makefile.am index 818cc10d08..bdc0f15688 100644 --- a/dhat/tests/Makefile.am +++ b/dhat/tests/Makefile.am @@ -13,7 +13,7 @@ EXTRA_DIST = \ sig.stderr.exp sig.vgtest \ single.stderr.exp single.vgtest \ user_histo1.stderr.exp user_histo1.vgtest \ - user_histo1.stdout.exp + user_histo1.stdout.exp user_histo1.stderr.exp-gcc check_PROGRAMS = \ acc \ diff --git a/dhat/tests/user_histo1.stderr.exp-gcc b/dhat/tests/user_histo1.stderr.exp-gcc new file mode 100644 index 0000000000..b7fe054823 --- /dev/null +++ b/dhat/tests/user_histo1.stderr.exp-gcc @@ -0,0 +1,8 @@ +Warning: request for user histogram of size 500 is smaller than the normal histogram limit, request ignored +Warning: address for user histogram request not found +Warning: request for user histogram of size 100000 is larger than the maximum user request limit, request ignored +Total: 175,204 bytes in 4 blocks +At t-gmax: 173,204 bytes in 3 blocks +At t-end: 0 bytes in 0 blocks +Reads: 1,001 bytes +Writes: 102,536 bytes |