Skip to content
Merged
Changes from 2 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
3 changes: 1 addition & 2 deletions test/test_other.py
Original file line number Diff line number Diff line change
Expand Up @@ -10226,8 +10226,7 @@ def test_separate_dwarf(self):
# with name sections but no code sections.
# if sec.type == webassembly.SecType.CODE:
# self.fail(f'section of type "{sec.type}" found in separate dwarf file')
if sec.name and sec.name != 'name' and not sec.name.startswith('.debug'):
self.fail(f'non-debug section "{sec.name}" found in separate dwarf file')
pass
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops, this is now very ugly. I just reopened #13084 again. If you'd prefer we can just delete this whole for loop until it gets fixed.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm ok with it is as is. There is a TODO so it's clear the code is meant to be fixed up later.


# Check that dwarfdump can dump the debug info
dwdump = self.run_process(
Expand Down
Loading