|
From: Mark W. <ma...@so...> - 2021-10-01 20:29:47
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=ae3c1b919004814f3f38d43542b7cb3f2c0e0748 commit ae3c1b919004814f3f38d43542b7cb3f2c0e0748 Author: Mark Wielaard <ma...@kl...> Date: Fri Oct 1 22:25:40 2021 +0200 Add none/tests/scripts/shell.stderr.exp-dash4 for dash 0.5.11 dash 0.5.11 produces slightly different error messagess. The new exp file is similar to shell.stderr.exp-dash3 but with the extra (second) "shell: " output removed. Diff: --- none/tests/scripts/shell.stderr.exp-dash4 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/none/tests/scripts/shell.stderr.exp-dash4 b/none/tests/scripts/shell.stderr.exp-dash4 new file mode 100644 index 0000000000..9f6c90a050 --- /dev/null +++ b/none/tests/scripts/shell.stderr.exp-dash4 @@ -0,0 +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: 19: ./shell_binaryfile: Exec format error +./shell: 22: ./shell_nosuchfile: not found +./shell: 25: shell_nosuchfile: not found |