Closed
Bug 1999765
Opened 9 months ago
Closed 9 months ago
Semispace nursery tests are broken on CI
Categories
(Core :: JavaScript Engine, defect, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
147 Branch
People
(Reporter: jonco, Assigned: jonco)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
These tests run without semispace nursery enabled because the first --args option passed to jit_test.py to enable this is overriden by a later one.
| Assignee | ||
Comment 1•9 months ago
|
||
Pushed by jcoppeard@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/85b95f98e59c
https://hg.mozilla.org/integration/autoland/rev/fbe856a684f4
Fix handling of multiple extra arguments passed to JS shell tests r=sfink
Comment 3•9 months ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 months ago
status-firefox147:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 147 Branch
Updated•8 months ago
|
QA Whiteboard: [qa-triage-done-c148/b147]
| Assignee | ||
Comment 4•6 months ago
|
||
This was regressed by the handling of extra_args in bug 1973993, specifically by adding multiple --args arguments rather than shoehorning everything into a single one. (Of course the real bug is that the test scripts didn't handle multiple --args arguments correctly).
Keywords: regression
Regressed by: 1973993
Comment 5•6 months ago
|
||
Set release status flags based on info from the regressing bug 1973993
status-firefox-esr140:
--- → affected
Updated•5 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•