mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
sim: bfin: enable some parallel tests
Now that we check for valid sub-insns in parallel insns, we can enable the tests that explicitly validate those code paths. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
ab04c00066
commit
e8c9a03df0
@ -1,3 +1,8 @@
|
||||
2012-04-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* se_all64bitg1opcodes.S: Delete xfail line.
|
||||
* se_all64bitg2opcodes.S: Likewise.
|
||||
|
||||
2012-04-08 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* se_all16bitopcodes.S (SE_ALL_BITS): Define to 16.
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
# Don't want to enable for normal `make check` as it takes way too long in
|
||||
# the sim -- executes over 3 billion insns, and even at 10 MIPS, that's 10+
|
||||
# minutes :(. Useful for directed testing, but that's about it.
|
||||
# minutes. Useful for directed testing, but that's about it.
|
||||
# mach: none
|
||||
# sim: --environment operating
|
||||
# xfail: too many invalid insns are decoded as valid
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
# Don't want to enable for normal `make check` as it takes way too long in
|
||||
# the sim -- executes over 3 billion insns, and even at 10 MIPS, that's 10+
|
||||
# minutes :(. Useful for directed testing, but that's about it.
|
||||
# minutes. Useful for directed testing, but that's about it.
|
||||
# mach: none
|
||||
# sim: --environment operating
|
||||
# xfail: too many invalid insns are decoded as valid
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
# mach: bfin
|
||||
# sim: --environment operating
|
||||
# xfail: wrong excause (0x21 instead of 0x22)
|
||||
|
||||
#include "test.h"
|
||||
.include "testutils.inc"
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
# mach: bfin
|
||||
# sim: --environment operating
|
||||
# xfail: wrong excause (0x21 instead of 0x22)
|
||||
|
||||
#include "test.h"
|
||||
.include "testutils.inc"
|
||||
|
Loading…
Reference in New Issue
Block a user