https://sourceware.org/bugzilla/show_bug.cgi?id=33140
Bug ID: 33140 Summary: SFrame test failures on x86-64 Product: binutils Version: 2.45 (HEAD) Status: NEW Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: sam at gentoo dot org CC: jremus at linux dot ibm.com Target Milestone: --- As of 87dcc3ddd648bf5b9de965d9eb572e7f91beeeef, I see new test failures: ``` $ ~/git/binutils-gdb/configure --prefix=/tmp/binutils-pfx --disable-gdb $ make -j$(nproc) -l$(nproc) $ make check $ grep ^FAIL libsframe/libsframe.sum FAIL: plt-findfre-2a: Creating SFrame encoder FAIL: plt-findfre-2a: Adding FDE for plt0 FAIL: plt-findfre-2a: Test FDE count after adding FDE for plt0 FAIL: plt-findfre-2a: Adding FDE for pltN FAIL: plt-findfre-2a: Test FDE count after adding FDE for pltN FAIL: plt-findfre-2a: Encoder write FAIL: plt-findfre-2a: Decoder setup FAIL: plt-findfre-2a: Find only FRE in PLT0 at offset 0 FAIL: plt-findfre-2a: Find only FRE in PLT0 at offset PLT_SIZE-1 FAIL: plt-findfre-2a: Find only FRE in PLT1 at offset 0 FAIL: plt-findfre-2a: Find only FRE in PLT1 at offset PLT_SIZE-1 FAIL: plt-findfre-2a: Find only FRE in PLT2 at offset 0 FAIL: plt-findfre-2a: Find only FRE in PLT2 at offset PLT_SIZE-1 FAIL: plt-findfre-2a: Find only FRE in PLT3 at offset 0 FAIL: plt-findfre-2a: Find only FRE in PLT3 at offset PLT_SIZE-1 FAIL: plt-findfre-2a: Find only FRE in PLT4 at offset 0 FAIL: plt-findfre-2a: Find only FRE in PLT4 at offset PLT_SIZE-1 FAIL: plt-findfre-2b: Creating SFrame encoder FAIL: plt-findfre-2b: Adding FDE for plt0 FAIL: plt-findfre-2b: Test FDE count after adding FDE for plt0 FAIL: plt-findfre-2b: Adding FDE for pltN FAIL: plt-findfre-2b: Test FDE count after adding FDE for pltN FAIL: plt-findfre-2b: Encoder write FAIL: plt-findfre-2b: Decoder setup FAIL: plt-findfre-2b: Find only FRE in PLT0 at offset 0 FAIL: plt-findfre-2b: Find only FRE in PLT0 at offset PLT_SIZE-1 FAIL: plt-findfre-2b: Find only FRE in PLT1 at offset 0 FAIL: plt-findfre-2b: Find only FRE in PLT1 at offset PLT_SIZE-1 FAIL: plt-findfre-2b: Find only FRE in PLT2 at offset 0 FAIL: plt-findfre-2b: Find only FRE in PLT2 at offset PLT_SIZE-1 FAIL: plt-findfre-2b: Find only FRE in PLT3 at offset 0 FAIL: plt-findfre-2b: Find only FRE in PLT3 at offset PLT_SIZE-1 FAIL: plt-findfre-2b: Find only FRE in PLT4 at offset 0 FAIL: plt-findfre-2b: Find only FRE in PLT4 at offset PLT_SIZE-1 ``` -- You are receiving this mail because: You are on the CC list for the bug.