[PATCH] x86: replace XFAILs in "GOTX default" tests

Jan Beulich jbeulich@suse.com
Thu Dec 4 14:02:45 GMT 2025


The use of XFAIL was wrong here. XFAIL marks tests which in principle
should work, but where making them work requires extra effort.

--- 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 .*
 
--- 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 mailing list