diff options
author | Tamar Christina <tamar.christina@arm.com> | 2019-08-09 09:06:50 +0100 |
---|---|---|
committer | Tamar Christina <tamar.christina@arm.com> | 2019-08-09 09:07:45 +0100 |
commit | 2b2ed2452c0bd2437ff65e71356bece225f0be46 (patch) | |
tree | c0817542dda35910fdfd138bcea1fdf882041dc5 /binutils | |
parent | 678581fc78cffcfd1423b557368c3a0cfb695b87 (diff) | |
download | gdb-2b2ed2452c0bd2437ff65e71356bece225f0be46.zip gdb-2b2ed2452c0bd2437ff65e71356bece225f0be46.tar.gz gdb-2b2ed2452c0bd2437ff65e71356bece225f0be46.tar.bz2 |
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.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 7 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/arm/in-order-all.d | 1 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/arm/in-order.d | 1 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/arm/out-of-order-all.d | 1 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/arm/out-of-order.d | 1 |
5 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4021f06..22406f6 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -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 diff --git a/binutils/testsuite/binutils-all/arm/in-order-all.d b/binutils/testsuite/binutils-all/arm/in-order-all.d index 5e51ca1..22b1045 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 a2c9b9e..81e296d 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 c1df003..7138ccc 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 f880cbc..4daabb5 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.* |