Closed
Bug 1479045
Opened 5 years ago
Closed 5 years ago
[wpt-sync] Sync PR 12213 - Avoid using the JavaScript reserved word `arguments`
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 12213 into mozilla-central (this bug is closed when the sync is complete). PR: https://github.com/web-platform-tests/wpt/pull/12213 Details from upstream follow. C. Scott Ananian <cscott@cscott.net> wrote: > Avoid using the JavaScript reserved word `arguments` > > ES6 complains if the JS reserved word `arguments` is used in strict mode. Rename variable to avoid issues --- especially when test cases are reused with other test harnesses.
Assignee | ||
Updated•5 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
Assignee | ||
Comment 1•5 years ago
|
||
Pushed to try https://treeherder.mozilla.org/#/jobs?repo=try&revision=fca7be85e7af3ca1c2b54afac05132f638dedbba
Assignee | ||
Updated•5 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•5 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Comment 2•5 years ago
|
||
Pushed to try https://treeherder.mozilla.org/#/jobs?repo=try&revision=d2e78c53ca1f56160e44fd0921cc04774030fcbe
Assignee | ||
Comment 3•5 years ago
|
||
Ran 2 tests and 32 subtests OK : 2 PASS : 32
Assignee | ||
Comment 4•5 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=d1145f19ddd6a46689834c7fa98dc3c9a430e10a
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/41c45c294a42 [wpt PR 12213] - Avoid using the JavaScript reserved word `arguments`, a=testonly
Comment 6•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/41c45c294a42
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Updated•4 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•