mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 00:59: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:
@ -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>
|
2012-04-08 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* se_all16bitopcodes.S (SE_ALL_BITS): Define to 16.
|
* 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
|
# 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+
|
# 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
|
# mach: none
|
||||||
# sim: --environment operating
|
# sim: --environment operating
|
||||||
# xfail: too many invalid insns are decoded as valid
|
# 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
|
# 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+
|
# 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
|
# mach: none
|
||||||
# sim: --environment operating
|
# sim: --environment operating
|
||||||
# xfail: too many invalid insns are decoded as valid
|
# xfail: too many invalid insns are decoded as valid
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
|
|
||||||
# mach: bfin
|
# mach: bfin
|
||||||
# sim: --environment operating
|
# sim: --environment operating
|
||||||
# xfail: wrong excause (0x21 instead of 0x22)
|
|
||||||
|
|
||||||
#include "test.h"
|
#include "test.h"
|
||||||
.include "testutils.inc"
|
.include "testutils.inc"
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
|
|
||||||
# mach: bfin
|
# mach: bfin
|
||||||
# sim: --environment operating
|
# sim: --environment operating
|
||||||
# xfail: wrong excause (0x21 instead of 0x22)
|
|
||||||
|
|
||||||
#include "test.h"
|
#include "test.h"
|
||||||
.include "testutils.inc"
|
.include "testutils.inc"
|
||||||
|
Reference in New Issue
Block a user