This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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][Binutils][Arm][COMMITTED] Skip tests on WINCE that require mapping symbols


Hi All,

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.

build on native hardware and regtested on
  arm-none-elf, arm-none-elf (32 bit host),
  arm-none-linux-gnueabihf, arm-none-linux-gnueabihf (32 bit host)

Cross-compiled and regtested on
  arm-none-linux-gnueabihf, armeb-none-elf, arm-wince-pe

and no issues.

Committed to master under the obvious rule.

Thanks,
Tamar

binutils/ChangeLog:

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.

-- 
diff --git a/binutils/testsuite/binutils-all/arm/in-order-all.d b/binutils/testsuite/binutils-all/arm/in-order-all.d
index 5e51ca187a997b69ac074bda1311c469d1daafe0..22b104527a8c5478f372813a8fec3b24a4c58fb2 100644
--- a/binutils/testsuite/binutils-all/arm/in-order-all.d
+++ b/binutils/testsuite/binutils-all/arm/in-order-all.d
@@ -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.*
diff --git a/binutils/testsuite/binutils-all/arm/in-order.d b/binutils/testsuite/binutils-all/arm/in-order.d
index a2c9b9ed9b13cb7e90b23b4aef8f8a20486b9a3c..81e296df0f8ea338f56a9ac962ff2bb2ac160d69 100644
--- a/binutils/testsuite/binutils-all/arm/in-order.d
+++ b/binutils/testsuite/binutils-all/arm/in-order.d
@@ -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.*
diff --git a/binutils/testsuite/binutils-all/arm/out-of-order-all.d b/binutils/testsuite/binutils-all/arm/out-of-order-all.d
index c1df00345560366503fd64d9e78a7fa37102b31c..7138ccc2df34e01b67a7065e25622cfb9c4bbdd6 100644
--- a/binutils/testsuite/binutils-all/arm/out-of-order-all.d
+++ b/binutils/testsuite/binutils-all/arm/out-of-order-all.d
@@ -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.*
diff --git a/binutils/testsuite/binutils-all/arm/out-of-order.d b/binutils/testsuite/binutils-all/arm/out-of-order.d
index f880cbcb91da49246fb47aa0d1acc52a314dcf61..4daabb594d5dfcd272e9b4ab05798313e9468070 100644
--- a/binutils/testsuite/binutils-all/arm/out-of-order.d
+++ b/binutils/testsuite/binutils-all/arm/out-of-order.d
@@ -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.*


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