diff options
author | Andre Simoes Dias Vieira <andre.simoesdiasvieira@arm.com> | 2024-11-07 15:50:49 +0000 |
---|---|---|
committer | Andre Vieira <andre.simoesdiasvieira@arm.com> | 2024-11-07 15:50:52 +0000 |
commit | b6ccbbd5d38a570f5293d6650ad30e3d42ed5a43 (patch) | |
tree | eac369c424a78d8de3a57ac29a61f7b8f396297b | |
parent | aec7815b4b78d4dcd2261f1dab1092dbf4a9e0be (diff) | |
download | binutils-b6ccbbd5d38a570f5293d6650ad30e3d42ed5a43.zip binutils-b6ccbbd5d38a570f5293d6650ad30e3d42ed5a43.tar.gz binutils-b6ccbbd5d38a570f5293d6650ad30e3d42ed5a43.tar.bz2 |
arm: Skip two failing tests for wince & pe targets
We don't seem to support any m-profile assembly/disassembly tests for wince or
pe, so skipping the pacbti one too.
The pr29494 test needs to be skipped because it uses assembly syntax that is
not supported in wince/pe like for instance eabi_attribute directives.
-rw-r--r-- | gas/testsuite/gas/arm/armv8_1-m-pacbti.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/arm/pr29494.d | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gas/testsuite/gas/arm/armv8_1-m-pacbti.d b/gas/testsuite/gas/arm/armv8_1-m-pacbti.d index 2e70822..fa3f983 100644 --- a/gas/testsuite/gas/arm/armv8_1-m-pacbti.d +++ b/gas/testsuite/gas/arm/armv8_1-m-pacbti.d @@ -2,6 +2,7 @@ #source: armv8_1-m-pacbti.s #as: -march=armv8.1-m.main+pacbti #objdump: -dr --prefix-addresses --show-raw-insn +#skip: *-*-pe *-wince-* .*: +file format .*arm.* diff --git a/gas/testsuite/gas/arm/pr29494.d b/gas/testsuite/gas/arm/pr29494.d index ccdc938..c213a34 100644 --- a/gas/testsuite/gas/arm/pr29494.d +++ b/gas/testsuite/gas/arm/pr29494.d @@ -4,6 +4,7 @@ # "unaligned opcodes detected in executable segment" # message because the jump table at the end of the .text # section was not 2-byte aligned. +# skip: *-*-pe *-wince-* #... .*\.short[ ]+0x(aea8|a8ae) |