Arm: Skip new binary decode tests on pe targets
authorTamar Christina <tamar.christina@arm.com>
Fri, 19 Oct 2018 15:18:37 +0000 (16:18 +0100)
committerTamar Christina <tamar.christina@arm.com>
Fri, 19 Oct 2018 15:19:07 +0000 (16:19 +0100)
The two new test I added require the use of the ".inst" directive which the PE
targets don't support.  Because of that I excluded *-unknown-pe but the mask needs
to be wider.  I am now excluding *-*-pe.

gas/ChangeLog:

* testsuite/gas/arm/undefined-insn-arm.d: Widen pe skip.
* testsuite/gas/arm/undefined-insn-thumb.d: Likewise.

gas/ChangeLog
gas/testsuite/gas/arm/undefined-insn-arm.d
gas/testsuite/gas/arm/undefined-insn-thumb.d

index 7f9b0e4..0ae0206 100644 (file)
@@ -1,5 +1,10 @@
 2018-10-19  Tamar Christina  <tamar.christina@arm.com>
 
+       * testsuite/gas/arm/undefined-insn-arm.d: Widen pe skip.
+       * testsuite/gas/arm/undefined-insn-thumb.d: Likewise.
+
+2018-10-19  Tamar Christina  <tamar.christina@arm.com>
+
        * testsuite/gas/arm/undefined-insn-arm.d: New test.
        * testsuite/gas/arm/undefined-insn-thumb.d: New test.
        * testsuite/gas/arm/undefined-insn.s: New test.
index 265a507..2dc148b 100644 (file)
@@ -1,5 +1,5 @@
 #name: Undefined binary printing in arm mode
-#skip: *-unknown-pe *-*-vxworks
+#skip: *-*-pe *-*-vxworks
 #source: undefined-insn.s
 #objdump: -D -b binary -m armv7e-m
 #...
index 72385f0..8297f95 100644 (file)
@@ -1,5 +1,5 @@
 #name: Undefined binary printing in thumb mode
-#skip: *-unknown-pe *-*-vxworks
+#skip: *-*-pe *-*-vxworks
 #source: undefined-insn.s
 #objdump: -D -b binary -m armv7e-m -M force-thumb
 #...