]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Run this test -q, so as to remove the variance in outputs exhibited as
authorJulian Seward <jseward@acm.org>
Sat, 8 Nov 2008 15:04:58 +0000 (15:04 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 8 Nov 2008 15:04:58 +0000 (15:04 +0000)
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

none/tests/shell.stderr.exp
none/tests/shell.stderr.exp-dash
none/tests/shell.vgtest

index 74ce6860dabd8414c3c40a7186b529509a531193..3fb3b34ebc4e0b616d3b4f6182d0fa0456e8a0d2 100644 (file)
@@ -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
-
-
-
-
-
index e6e1db13de66b319af18ea1f2fa4accd76663d9b..eb49e0a170310770c5e6b24e48a768b9052bc08e 100644 (file)
@@ -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
-
index 6907afdfdaf662405978680145ab98531733e547..bc6695012b1430755d11dd98b5bce9ec986568bf 100644 (file)
@@ -1,2 +1,3 @@
 prog: shell
 stderr_filter: filter_linenos
+vgopts: -q