[binutils-gdb] x86: replace XFAILs in "GOTX default" tests

Jan Beulich jbeulich@sourceware.org
Fri Dec 12 07:09:02 GMT 2025


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

commit f153f575c8bd1971574a3a5c5a436a55e01da802
Author: Jan Beulich <jbeulich@suse.com>
Date:   Fri Dec 12 08:05:11 2025 +0100

    x86: replace XFAILs in "GOTX default" tests
    
    The use of XFAIL was wrong here. XFAIL marks tests which in principle
    should work, but where making them work requires extra effort.

Diff:
---
 gas/testsuite/gas/i386/gotx-default.d    | 2 +-
 gas/testsuite/gas/i386/no-gotx-default.d | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/gas/testsuite/gas/i386/gotx-default.d b/gas/testsuite/gas/i386/gotx-default.d
index 8fb7ad746ad..141859c21bc 100644
--- a/gas/testsuite/gas/i386/gotx-default.d
+++ b/gas/testsuite/gas/i386/gotx-default.d
@@ -1,6 +1,6 @@
 #source: gotx.s
 #objdump: -dwr
-#xfail: *-*-solaris*
+#skip: *-*-solaris*
 
 .*: +file format .*
 
diff --git a/gas/testsuite/gas/i386/no-gotx-default.d b/gas/testsuite/gas/i386/no-gotx-default.d
index ffeb2a96cf2..48d292d2bc9 100644
--- a/gas/testsuite/gas/i386/no-gotx-default.d
+++ b/gas/testsuite/gas/i386/no-gotx-default.d
@@ -1,7 +1,6 @@
 #source: gotx.s
 #objdump: -dwr
-#xfail: *-*-*
-#noxfail: *-*-solaris*
+#noskip: *-*-solaris*
 
 .*: +file format .*


More information about the Binutils-cvs mailing list