From: Paul Floyd Date: Mon, 15 Apr 2024 05:18:42 +0000 (+0200) Subject: non-linux regtest: update cmdline expecteds X-Git-Tag: VALGRIND_3_23_0~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc7038ae247c1c42f8a6231a341ad27a978b751f;p=thirdparty%2Fvalgrind.git non-linux regtest: update cmdline expecteds --- diff --git a/none/tests/cmdline1.stdout.exp-non-linux b/none/tests/cmdline1.stdout.exp-non-linux index 45820cbbc..6474bd1ca 100644 --- a/none/tests/cmdline1.stdout.exp-non-linux +++ b/none/tests/cmdline1.stdout.exp-non-linux @@ -48,8 +48,9 @@ usage: valgrind [options] prog-and-args --error-exitcode= exit code to return if errors found [0=disable] --error-markers=, add lines with begin/end markers before/after each error output in plain text mode [none] - --show-error-list=no|yes show detected errors list and - suppression counts at exit [no] + --show-error-list=no|yes|all show detected errors list and + suppression counts at exit [no]. + all means to also print suppressed errors. -s same as --show-error-list=yes --keep-debuginfo=no|yes Keep symbols etc for unloaded code [no] This allows saved stack traces (e.g. memory leaks) diff --git a/none/tests/cmdline2.stdout.exp-non-linux b/none/tests/cmdline2.stdout.exp-non-linux index c4c8bde5a..b4b1081fb 100644 --- a/none/tests/cmdline2.stdout.exp-non-linux +++ b/none/tests/cmdline2.stdout.exp-non-linux @@ -48,8 +48,9 @@ usage: valgrind [options] prog-and-args --error-exitcode= exit code to return if errors found [0=disable] --error-markers=, add lines with begin/end markers before/after each error output in plain text mode [none] - --show-error-list=no|yes show detected errors list and - suppression counts at exit [no] + --show-error-list=no|yes|all show detected errors list and + suppression counts at exit [no]. + all means to also print suppressed errors. -s same as --show-error-list=yes --keep-debuginfo=no|yes Keep symbols etc for unloaded code [no] This allows saved stack traces (e.g. memory leaks)