]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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>
Wed, 28 Aug 2019 08:44:07 +0000 (09:44 +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.

(cherry picked from commit 2b2ed2452c0bd2437ff65e71356bece225f0be46)

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 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.*