From: Paul F. <pa...@so...> - 2025-06-28 07:01:20
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=5f832cccbdd28b173deae1056048ed12a67bbfd1 commit 5f832cccbdd28b173deae1056048ed12a67bbfd1 Author: Paul Floyd <pj...@wa...> Date: Sat Jun 28 09:00:13 2025 +0200 Non-Linux regtest: update none cmdline2 stdout expected Diff: --- none/tests/cmdline2.stdout.exp-non-linux | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/none/tests/cmdline2.stdout.exp-non-linux b/none/tests/cmdline2.stdout.exp-non-linux index 767f1cb9c0..56a92dbf1f 100644 --- a/none/tests/cmdline2.stdout.exp-non-linux +++ b/none/tests/cmdline2.stdout.exp-non-linux @@ -29,7 +29,11 @@ usage: valgrind [options] prog-and-args where event is one of: startup exit abexit valgrindabexit all none --track-fds=no|yes|all|bad track open file descriptors? [no] - all includes reporting inherited file descriptors + all also reports on open inherited file + descriptors at exit (e.g. stdin/out/err) + bad only reports on file descriptor usage + errors and doesn't list open file descriptors + at exit --modify-fds=no|yes|high modify newly open file descriptors? [no] --time-stamp=no|yes add timestamps to log messages? [no] --log-fd=<number> log messages to file descriptor [2=stderr] |