[binutils-gdb/binutils-2_46-branch] binutils: xfail "gnu-debuglink (objdump 1)" on Solaris/amd64 [PR33243, PR33389]
Rainer Orth
ro@sourceware.org
Mon Jan 26 09:14:11 GMT 2026
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=766e597eb4d02508b93f8e979028a2a22fecff55
commit 766e597eb4d02508b93f8e979028a2a22fecff55
Author: Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Date: Mon Jan 26 10:12:04 2026 +0100
binutils: xfail "gnu-debuglink (objdump 1)" on Solaris/amd64 [PR33243,PR33389]
As reported in PR binutils/33243, one test FAILs on Solaris/amd64:
FAIL: gnu-debuglink (objdump 1)
30c30,32
< 400660: ff 35 b2 15 00 00 ff 25 b4 15 00 00 0f 1f 40 00 .5.....%......@.
---
> 400660: ff 35 b2 15 00 00 push 0x15b2(%rip) # 401c18 <_GLOBAL_OFFSET_TABLE_+0x8>
> 400666: ff 25 b4 15 00 00 jmp *0x15b4(%rip) # 401c20 <_GLOBAL_OFFSET_TABLE_+0x10>
> 40066c: 0f 1f 40 00 nopl 0x0(%rax)
This is another instance of PR binutils/33389, so this patch xfail's the
test.
Tested on {amd64,i386}-pc-solaris2.11 and {x86_64,i686}-pc-linux-gnu.
2026-01-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
binutils:
PR binutils/33243
PR binutils/33389
* testsuite/binutils-all/compress.exp (test_gnu_debuglink): xfail
on Solaris/amd64.
(cherry picked from commit aa3291fceac4a53054a6337a577a882b078db9be)
Diff:
---
binutils/testsuite/binutils-all/compress.exp | 1 +
1 file changed, 1 insertion(+)
diff --git a/binutils/testsuite/binutils-all/compress.exp b/binutils/testsuite/binutils-all/compress.exp
index ae2bf8010f8..65351061745 100644
--- a/binutils/testsuite/binutils-all/compress.exp
+++ b/binutils/testsuite/binutils-all/compress.exp
@@ -780,6 +780,7 @@ proc test_gnu_debuglink {} {
set status [remote_exec build diff "${src1} ${src2}"]
set exec_output [lindex $status 1]
set exec_output [prune_warnings $exec_output]
+ setup_xfail "x86_64-*-solaris2*" "PR binutils/33243"
if ![string match "" $exec_output] then {
send_log "$exec_output\n"
verbose "$exec_output" 1
More information about the Binutils-cvs
mailing list