Closed
Bug 1755999
Opened 4 years ago
Closed 4 years ago
`environments/strict-eval-bindings.js` fails when jit-spew is enabled in optimized builds.
Categories
(Core :: JavaScript Engine, defect, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
99 Branch
| Tracking | Status | |
|---|---|---|
| firefox99 | --- | fixed |
People
(Reporter: nbp, Assigned: nbp)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The problem comes from the fact that Disassemble function are printing local names as comments and that this test case asserts that these names are present while testing.
However, with jit-spew enabled, in an optimized build. The disassemble function does not print any local name.
| Assignee | ||
Comment 1•4 years ago
|
||
This change follows what got introduced in Bug 1470522.
Pushed by npierron@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6075fbba0ed7
Fix compilation guards when jit-spew is enabled in optimized builds. r=jandem
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox99:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 99 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•