Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sevaa committed Jul 13, 2024
1 parent e892caf commit d3623b1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/run_readelf_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,12 @@ def run_test_on_file(filename, verbose=False, opt=None):
testlog.info('.......................SKIPPED')
continue

# TODO(seva): excluding the binary with CIE ahead of FDE until binutils' bug #31975 is fixed
# TODO(sevaa): excluding the binary with CIE ahead of FDE until binutils' bug #31975 is fixed
if "dwarf_v4cie" in filename and option == "--debug-dump=frames-interp":
continue

# TODO(seva): excluding the binary with unaligned aranges entries - it's according to the standard,
# but the standard is written poorly and readelf disagrees.
# See https://lists.dwarfstd.org/pipermail/dwarf-discuss/2024-July/002477.html
# TODO(sevaa): excluding the binary with unaligned aranges entries. Readelf tried to recover
# but produces nonsensical output, but ultimately it's a toolchain bug (in IAR I presume).
if "dwarf_v4cie" in filename and option == "--debug-dump=aranges":
continue

Expand Down

0 comments on commit d3623b1

Please sign in to comment.