[binutils-gdb] arm: Skip two failing tests for wince & pe targets

Andre Simoes Dias Vieira avieira@sourceware.org
Thu Nov 7 15:51:26 GMT 2024


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b6ccbbd5d38a570f5293d6650ad30e3d42ed5a43

commit b6ccbbd5d38a570f5293d6650ad30e3d42ed5a43
Author: Andre Simoes Dias Vieira <andre.simoesdiasvieira@arm.com>
Date:   Thu Nov 7 15:50:49 2024 +0000

    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.

Diff:
---
 gas/testsuite/gas/arm/armv8_1-m-pacbti.d | 1 +
 gas/testsuite/gas/arm/pr29494.d          | 1 +
 2 files changed, 2 insertions(+)

diff --git a/gas/testsuite/gas/arm/armv8_1-m-pacbti.d b/gas/testsuite/gas/arm/armv8_1-m-pacbti.d
index 2e7082216ce..fa3f983ce64 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 ccdc938ab6b..c213a348e01 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)


More information about the Binutils-cvs mailing list