diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-04-09 04:18:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-04-09 04:18:56 +0000 |
commit | e8c9a03df0a8ebb690cc62b6e45dc11debf96e8d (patch) | |
tree | b29fa10fca07b16e7be6bfcb6d6f04a89e608d81 /sim | |
parent | ab04c000666d69d6498c2b1f4e4b18379c917cd9 (diff) | |
download | gdb-e8c9a03df0a8ebb690cc62b6e45dc11debf96e8d.zip gdb-e8c9a03df0a8ebb690cc62b6e45dc11debf96e8d.tar.gz gdb-e8c9a03df0a8ebb690cc62b6e45dc11debf96e8d.tar.bz2 |
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>
Diffstat (limited to 'sim')
-rw-r--r-- | sim/testsuite/sim/bfin/ChangeLog | 5 | ||||
-rw-r--r-- | sim/testsuite/sim/bfin/se_all32bitopcodes.S | 2 | ||||
-rw-r--r-- | sim/testsuite/sim/bfin/se_all64bitg0opcodes.S | 2 | ||||
-rw-r--r-- | sim/testsuite/sim/bfin/se_all64bitg1opcodes.S | 1 | ||||
-rw-r--r-- | sim/testsuite/sim/bfin/se_all64bitg2opcodes.S | 1 |
5 files changed, 7 insertions, 4 deletions
diff --git a/sim/testsuite/sim/bfin/ChangeLog b/sim/testsuite/sim/bfin/ChangeLog index 4efd6d3..23ca758 100644 --- a/sim/testsuite/sim/bfin/ChangeLog +++ b/sim/testsuite/sim/bfin/ChangeLog @@ -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. diff --git a/sim/testsuite/sim/bfin/se_all32bitopcodes.S b/sim/testsuite/sim/bfin/se_all32bitopcodes.S index 6178e52..f8664e6 100644 --- a/sim/testsuite/sim/bfin/se_all32bitopcodes.S +++ b/sim/testsuite/sim/bfin/se_all32bitopcodes.S @@ -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 diff --git a/sim/testsuite/sim/bfin/se_all64bitg0opcodes.S b/sim/testsuite/sim/bfin/se_all64bitg0opcodes.S index 9e08afe..516583b 100644 --- a/sim/testsuite/sim/bfin/se_all64bitg0opcodes.S +++ b/sim/testsuite/sim/bfin/se_all64bitg0opcodes.S @@ -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 diff --git a/sim/testsuite/sim/bfin/se_all64bitg1opcodes.S b/sim/testsuite/sim/bfin/se_all64bitg1opcodes.S index b3b47f8..aae10f0 100644 --- a/sim/testsuite/sim/bfin/se_all64bitg1opcodes.S +++ b/sim/testsuite/sim/bfin/se_all64bitg1opcodes.S @@ -8,7 +8,6 @@ # mach: bfin # sim: --environment operating -# xfail: wrong excause (0x21 instead of 0x22) #include "test.h" .include "testutils.inc" diff --git a/sim/testsuite/sim/bfin/se_all64bitg2opcodes.S b/sim/testsuite/sim/bfin/se_all64bitg2opcodes.S index 6ec8aec..99de3ac 100644 --- a/sim/testsuite/sim/bfin/se_all64bitg2opcodes.S +++ b/sim/testsuite/sim/bfin/se_all64bitg2opcodes.S @@ -8,7 +8,6 @@ # mach: bfin # sim: --environment operating -# xfail: wrong excause (0x21 instead of 0x22) #include "test.h" .include "testutils.inc" |