diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-11-14 13:43:46 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-11-15 01:35:49 -0500 |
commit | 7b2ec4e46fb726a7616a07e67c4270f48c8c546e (patch) | |
tree | 23967d2993fec88f9d012ce849910a2617e56121 /sim | |
parent | daad0428f27f8379948fa85c951c72ffc16b27d4 (diff) | |
download | gdb-7b2ec4e46fb726a7616a07e67c4270f48c8c546e.zip gdb-7b2ec4e46fb726a7616a07e67c4270f48c8c546e.tar.gz gdb-7b2ec4e46fb726a7616a07e67c4270f48c8c546e.tar.bz2 |
sim: bfin: fix mach/xfail usage in tests
Set the mach to the right value all the time, and update xfail to
say the test fails on all targets. WIth multitarget testing, the
idea of target here doesn't make much sense.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/testsuite/bfin/se_all32bitopcodes.S | 4 | ||||
-rw-r--r-- | sim/testsuite/bfin/se_all64bitg0opcodes.S | 4 | ||||
-rw-r--r-- | sim/testsuite/bfin/se_illegalcombination.S | 2 | ||||
-rw-r--r-- | sim/testsuite/bfin/se_undefinedinstruction3.S | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/sim/testsuite/bfin/se_all32bitopcodes.S b/sim/testsuite/bfin/se_all32bitopcodes.S index 6ffe6d1..0de8e0d 100644 --- a/sim/testsuite/bfin/se_all32bitopcodes.S +++ b/sim/testsuite/bfin/se_all32bitopcodes.S @@ -11,9 +11,9 @@ # 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. -# mach: none +# mach: bfin # sim: --environment operating -# xfail: too many invalid insns are decoded as valid +# xfail: "too many invalid insns are decoded as valid" *-* #include "test.h" diff --git a/sim/testsuite/bfin/se_all64bitg0opcodes.S b/sim/testsuite/bfin/se_all64bitg0opcodes.S index 516583b..72da76b 100644 --- a/sim/testsuite/bfin/se_all64bitg0opcodes.S +++ b/sim/testsuite/bfin/se_all64bitg0opcodes.S @@ -10,9 +10,9 @@ # 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. -# mach: none +# mach: bfin # sim: --environment operating -# xfail: too many invalid insns are decoded as valid +# xfail: "too many invalid insns are decoded as valid" *-* #include "test.h" .include "testutils.inc" diff --git a/sim/testsuite/bfin/se_illegalcombination.S b/sim/testsuite/bfin/se_illegalcombination.S index 0fe5f27..85633d1 100644 --- a/sim/testsuite/bfin/se_illegalcombination.S +++ b/sim/testsuite/bfin/se_illegalcombination.S @@ -2,7 +2,7 @@ // Description: Multi-issue Illegal Combinations # mach: bfin # sim: --environment operating -# xfail: "missing a few checks; hardware doesnt seem to match PRM?" bfin-* +# xfail: "missing a few checks; hardware doesnt seem to match PRM?" *-* #include "test.h" .include "testutils.inc" diff --git a/sim/testsuite/bfin/se_undefinedinstruction3.S b/sim/testsuite/bfin/se_undefinedinstruction3.S index 0acfb88..3db07a8 100644 --- a/sim/testsuite/bfin/se_undefinedinstruction3.S +++ b/sim/testsuite/bfin/se_undefinedinstruction3.S @@ -2,7 +2,7 @@ // Description: 32 bit special cases Undefined Instructions in Supervisor Mode # mach: bfin # sim: --environment operating -# xfail: "missing checks in A0/A1 macfunc" bfin-* +# xfail: "missing checks in A0/A1 macfunc" *-* #include "test.h" .include "testutils.inc" |