Fix yet more non262/test262-export bugs
Categories
(Core :: JavaScript Engine, task, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: Ms2ger, Assigned: Ms2ger)
References
(Blocks 1 open bug)
Details
Attachments
(5 files)
Assignee | ||
Comment 1•21 days ago
|
||
Assignee | ||
Comment 2•21 days ago
|
||
Assignee | ||
Comment 3•21 days ago
|
||
The WebKit yaml parser requires that lists with dashes are indented.
Rather than changing our output to do that, we change to inline syntax,
which is more common in test262 anyway.
Assignee | ||
Comment 4•21 days ago
|
||
In particular, this ensures that shell.js imports are imported top-down. E.g.:
-includes: [sm/non262-Date-shell.js, sm/non262-shell.js, sm/non262.js]
+includes: [sm/non262.js, sm/non262-shell.js, sm/non262-Date-shell.js]
This means that lower files can use APIs defined in higher ones.
Assignee | ||
Comment 5•21 days ago
|
||
These have been removed upstream already.
Updated•20 days ago
|
Comment 7•6 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/00cf7f5c967e
https://hg.mozilla.org/mozilla-central/rev/2302ef9e1035
https://hg.mozilla.org/mozilla-central/rev/633c119fb218
https://hg.mozilla.org/mozilla-central/rev/b772c2e5814f
https://hg.mozilla.org/mozilla-central/rev/a6ed3477b7bb
Description
•