Closed
Bug 1863016
Opened 2 years ago
Closed 2 years ago
Cleanup slow jstests
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
121 Branch
Tracking | Status | |
---|---|---|
firefox121 | --- | fixed |
People
(Reporter: mgaudet, Assigned: mgaudet)
References
Details
Attachments
(4 files)
Needs a tidy before we can run these slow tests in automation.
Assignee | ||
Comment 1•2 years ago
|
||
Depends on D192713
Updated•2 years ago
|
Assignee: nobody → mgaudet
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•2 years ago
|
||
See this profile for what's going on: https://share.firefox.dev/460px13
Essentially, we're calling ToId on all 2**31 indexes.
Depends on D192714
Assignee | ||
Comment 3•2 years ago
|
||
Depends on D192715
Assignee | ||
Comment 4•2 years ago
|
||
Depends on D192716
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P3
Pushed by mgaudet@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f35e853325bc
Remove timing out tests that intentionally try to run to OOM r=iain
https://hg.mozilla.org/integration/autoland/rev/d424d93913ca
Remove tests which force Array.prototype.unshift to have an enormous runtime r=iain
https://hg.mozilla.org/integration/autoland/rev/bbe545c8688d
Remove tests which execute 2**31 internal operations (and thus just timeout) r=iain
https://hg.mozilla.org/integration/autoland/rev/51fc55027298
Remove Regexp tests which expect to throw internal errors r=iain
Comment 6•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f35e853325bc
https://hg.mozilla.org/mozilla-central/rev/d424d93913ca
https://hg.mozilla.org/mozilla-central/rev/bbe545c8688d
https://hg.mozilla.org/mozilla-central/rev/51fc55027298
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox121:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 121 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•