Open
Bug 1726359
Opened 4 years ago
Updated 3 years ago
GDB unwinder tests are broken
Categories
(Core :: JavaScript Engine, defect, P3)
Core
JavaScript Engine
Tracking
()
NEW
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.
Updated•4 years ago
|
Severity: -- → N/A
Priority: -- → P3
Updated•3 years ago
|
Severity: N/A → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•