Open Bug 1726359 Opened 4 years ago Updated 3 years ago

GDB unwinder tests are broken

Categories

(Core :: JavaScript Engine, defect, P3)

defect

Tracking

()

People

(Reporter: jonco, Unassigned)

References

(Blocks 1 open bug)

Details

These tests are executed in a try/except block in case gdb doesn't have the unwinder feature, but this has the effect of hiding test failures, which work by propagating an AssertionError:

https://searchfox.org/mozilla-central/source/js/src/gdb/tests/test-unwind.py#55-61

Fixing this reveals that the test doesn't run due to frame.function() somtimes returning an integer rather than the expected string.

Severity: -- → N/A
Priority: -- → P3
Severity: N/A → S4
You need to log in before you can comment on or make changes to this bug.