Set ENABLE_CHANGE_ARRAY_BY_COPY on Nightly
Categories
(Core :: JavaScript: Standard Library, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox105 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
References
Details
Attachments
(5 files)
Enable ENABLE_CHANGE_ARRAY_BY_COPY
on Nightly, because the proposal has reached stage 3, so we should make sure we actually run any tests for the proposal. But don't yet enable "javascript.options.experimental.enable_change_array_by_copy" by default on Nightly, because we still want to wait for https://github.com/tc39/test262/pull/3464 to get more test coverage. (All tests from the test262 PR pass in our current implementation.)
Assignee | ||
Comment 1•3 years ago
|
||
Depends on D154266
Assignee | ||
Comment 2•3 years ago
|
||
This only enables the build option, which allows to actually run any tests in CI.
Depends on D154267
Assignee | ||
Comment 3•3 years ago
|
||
Enable "array-grouping" and "change-array-by-copy" tests.
Depends on D154268
Assignee | ||
Comment 4•3 years ago
|
||
Update test262 after enabling the features from part 2.
Depends on D154269
Assignee | ||
Comment 5•3 years ago
|
||
Depends on D154270
Comment 7•3 years ago
|
||
Backed out for causing SM assertion failures on js/Value.h.
Failure log: https://treeherder.mozilla.org/logviewer?job_id=387128882&repo=autoland
Backout link: https://hg.mozilla.org/integration/autoland/rev/66e3220110ba0dd99ba7d45684ac4731886a59a9
Assignee | ||
Comment 8•3 years ago
|
||
Actually a bug from an earlier patch. Filed bug 1784454 to fix it.
Comment 10•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f2ad151091ab
https://hg.mozilla.org/mozilla-central/rev/48af0bb8fded
https://hg.mozilla.org/mozilla-central/rev/bd3e6a687517
https://hg.mozilla.org/mozilla-central/rev/e3ccb790bbc8
https://hg.mozilla.org/mozilla-central/rev/ae359d13647a
Updated•3 years ago
|
Description
•