sim: cris: update testsuite output after strsignal change
This commit is contained in:
parent
5c73fae010
commit
af209c380f
38 changed files with 50 additions and 37 deletions
|
@ -1,3 +1,16 @@
|
|||
2012-03-21 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* asm/addqpc.ms: Update output to ignore decoded signal string.
|
||||
* asm/boundmv32.ms, asm/fidxd.ms, asm/fidxi.ms, asm/ftagd.ms,
|
||||
asm/ftagi.ms, asm/halt.ms, asm/io6.ms, asm/io7.ms, asm/io8.ms,
|
||||
asm/io9.ms, asm/movecpc.ms, asm/movempc.ms, asm/movepcb.ms,
|
||||
asm/movepcd.ms, asm/movepcw.ms, asm/moveqpc.ms, asm/moverbpc.ms,
|
||||
asm/moverdpc.ms, asm/moverpcb.ms, asm/moverpcw.ms, asm/moverwpc.ms,
|
||||
asm/movppc.ms, asm/movrss.ms, asm/movscpc.ms, asm/movsmpc.ms,
|
||||
asm/movsrpc.ms, asm/movssr.ms, asm/movucpc.ms, asm/movumpc.ms,
|
||||
asm/movurpc.ms, asm/msteppc1.ms, asm/msteppc2.ms, asm/msteppc3.ms,
|
||||
asm/rfg.ms, asm/sbfs.ms, asm/subqpc.ms: Likewise.
|
||||
|
||||
2010-10-07 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* c/seek3.c, c/seek4.c: New tests.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# mach: crisv3 crisv8 crisv10
|
||||
# xerror:
|
||||
# output: General register read of PC is not implemented.\nprogram stopped with signal 5.\n
|
||||
# output: General register read of PC is not implemented.\nprogram stopped with signal 5 (*).\n
|
||||
|
||||
.include "testutils.inc"
|
||||
start
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# mach: crisv32
|
||||
# xerror:
|
||||
# output: program stopped with signal 4.\n
|
||||
# output: program stopped with signal 4 (*).\n
|
||||
.include "testutils.inc"
|
||||
|
||||
; Check that bound with a memory operand is invalid.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# mach: crisv32
|
||||
# xerror:
|
||||
# output: FIDXD isn't implemented\nprogram stopped with signal 5.\n
|
||||
# output: FIDXD isn't implemented\nprogram stopped with signal 5 (*).\n
|
||||
|
||||
.include "testutils.inc"
|
||||
start
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# mach: crisv32
|
||||
# xerror:
|
||||
# output: FIDXI isn't implemented\nprogram stopped with signal 5.\n
|
||||
# output: FIDXI isn't implemented\nprogram stopped with signal 5 (*).\n
|
||||
|
||||
.include "testutils.inc"
|
||||
start
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# mach: crisv32
|
||||
# xerror:
|
||||
# output: FTAGD isn't implemented\nprogram stopped with signal 5.\n
|
||||
# output: FTAGD isn't implemented\nprogram stopped with signal 5 (*).\n
|
||||
|
||||
.include "testutils.inc"
|
||||
start
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# mach: crisv32
|
||||
# xerror:
|
||||
# output: FTAGI isn't implemented\nprogram stopped with signal 5.\n
|
||||
# output: FTAGI isn't implemented\nprogram stopped with signal 5 (*).\n
|
||||
|
||||
.include "testutils.inc"
|
||||
start
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# mach: crisv32
|
||||
# xerror:
|
||||
# output: HALT isn't implemented\nprogram stopped with signal 5.\n
|
||||
# output: HALT isn't implemented\nprogram stopped with signal 5 (*).\n
|
||||
|
||||
.include "testutils.inc"
|
||||
start
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# xerror:
|
||||
# output: b1e\n
|
||||
# output: core: 4 byte write to unmapped address 0x90000008 at 0x16\n
|
||||
# output: program stopped with signal 11.\n
|
||||
# output: program stopped with signal 11 (*).\n
|
||||
|
||||
; Check that invalid access to the simulator area is recognized.
|
||||
; "FAIL" area.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# xerror:
|
||||
# output: ce11d0c\n
|
||||
# output: core: 4 byte write to unmapped address 0x90000004 at 0x16\n
|
||||
# output: program stopped with signal 11.\n
|
||||
# output: program stopped with signal 11 (*).\n
|
||||
|
||||
; Check that invalid access to the simulator area is recognized.
|
||||
; "PASS" area.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# xerror:
|
||||
# output: b1e\n
|
||||
# output: core: 4 byte write to unmapped address 0x90000008 at 0x16\n
|
||||
# output: program stopped with signal 11.\n
|
||||
# output: program stopped with signal 11 (*).\n
|
||||
|
||||
; Check invalid access valid with --cris-900000xx.
|
||||
; "FAIL" area.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# xerror:
|
||||
# output: ce11d0c\n
|
||||
# output: core: 4 byte write to unmapped address 0x90000004 at 0x16\n
|
||||
# output: program stopped with signal 11.\n
|
||||
# output: program stopped with signal 11 (*).\n
|
||||
|
||||
; Check invalid access valid with --cris-900000xx.
|
||||
; "PASS" area.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# mach: crisv3 crisv8 crisv10
|
||||
# xerror:
|
||||
# output: General register * PC is not implemented.\nprogram stopped with signal 5.\n
|
||||
# output: General register * PC is not implemented.\nprogram stopped with signal 5 (*).\n
|
||||
|
||||
# We deliberately match both "read from" and "write to" above.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# mach: crisv3 crisv8 crisv10
|
||||
# xerror:
|
||||
# output: General register write to PC is not implemented.\nprogram stopped with signal 5.\n
|
||||
# output: General register write to PC is not implemented.\nprogram stopped with signal 5 (*).\n
|
||||
|
||||
.include "testutils.inc"
|
||||
start
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# mach: crisv3 crisv8 crisv10
|
||||
# xerror:
|
||||
# output: General register read of PC is not implemented.\nprogram stopped with signal 5.\n
|
||||
# output: General register read of PC is not implemented.\nprogram stopped with signal 5 (*).\n
|
||||
|
||||
.include "testutils.inc"
|
||||
startnostack
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# mach: crisv3 crisv8 crisv10
|
||||
# xerror:
|
||||
# output: General register * PC is not implemented.\nprogram stopped with signal 5.\n
|
||||
# output: General register * PC is not implemented.\nprogram stopped with signal 5 (*).\n
|
||||
|
||||
# Both source and dest contain PC for "test.d r" (move.d r,r). Ideally,
|
||||
# the output message should say "read" of PC, but we allow PC as source in
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# mach: crisv3 crisv8 crisv10
|
||||
# xerror:
|
||||
# output: General register read of PC is not implemented.\nprogram stopped with signal 5.\n
|
||||
# output: General register read of PC is not implemented.\nprogram stopped with signal 5 (*).\n
|
||||
|
||||
.include "testutils.inc"
|
||||
startnostack
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# mach: crisv3 crisv8 crisv10
|
||||
# xerror:
|
||||
# output: General register write to PC is not implemented.\nprogram stopped with signal 5.\n
|
||||
# output: General register write to PC is not implemented.\nprogram stopped with signal 5 (*).\n
|
||||
|
||||
.include "testutils.inc"
|
||||
startnostack
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# mach: crisv3 crisv8 crisv10
|
||||
# xerror:
|
||||
# output: General register write to PC is not implemented.\nprogram stopped with signal 5.\n
|
||||
# output: General register write to PC is not implemented.\nprogram stopped with signal 5 (*).\n
|
||||
|
||||
.include "testutils.inc"
|
||||
startnostack
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# mach: crisv3 crisv8 crisv10
|
||||
# xerror:
|
||||
# output: General register write to PC is not implemented.\nprogram stopped with signal 5.\n
|
||||
# output: General register write to PC is not implemented.\nprogram stopped with signal 5 (*).\n
|
||||
|
||||
.include "testutils.inc"
|
||||
startnostack
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# mach: crisv3 crisv8 crisv10
|
||||
# xerror:
|
||||
# output: General register read of PC is not implemented.\nprogram stopped with signal 5.\n
|
||||
# output: General register read of PC is not implemented.\nprogram stopped with signal 5 (*).\n
|
||||
|
||||
.include "testutils.inc"
|
||||
startnostack
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# mach: crisv3 crisv8 crisv10
|
||||
# xerror:
|
||||
# output: General register read of PC is not implemented.\nprogram stopped with signal 5.\n
|
||||
# output: General register read of PC is not implemented.\nprogram stopped with signal 5 (*).\n
|
||||
|
||||
.include "testutils.inc"
|
||||
startnostack
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# mach: crisv3 crisv8 crisv10
|
||||
# xerror:
|
||||
# output: General register write to PC is not implemented.\nprogram stopped with signal 5.\n
|
||||
# output: General register write to PC is not implemented.\nprogram stopped with signal 5 (*).\n
|
||||
|
||||
.include "testutils.inc"
|
||||
startnostack
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# mach: crisv3 crisv8 crisv10
|
||||
# xerror:
|
||||
# output: General register read of PC is not implemented.\nprogram stopped with signal 5.\n
|
||||
# output: General register read of PC is not implemented.\nprogram stopped with signal 5 (*).\n
|
||||
|
||||
.include "testutils.inc"
|
||||
start
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# mach: crisv32
|
||||
# xerror:
|
||||
# output: Write to support register is unimplemented\nprogram stopped with signal 5.\n
|
||||
# output: Write to support register is unimplemented\nprogram stopped with signal 5 (*).\n
|
||||
|
||||
.include "testutils.inc"
|
||||
start
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# mach: crisv3 crisv8 crisv10
|
||||
# xerror:
|
||||
# output: General register write to PC is not implemented.\nprogram stopped with signal 5.\n
|
||||
# output: General register write to PC is not implemented.\nprogram stopped with signal 5 (*).\n
|
||||
|
||||
.include "testutils.inc"
|
||||
start
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# mach: crisv3 crisv8 crisv10
|
||||
# xerror:
|
||||
# output: General register write to PC is not implemented.\nprogram stopped with signal 5.\n
|
||||
# output: General register write to PC is not implemented.\nprogram stopped with signal 5 (*).\n
|
||||
|
||||
.include "testutils.inc"
|
||||
start
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# mach: crisv3 crisv8 crisv10
|
||||
# xerror:
|
||||
# output: General register write to PC is not implemented.\nprogram stopped with signal 5.\n
|
||||
# output: General register write to PC is not implemented.\nprogram stopped with signal 5 (*).\n
|
||||
|
||||
.include "testutils.inc"
|
||||
start
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# mach: crisv32
|
||||
# xerror:
|
||||
# output: Read of support register is unimplemented\nprogram stopped with signal 5.\n
|
||||
# output: Read of support register is unimplemented\nprogram stopped with signal 5 (*).\n
|
||||
|
||||
.include "testutils.inc"
|
||||
start
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# mach: crisv3 crisv8 crisv10
|
||||
# xerror:
|
||||
# output: General register write to PC is not implemented.\nprogram stopped with signal 5.\n
|
||||
# output: General register write to PC is not implemented.\nprogram stopped with signal 5 (*).\n
|
||||
|
||||
.include "testutils.inc"
|
||||
start
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# mach: crisv3 crisv8 crisv10
|
||||
# xerror:
|
||||
# output: General register write to PC is not implemented.\nprogram stopped with signal 5.\n
|
||||
# output: General register write to PC is not implemented.\nprogram stopped with signal 5 (*).\n
|
||||
|
||||
.include "testutils.inc"
|
||||
start
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# mach: crisv3 crisv8 crisv10
|
||||
# xerror:
|
||||
# output: General register write to PC is not implemented.\nprogram stopped with signal 5.\n
|
||||
# output: General register write to PC is not implemented.\nprogram stopped with signal 5 (*).\n
|
||||
|
||||
.include "testutils.inc"
|
||||
start
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# mach: crisv3 crisv8 crisv10
|
||||
# xerror:
|
||||
# output: General register read of PC is not implemented.\n
|
||||
# output: program stopped with signal 5.\n
|
||||
# output: program stopped with signal 5 (*).\n
|
||||
|
||||
.include "testutils.inc"
|
||||
start
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# mach: crisv3 crisv8 crisv10
|
||||
# xerror:
|
||||
# output: General register read of PC is not implemented.\n
|
||||
# output: program stopped with signal 5.\n
|
||||
# output: program stopped with signal 5 (*).\n
|
||||
|
||||
.include "testutils.inc"
|
||||
start
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# mach: crisv3 crisv8 crisv10
|
||||
# xerror:
|
||||
# output: General register read of PC is not implemented.\n
|
||||
# output: program stopped with signal 5.\n
|
||||
# output: program stopped with signal 5 (*).\n
|
||||
|
||||
.include "testutils.inc"
|
||||
start
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# mach: crisv32
|
||||
# xerror:
|
||||
# output: RFG isn't implemented\nprogram stopped with signal 5.\n
|
||||
# output: RFG isn't implemented\nprogram stopped with signal 5 (*).\n
|
||||
|
||||
.include "testutils.inc"
|
||||
start
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# mach: crisv10
|
||||
# xerror:
|
||||
# output: SBFS isn't implemented\nprogram stopped with signal 5.\n
|
||||
# output: SBFS isn't implemented\nprogram stopped with signal 5 (*).\n
|
||||
|
||||
.include "testutils.inc"
|
||||
start
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# mach: crisv3 crisv8 crisv10
|
||||
# xerror:
|
||||
# output: General register read of PC is not implemented.\nprogram stopped with signal 5.\n
|
||||
# output: General register read of PC is not implemented.\nprogram stopped with signal 5 (*).\n
|
||||
|
||||
.include "testutils.inc"
|
||||
start
|
||||
|
|
Loading…
Reference in a new issue