This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] 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.

Committed.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

2012-04-09  Mike Frysinger  <vapier@gentoo.org>

	* se_all64bitg1opcodes.S: Delete xfail line.
	* se_all64bitg2opcodes.S: Likewise.
---
 sim/testsuite/sim/bfin/se_all64bitg1opcodes.S |    1 -
 sim/testsuite/sim/bfin/se_all64bitg2opcodes.S |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

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"
-- 
1.7.8.5


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]