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 7f9b0e4f9c62cce2b02f602a0d5bcbf5edf80261..0ae0206dd4c629569f9b93961a0f433d262fcb9e 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 265a507d3b722332d3dc1f501d54f1cb79754682..2dc148bb7c5ab1ab153144a4c24e7c1bce10ca2b 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 72385f0818f3dec33d409561b40559779feff172..8297f95a66f07ee41bebd28984845b2e7079bf7d 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
 #...
This page took 0.027357 seconds and 4 git commands to generate.