|
From: <sv...@va...> - 2011-08-11 02:29:13
|
Author: florian Date: 2011-08-11 03:23:54 +0100 (Thu, 11 Aug 2011) New Revision: 11964 Log: 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. Added: trunk/none/tests/s390x/op00.stderr.exp1 trunk/none/tests/s390x/op00.stderr.exp2 Removed: trunk/none/tests/s390x/op00.stderr.exp Modified: trunk/none/tests/s390x/ Property changes on: trunk/none/tests/s390x ___________________________________________________________________ Name: svn:ignore - .deps add add_EI add_GE and and_EI clc clcle cvb cvd div ex_clone ex_sig flogr icm insert insert_EI lam_stam lpr Makefile Makefile.in mul mul_GE mvst or or_EI srst sub sub_EI tcxb xc xor xor_EI stck stcke stckf op_exception fgx condloadstore fold_And16 stfle + .deps add add_EI add_GE and and_EI clc clcle cvb cvd div ex_clone ex_sig flogr icm insert insert_EI lam_stam lpr Makefile Makefile.in mul mul_GE mvst or or_EI srst sub sub_EI tcxb xc xor xor_EI stck stcke stckf op_exception fgx condloadstore fold_And16 stfle op00 Deleted: trunk/none/tests/s390x/op00.stderr.exp =================================================================== --- trunk/none/tests/s390x/op00.stderr.exp 2011-08-10 14:25:06 UTC (rev 11963) +++ trunk/none/tests/s390x/op00.stderr.exp 2011-08-11 02:23:54 UTC (rev 11964) @@ -1,5 +0,0 @@ - - -Process terminating with default action of signal 4 (SIGILL) - at 0x........: main (op00.c:5) - Copied: trunk/none/tests/s390x/op00.stderr.exp1 (from rev 11963, trunk/none/tests/s390x/op00.stderr.exp) =================================================================== --- trunk/none/tests/s390x/op00.stderr.exp1 (rev 0) +++ trunk/none/tests/s390x/op00.stderr.exp1 2011-08-11 02:23:54 UTC (rev 11964) @@ -0,0 +1,5 @@ + + +Process terminating with default action of signal 4 (SIGILL) + at 0x........: main (op00.c:5) + Added: trunk/none/tests/s390x/op00.stderr.exp2 =================================================================== --- trunk/none/tests/s390x/op00.stderr.exp2 (rev 0) +++ trunk/none/tests/s390x/op00.stderr.exp2 2011-08-11 02:23:54 UTC (rev 11964) @@ -0,0 +1,6 @@ + + +Process terminating with default action of signal 4 (SIGILL) + Illegal opcode at address 0x........ + at 0x........: main (op00.c:5) + |