Change AggregateError.errors to a data property on instances
Categories
(Core :: JavaScript Engine, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: jorendorff, Assigned: jorendorff)
References
Details
Attachments
(1 file)
This appears to have been resolved informally in tc39/proposal-promise-any#38, though the proposal text does not reflect it yet.
Assignee | ||
Updated•8 months ago
|
Assignee | ||
Comment 1•8 months ago
|
||
Updated•8 months ago
|
Pushed by jorendorff@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/a8f7a2c1d507 Change AggregateError.errors to a data property on instances. r=tcampbell.
Comment 3•8 months ago
|
||
Backed out changeset a8f7a2c1d507 (bug 1641355) for mochitest failures at test_xrayToJS.xhtml on a CLOSED TREE.
Backout link: https://hg.mozilla.org/integration/autoland/rev/3ef71fbe016211e9a648fa84facee57e6c555871
Log link: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=304244646&repo=autoland&lineNumber=9041
Log snippet:
[task 2020-05-29T11:41:51.254Z] 11:41:51 INFO - TEST-PASS | js/xpconnect/tests/chrome/test_xrayToJS.xhtml | columnNumber property skipped after suspicious replacement
[task 2020-05-29T11:41:51.254Z] 11:41:51 INFO - TEST-PASS | js/xpconnect/tests/chrome/test_xrayToJS.xhtml | lineNumber property is correct: 0
[task 2020-05-29T11:41:51.254Z] 11:41:51 INFO - TEST-PASS | js/xpconnect/tests/chrome/test_xrayToJS.xhtml | lineNumber property ok after replacement: 50
[task 2020-05-29T11:41:51.255Z] 11:41:51 INFO - TEST-PASS | js/xpconnect/tests/chrome/test_xrayToJS.xhtml | lineNumber property skipped after suspicious replacement
[task 2020-05-29T11:41:51.255Z] 11:41:51 INFO - Buffered messages finished
[task 2020-05-29T11:41:51.255Z] 11:41:51 INFO - TEST-UNEXPECTED-FAIL | js/xpconnect/tests/chrome/test_xrayToJS.xhtml | uncaught exception - TypeError: can't access property "length", errors is undefined at testErrorObjects@chrome://mochitests/content/chrome/js/xpconnect/tests/chrome/test_xrayToJS.xhtml:881:9
[task 2020-05-29T11:41:51.255Z] 11:41:51 INFO - go@chrome://mochitests/content/chrome/js/xpconnect/tests/chrome/test_xrayToJS.xhtml:170:5
[task 2020-05-29T11:41:51.255Z] 11:41:51 INFO - onload@chrome://mochitests/content/chrome/js/xpconnect/tests/chrome/test_xrayToJS.xhtml:1:1
[task 2020-05-29T11:41:51.255Z] 11:41:51 INFO -
[task 2020-05-29T11:41:51.255Z] 11:41:51 INFO - simpletestOnerror@chrome://mochikit/content/tests/SimpleTest/SimpleTest.js:1940:18
[task 2020-05-29T11:41:51.256Z] 11:41:51 INFO - OnErrorEventHandlerNonNull*@chrome://mochikit/content/tests/SimpleTest/SimpleTest.js:1915:1
[task 2020-05-29T11:41:51.256Z] 11:41:51 INFO - GECKO(920) | JavaScript error: chrome://mochitests/content/chrome/js/xpconnect/tests/chrome/test_xrayToJS.xhtml, line 881: TypeError: can't access property "length", errors is undefined
[task 2020-05-29T11:41:51.256Z] 11:41:51 INFO - GECKO(920) | MEMORY STAT | vsize 957MB | vsizeMaxContiguous 573MB | residentFast 319MB | heapAllocated 107MB
[task 2020-05-29T11:41:51.256Z] 11:41:51 INFO - TEST-OK | js/xpconnect/tests/chrome/test_xrayToJS.xhtml | took 2107ms
Updated•8 months ago
|
Updated•7 months ago
|
Pushed by jorendorff@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/320f586f954c Change AggregateError.errors to a data property on instances. r=tcampbell,peterv.
Assignee | ||
Updated•7 months ago
|
Comment 5•7 months ago
|
||
bugherder |
Description
•