https://sourceware.org/bugzilla/show_bug.cgi?id=28029
Bug ID: 28029
Summary: debuginfod 2 tests UNTESTED
Product: binutils
Version: 2.37 (HEAD)
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: toolybird at tuta dot io
Target Milestone: ---
I noticed this while test building latest git. Probably nothing to worry about
but I'll mention it anyway.
2 tests in debuginfod.exp are showing as UNTESTED. These worked fine in 2.36.1:
UNTESTED: debuginfod (objdump not configured with debuginfod)
UNTESTED: debuginfod (readelf not configured with debuginfod)
Bisected to:
ecd65684f542be614adc56321c118d8985d35409 is the first bad commit
commit ecd65684f542be614adc56321c118d8985d35409
Author: H.J. Lu <[email protected]>
Date: Mon Mar 1 05:34:34 2021 -0800
Warn for missing separate debug files only if needed
We shouldn't warn missing separate debug files when debug info isn't
needed.
PR binutils/27486
* dwarf.c (load_separate_debug_info): Issue warning only if
do_debug_links is set.
* testsuite/binutils-all/compress.exp: Run objdump and readelf
with missing debug file.
Maybe the testsuite needs tweaking? Thanks.
--
You are receiving this mail because:
You are on the CC list for the bug.