]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Due to a kernel bug the siginfo struct was not filled in correctly.
authorFlorian Krohm <florian@eich-krohm.de>
Thu, 11 Aug 2011 02:23:54 +0000 (02:23 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Thu, 11 Aug 2011 02:23:54 +0000 (02:23 +0000)
The si_code was incorrect not matching any of the VKI_ILL_....
cases checked in m_signals.c function default_action.
So let's have two expected output files for buggy kernels and otherwise.
Also, add op00 to the list of files to be ignored.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11964

none/tests/s390x/op00.stderr.exp1 [moved from none/tests/s390x/op00.stderr.exp with 100% similarity]
none/tests/s390x/op00.stderr.exp2 [new file with mode: 0644]

diff --git a/none/tests/s390x/op00.stderr.exp2 b/none/tests/s390x/op00.stderr.exp2
new file mode 100644 (file)
index 0000000..d587a66
--- /dev/null
@@ -0,0 +1,6 @@
+
+
+Process terminating with default action of signal 4 (SIGILL)
+ Illegal opcode at address 0x........
+   at 0x........: main (op00.c:5)
+