Enable test262 WeakRef tests
Categories
(Core :: JavaScript Engine, task, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox74 | --- | fixed |
People
(Reporter: jonco, Assigned: allstars.chh)
References
Details
Attachments
(4 files, 7 obsolete files)
Now that we've landed WeakRef support in the shell let's turn on the relevant test262 tests and make sure they pass.
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
Update WeakRefs after running ./test262-update.py
| Assignee | ||
Comment 3•6 years ago
|
||
To fix the failures in:
js/src/tests/test262/built-ins/WeakRef/length.js
test262/built-ins/WeakRef/prototype/deref/length.js
| Assignee | ||
Comment 4•6 years ago
|
||
clearKeptObjects will be called in asyncGCDeref.
This is needed for the following test:
test262/built-ins/WeakRef/prototype/deref/gc-cleanup-not-prevented-with-wr-deref.js
| Assignee | ||
Comment 5•6 years ago
|
||
To fix the failure in
test262/built-ins/FinalizationGroup/prototype/cleanupSome/cleanup-prevented-with-unregister.js
| Assignee | ||
Comment 6•6 years ago
|
||
| Assignee | ||
Comment 7•6 years ago
|
||
| Assignee | ||
Comment 8•6 years ago
|
||
| Assignee | ||
Comment 9•6 years ago
|
||
To fix the failures in:
js/src/tests/test262/built-ins/WeakRef/length.js
test262/built-ins/WeakRef/prototype/deref/length.js
| Assignee | ||
Comment 10•6 years ago
|
||
clearKeptObjects will be called in asyncGCDeref.
This is needed for the following test:
test262/built-ins/WeakRef/prototype/deref/gc-cleanup-not-prevented-with-wr-deref.js
| Assignee | ||
Comment 11•6 years ago
|
||
To fix the failure in
test262/built-ins/FinalizationGroup/prototype/cleanupSome/cleanup-prevented-with-unregister.js
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
| Assignee | ||
Comment 12•6 years ago
|
||
I accidently create the new commits, so I obsolete the older ones.
Updated•6 years ago
|
Updated•6 years ago
|
Comment 13•6 years ago
|
||
Comment 14•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/16dadfc1d2ef
https://hg.mozilla.org/mozilla-central/rev/0bfe04276fe3
https://hg.mozilla.org/mozilla-central/rev/7eaae56528c4
https://hg.mozilla.org/mozilla-central/rev/912fed7c5710
Description
•