Closed
Bug 1616230
Opened 5 years ago
Closed 5 years ago
Enable weakref JS reftests in the browser
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla75
| Tracking | Status | |
|---|---|---|
| firefox75 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
References
Details
Attachments
(2 files, 1 obsolete file)
It seems I forgot to do this bug 1596756. Support for WeakRef and FinalizationGroup is present in the browser but we're not running the relevant JS reftests there yet.
| Assignee | ||
Comment 1•5 years ago
|
||
Depends on D63190
| Assignee | ||
Comment 2•5 years ago
|
||
This implements the special clearKeptObjects() function for the browser and turns on the pref to allow the tests to run.
Depends on D63192
Updated•5 years ago
|
Attachment #9127287 -
Attachment is obsolete: true
| Assignee | ||
Comment 3•5 years ago
|
||
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/17a6ddd26e22
Make clearKeptObjects a testing function rather than shell only so we can use it for test262 tests r=sfink
https://hg.mozilla.org/integration/autoland/rev/21c8d9471b77
Enable weakref JS reftests in the browser r=jandem
Comment 5•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/17a6ddd26e22
https://hg.mozilla.org/mozilla-central/rev/21c8d9471b77
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•