Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions test/run_readelf_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,6 @@ def run_test_on_file(filename, verbose=False, opt=None):
if "dwarf_v4cie" in filename and option == "--debug-dump=frames-interp":
continue

# 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

# TODO(pmhahn): for now only ARM works
if option in {"-A", "--arch-specific"} and "-eabi-" not in filename:
continue
Expand Down
Binary file modified test/testfiles_for_readelf/dwarf_v4cie.elf
Binary file not shown.