From: Tamar Christina Date: Fri, 9 Aug 2019 08:06:50 +0000 (+0100) Subject: Arm: Skip tests on WINCE that require mapping symbols X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=04dcde3d0a9c81af285fb3e01eb070212945697a;p=thirdparty%2Fbinutils-gdb.git Arm: Skip tests on WINCE that require mapping symbols 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) --- diff --git a/binutils/testsuite/binutils-all/arm/in-order-all.d b/binutils/testsuite/binutils-all/arm/in-order-all.d index 5e51ca187a9..22b104527a8 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 a2c9b9ed9b1..81e296df0f8 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 c1df0034556..7138ccc2df3 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 f880cbcb91d..4daabb594d5 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.*