From: Julian Seward Date: Sat, 8 Nov 2008 15:04:58 +0000 (+0000) Subject: Run this test -q, so as to remove the variance in outputs exhibited as X-Git-Tag: svn/VALGRIND_3_4_0~156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ea912641f0c01ae55471401d53011c0f93b16f1;p=thirdparty%2Fvalgrind.git Run this test -q, so as to remove the variance in outputs exhibited as different numbers of blank lines than expected. I assume this signifies that different numbers of forked-but-not-exec'd processes are exiting, but I'm not sure. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8738 --- diff --git a/none/tests/shell.stderr.exp b/none/tests/shell.stderr.exp index 74ce6860da..3fb3b34ebc 100644 --- a/none/tests/shell.stderr.exp +++ b/none/tests/shell.stderr.exp @@ -1,18 +1,8 @@ - ./shell: ./x86/: is a directory - ./shell: ./shell.vgtest: Permission denied - execve(0x........(./shell_badinterp), 0x........, 0x........) failed, errno 2 EXEC FAILED: I can't recover from execve() failing, so I'm dying. Add more stringent tests in PRE(sys_execve), or work out how to recover. ./shell: ./shell_binaryfile: cannot execute binary file - ./shell: ./shell_nosuchfile: No such file or directory - ./shell: shell_nosuchfile: command not found - - - - - diff --git a/none/tests/shell.stderr.exp-dash b/none/tests/shell.stderr.exp-dash index e6e1db13de..eb49e0a170 100644 --- a/none/tests/shell.stderr.exp-dash +++ b/none/tests/shell.stderr.exp-dash @@ -1,13 +1,8 @@ - ./shell: 10: ./x86/: Permission denied - ./shell: 13: ./shell.vgtest: Permission denied - execve(0x........(./shell_badinterp), 0x........, 0x........) failed, errno 2 EXEC FAILED: I can't recover from execve() failing, so I'm dying. Add more stringent tests in PRE(sys_execve), or work out how to recover. ./shell_binaryfile: 4: Syntax error: ")" unexpected ./shell: 22: ./shell_nosuchfile: not found - ./shell: 25: shell_nosuchfile: not found - diff --git a/none/tests/shell.vgtest b/none/tests/shell.vgtest index 6907afdfda..bc6695012b 100644 --- a/none/tests/shell.vgtest +++ b/none/tests/shell.vgtest @@ -1,2 +1,3 @@ prog: shell stderr_filter: filter_linenos +vgopts: -q