sim: cris: update testsuite output after strsignal change
authorMike Frysinger <vapier@gentoo.org>
Sat, 24 Mar 2012 05:33:42 +0000 (05:33 +0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 24 Mar 2012 05:33:42 +0000 (05:33 +0000)
25 files changed:
sim/testsuite/sim/cris/ChangeLog
sim/testsuite/sim/cris/c/clone5.c
sim/testsuite/sim/cris/c/fcntl1.c
sim/testsuite/sim/cris/c/kill2.c
sim/testsuite/sim/cris/c/kill3.c
sim/testsuite/sim/cris/c/mprotect1.c
sim/testsuite/sim/cris/c/pipe5.c
sim/testsuite/sim/cris/c/readlink5.c
sim/testsuite/sim/cris/c/rtsigprocmask1.c
sim/testsuite/sim/cris/c/rtsigsuspend1.c
sim/testsuite/sim/cris/c/sig10.c
sim/testsuite/sim/cris/c/sig11.c
sim/testsuite/sim/cris/c/sig3.c
sim/testsuite/sim/cris/c/sig4.c
sim/testsuite/sim/cris/c/sig5.c
sim/testsuite/sim/cris/c/sig6.c
sim/testsuite/sim/cris/c/sig7.c
sim/testsuite/sim/cris/c/sig8.c
sim/testsuite/sim/cris/c/sigreturn1.c
sim/testsuite/sim/cris/c/sigreturn2.c
sim/testsuite/sim/cris/c/syscall1.c
sim/testsuite/sim/cris/c/syscall2.c
sim/testsuite/sim/cris/c/syscall3.c
sim/testsuite/sim/cris/c/syscall4.c
sim/testsuite/sim/cris/c/sysctl2.c

index f206a4055f248e14571fbe32d97dda90bf92db51..4ea54eb7ba369f02910d1f90a77f3f2aabd93fb0 100644 (file)
@@ -1,3 +1,12 @@
+2012-03-24  Mike Frysinger  <vapier@gentoo.org>
+
+       * c/clone5.c: Update output to ignore decoded signal string.
+       * c/fcntl1.c, c/kill2.c, c/kill3.c, c/mprotect1.c, c/pipe5.c,
+       c/readlink5.c, c/rtsigprocmask1.c, c/rtsigsuspend1.c, c/sig10.c,
+       c/sig11.c, c/sig3.c, c/sig4.c, c/sig5.c, c/sig6.c, c/sig7.c,
+       c/sig8.c, c/sigreturn1.c, c/sigreturn2.c, c/syscall1.c,
+       c/syscall2.c, c/syscall3.c, c/syscall4.c, c/sysctl2.c: Likewise.
+
 2012-03-21  Mike Frysinger  <vapier@gentoo.org>
 
        * asm/addqpc.ms: Update output to ignore decoded signal string.
index 3444b56ebd4dfcc38de7c2d14c545188c86fcf09..9380a1ea5aab6c54e609b98b7eaea6a6caa887fa 100644 (file)
@@ -2,7 +2,7 @@
 #notarget: cris*-*-elf
 #xerror:
 #output: Unimplemented clone syscall *
-#output: program stopped with signal 4.\n
+#output: program stopped with signal 4 (*).\n
 */
 
 #include <stddef.h>
index 184fd6452173c75ee2b399155baed93b7e57a684..032f6b501981010ed57e0ea490ceb75f882056cd 100644 (file)
@@ -2,7 +2,7 @@
 #notarget: cris*-*-elf
 #xerror:
 #output: Unimplemented fcntl*
-#output: program stopped with signal 4.\n
+#output: program stopped with signal 4 (*).\n
 */
 #include <fcntl.h>
 #include <stdio.h>
index 183091cf6645e0fd2abeac08e76f52398350855a..6b064e782a90f132f050dab3f2c487e8addaa5a0 100644 (file)
@@ -1,6 +1,6 @@
 /* Basic kill functionality test; suicide.
 #xerror:
-#output: program stopped with signal 6.\n
+#output: program stopped with signal 6 (*).\n
 */
 
 #include <stdio.h>
index b70f3d324dc8e43d3cf37278b8a9cfa188abd772..c0e2179901e01eeb22958aa8a7bc3cfed2875eae 100644 (file)
@@ -1,6 +1,6 @@
 /* Basic kill functionality test; suicide.
 #xerror:
-#output: program stopped with signal 6.\n
+#output: program stopped with signal 6 (*).\n
 */
 
 #include <stdio.h>
index 01d9519da3c479fc8970de4882763704949e8a38..8dae50ba6eb4a9a646b5615781ae9461d1054a90 100644 (file)
@@ -2,7 +2,7 @@
 #notarget: cris*-*-elf
 #xerror:
 #output: Unimplemented mprotect call (0x0, 0x2001, 0x4)\n
-#output: program stopped with signal 4.\n
+#output: program stopped with signal 4 (*).\n
  */
 #include <stdlib.h>
 #include <stdio.h>
index abf1c9fcd994305ff927507f67abc08a2b2e8000..2b4d763353dfaf90e1128bf517937ed6eba27b10 100644 (file)
@@ -2,7 +2,7 @@
 #notarget: cris*-*-elf
 #xerror:
 #output: Terminating simulation due to writing pipe * from one single thread\n
-#output: program stopped with signal 4.\n
+#output: program stopped with signal 4 (*).\n
 */
 #include <stddef.h>
 #include <signal.h>
index 11de3487111d3e70f6c45735177868f3e9c896f2..80f20dadd8880c080b58fc568775b45fe8feff79 100644 (file)
@@ -3,6 +3,6 @@
 #dest: ./readlink5.c.x
 #xerror:
 #output: Unimplemented readlink syscall (*)\n
-#output: program stopped with signal 4.\n
+#output: program stopped with signal 4 (*).\n
 */
 #include "readlink2.c"
index 7cc7c5c5e5c1079be0e7a2204c41d32a26b02d9c..b76c33853a88384ad64becee4db33fcce105a262 100644 (file)
@@ -3,7 +3,7 @@
 #cc: additional_flags=-pthread
 #xerror:
 #output: Unimplemented rt_sigprocmask syscall (0x3, 0x0, 0x3dff*\n
-#output: program stopped with signal 4.\n
+#output: program stopped with signal 4 (*).\n
 
    Testing a signal handler corner case.  */
 
index 0e00cc17b1e4b64a40ade98b5dbb3dadd0a97896..66ca7954503ef68e161e35d6c71aa272248311a7 100644 (file)
@@ -2,7 +2,7 @@
 #notarget: cris*-*-elf
 #xerror:
 #output: Unimplemented rt_sigsuspend syscall arguments (0x1, 0x2)\n
-#output: program stopped with signal 4.\n
+#output: program stopped with signal 4 (*).\n
 */
 
 #include <unistd.h>
index d9263081c6139a2c1bb92b71b7fca0d7f6e7295a..ef548327ebf226701498a13aed2b1fca8c980ca9 100644 (file)
@@ -3,7 +3,7 @@
 #cc: additional_flags=-pthread
 #xerror:
 #output: Exiting pid 42 due to signal 9\n
-#output: program stopped with signal 4.\n
+#output: program stopped with signal 4 (*).\n
 */
 
 #include <stdlib.h>
index 1661f9b409d48fa3b5290aa9664287af92a2b020..9c8aad7d88e1f69d01c50596d520f137af3fbd3b 100644 (file)
@@ -3,7 +3,7 @@
 #cc: additional_flags=-pthread
 #xerror:
 #output: Unimplemented signal: 77\n
-#output: program stopped with signal 4.\n
+#output: program stopped with signal 4 (*).\n
 */
 
 #include <stdlib.h>
index f61372909291966146acb1bdc8103502d81386eb..91de227fd3093d4909ef3416ccb0e391e1b73134 100644 (file)
@@ -1,6 +1,6 @@
 /* Check that TRT happens at an abort (3) call, single thread.
 #xerror:
-#output: program stopped with signal 6.\n
+#output: program stopped with signal 6 (*).\n
 */
 
 #include <stdlib.h>
index 6d7ec0e5cb474eebedebf9a78fd087465e236b30..57491f80a3c602ce39300c857092faf899eb8421 100644 (file)
@@ -3,7 +3,7 @@
 #cc: additional_flags=-pthread
 #xerror:
 #output: Exiting pid 42 due to signal 6\n
-#output: program stopped with signal 6.\n
+#output: program stopped with signal 6 (*).\n
 */
 
 #include <stdlib.h>
index 674621e17220a00b21fa1b45bc3acbda15041f91..2748aa52b530a760f3ef3d44413fb0824cd2d726 100644 (file)
@@ -1,7 +1,7 @@
 /* Check that TRT happens for an uncaught non-abort signal, single thread.
 #xerror:
 #output: Unimplemented signal: 7\n
-#output: program stopped with signal 4.\n
+#output: program stopped with signal 4 (*).\n
 */
 
 #include <stdlib.h>
index 3862cf2ee49fdf6d8b4f9e8d14a8413af8a686ee..a1f572026a7e54a13d790fa5899720ba1da2cafe 100644 (file)
@@ -3,7 +3,7 @@
 #cc: additional_flags=-pthread
 #xerror:
 #output: Exiting pid 42 due to signal 7\n
-#output: program stopped with signal 4.\n
+#output: program stopped with signal 4 (*).\n
 */
 
 #include <stdlib.h>
index 0991ff0968a9c78879237275b52a1db8ec88ac82..b04f7c8ba4e824a4a7560269374ac8037a73d881 100644 (file)
@@ -2,7 +2,7 @@
 #notarget: cris*-*-elf
 #xerror:
 #output: Unimplemented rt_sigaction syscall (0x8, 0x3df*\n
-#output: program stopped with signal 4.\n
+#output: program stopped with signal 4 (*).\n
 */
 #include <stdio.h>
 #include <signal.h>
index 8a52b217666ec356571b50d68fe33794676f60de..889892f7f367b0c7b5d11b998bbe299d22f0862b 100644 (file)
@@ -1,7 +1,7 @@
 /* Check that TRT happens for an ignored catchable signal, single thread.
 #xerror:
 #output: Unimplemented signal: 14\n
-#output: program stopped with signal 4.\n
+#output: program stopped with signal 4 (*).\n
 
    Sure, it'd probably be better to support signals in single-thread too,
    but that's on an as-need basis, and I don't have a need for it yet.  */
index 09989f5ee0c30330a2edc414de21553ea20dd26d..40fc852f36c58844e1806183babe0626f82bd36c 100644 (file)
@@ -2,7 +2,7 @@
 #notarget: cris*-*-elf
 #xerror:
 #output: Invalid sigreturn syscall: no signal handler active (0x1, 0x2, 0x3, 0x4, 0x5, 0x6)\n
-#output: program stopped with signal 4.\n
+#output: program stopped with signal 4 (*).\n
 */
 
 #include <unistd.h>
index d0305cb5073e7d7543a1fe488e66bf1c56980f25..3848b5fc798faf34a5e31215a7c7d735eceb18e3 100644 (file)
@@ -3,7 +3,7 @@
 #cc: additional_flags=-pthread
 #xerror:
 #output: Invalid sigreturn syscall: no signal handler active (0x1, 0x2, 0x3, 0x4, 0x5, 0x6)\n
-#output: program stopped with signal 4.\n
+#output: program stopped with signal 4 (*).\n
 */
 
 #include <stdlib.h>
index 150f297c3f45aeed77129e5314bb7b3e593fdb78..84aacb6e09273252b3b75215402d4d118f34ba62 100644 (file)
@@ -2,7 +2,7 @@
 #notarget: cris*-*-elf
 #xerror:
 #output: Unimplemented syscall: 166 (0x1, 0x2, 0x3, 0x4, 0x5, 0x6)\n
-#output: program stopped with signal 4.\n
+#output: program stopped with signal 4 (*).\n
 */
 
 #include <unistd.h>
index 43462ec22d06614668b0a75b6d6f7941d2d3ace2..b4dbead0b1371f62f94cef4fe68f9f1260c9f7b2 100644 (file)
@@ -2,7 +2,7 @@
 #notarget: cris*-*-elf
 #xerror:
 #output: Unimplemented syscall: 0 (0x3, 0x2, 0x1, 0x4, 0x6, 0x5)\n
-#output: program stopped with signal 4.\n
+#output: program stopped with signal 4 (*).\n
 */
 
 #include <unistd.h>
index 9ba96359ef0d21cc7618c29c83f8b3944a2920ca..f4d02eb6cd3b82bc847bb8a634a2b9dd9ed1c4f9 100644 (file)
@@ -3,7 +3,7 @@
 #sim: --cris-unknown-syscall=stop
 #xerror:
 #output: Unimplemented syscall: 166 (0x1, 0x2, 0x3, 0x4, 0x5, 0x6)\n
-#output: program stopped with signal 4.\n
+#output: program stopped with signal 4 (*).\n
 */
 
 #include "syscall1.c"
index 757099fcf90385ba611f9e37739998d7f9a8308a..ba01cfdeb30ce70156867b65db22277c4697210a 100644 (file)
@@ -3,7 +3,7 @@
 #sim: --cris-unknown-syscall=stop
 #xerror:
 #output: Unimplemented syscall: 0 (0x3, 0x2, 0x1, 0x4, 0x6, 0x5)\n
-#output: program stopped with signal 4.\n
+#output: program stopped with signal 4 (*).\n
 */
 
 #include "syscall2.c"
index b6752a8bc87b8caf003d64e47c93269df7b05a1c..f27c37c90053a9ad9b2de792a843956f4bba4ff3 100644 (file)
@@ -1,7 +1,7 @@
 /* Check error message for invalid sysctl call.
 #xerror:
 #output: Unimplemented _sysctl syscall *\n
-#output: program stopped with signal 4.\n
+#output: program stopped with signal 4 (*).\n
 #notarget: cris*-*-elf
 */
 
This page took 0.034087 seconds and 4 git commands to generate.