From: Florian Krohm Date: Thu, 11 Aug 2011 02:23:54 +0000 (+0000) Subject: Due to a kernel bug the siginfo struct was not filled in correctly. X-Git-Tag: svn/VALGRIND_3_7_0~273 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74c0b9293d473475e27ba0cfb2dd81c752da6b4f;p=thirdparty%2Fvalgrind.git Due to a kernel bug the siginfo struct was not filled in correctly. 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 --- diff --git a/none/tests/s390x/op00.stderr.exp b/none/tests/s390x/op00.stderr.exp1 similarity index 100% rename from none/tests/s390x/op00.stderr.exp rename to none/tests/s390x/op00.stderr.exp1 diff --git a/none/tests/s390x/op00.stderr.exp2 b/none/tests/s390x/op00.stderr.exp2 new file mode 100644 index 0000000000..d587a6619e --- /dev/null +++ b/none/tests/s390x/op00.stderr.exp2 @@ -0,0 +1,6 @@ + + +Process terminating with default action of signal 4 (SIGILL) + Illegal opcode at address 0x........ + at 0x........: main (op00.c:5) +