Arm: Skip tests on WINCE that require mapping symbols
authorTamar Christina <tamar.christina@arm.com>
Fri, 9 Aug 2019 08:06:50 +0000 (09:06 +0100)
committerTamar Christina <tamar.christina@arm.com>
Fri, 9 Aug 2019 08:07:45 +0000 (09:07 +0100)
The following tests fail on wince as they rely on mapping symbols to
give them a fixed order.

This skips them on platforms that don't have mapping symbols.

binutils/ChangeLog:

* testsuite/binutils-all/arm/in-order-all.d: Skip on pe, wince, coff.
* testsuite/binutils-all/arm/in-order.d: Likewise.
* testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
* testsuite/binutils-all/arm/out-of-order.d: Likewise.

binutils/ChangeLog
binutils/testsuite/binutils-all/arm/in-order-all.d
binutils/testsuite/binutils-all/arm/in-order.d
binutils/testsuite/binutils-all/arm/out-of-order-all.d
binutils/testsuite/binutils-all/arm/out-of-order.d

index 4021f06c64266ea21db5c4fc9ed1ae00e6c20bf1..22406f6816a1a2d0563074eff8bd88df1da3899f 100644 (file)
@@ -1,3 +1,10 @@
+2019-08-09  Tamar Christina  <tamar.christina@arm.com>
+
+       * testsuite/binutils-all/arm/in-order-all.d: Skip on pe, wince, coff.
+       * testsuite/binutils-all/arm/in-order.d: Likewise.
+       * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
+       * testsuite/binutils-all/arm/out-of-order.d: Likewise.
+
 2019-08-08  Nick Clifton  <nickc@redhat.com>
 
        PR 24887
index 5e51ca187a997b69ac074bda1311c469d1daafe0..22b104527a8c5478f372813a8fec3b24a4c58fb2 100644 (file)
@@ -2,6 +2,7 @@
 #source: out-of-order.s
 #ld: -e v1 -Ttext-segment=0x400000
 #objdump: -D
+#skip: *-*-pe *-wince-* *-*-coff
 #name: Check if disassembler can handle all sections in default order
 
 .*: +file format .*arm.*
index a2c9b9ed9b13cb7e90b23b4aef8f8a20486b9a3c..81e296df0f8ea338f56a9ac962ff2bb2ac160d69 100644 (file)
@@ -2,6 +2,7 @@
 #source: out-of-order.s
 #ld: -e v1 -Ttext-segment=0x400000
 #objdump: -d
+#skip: *-*-pe *-wince-* *-*-coff
 #name: Check if disassembler can handle sections in default order
 
 .*: +file format .*arm.*
index c1df00345560366503fd64d9e78a7fa37102b31c..7138ccc2df34e01b67a7065e25622cfb9c4bbdd6 100644 (file)
@@ -2,6 +2,7 @@
 #source: out-of-order.s
 #ld: -T out-of-order.T
 #objdump: -D
+#skip: *-*-pe *-wince-* *-*-coff
 #name: Check if disassembler can handle all sections in different order than header
 
 .*: +file format .*arm.*
index f880cbcb91da49246fb47aa0d1acc52a314dcf61..4daabb594d5dfcd272e9b4ab05798313e9468070 100644 (file)
@@ -1,6 +1,7 @@
 #PROG: objcopy
 #ld: -T out-of-order.T
 #objdump: -d
+#skip: *-*-pe *-wince-* *-*-coff
 #name: Check if disassembler can handle sections in different order than header
 
 .*: +file format .*arm.*
This page took 0.027575 seconds and 4 git commands to generate.