Perma js/xpconnect/tests/chrome/test_xrayToJS.xul | A property on the Promise constructor has changed! You need a security audit from an XPConnect peer - got "[\"all\", \"allSettled\", \"length\", \"name\", \"p when Gecko 71 merges to Beta on 2019-10-14
Categories
(Core :: XPConnect, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox-esr68 | --- | unaffected |
firefox69 | --- | unaffected |
firefox70 | --- | unaffected |
firefox71 | + | verified |
People
(Reporter: ccoroiu, Assigned: evilpies)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
[Tracking Requested - why for this release]:
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=269969886&repo=try&lineNumber=2718
task 2019-10-06T13:08:08.900Z] 13:08:08 INFO - TEST-PASS | js/xpconnect/tests/chrome/test_xrayToJS.xul | Xrayed instances see proto expandos
[task 2019-10-06T13:08:08.901Z] 13:08:08 INFO - Buffered messages finished
[task 2019-10-06T13:08:08.901Z] 13:08:08 INFO - TEST-UNEXPECTED-FAIL | js/xpconnect/tests/chrome/test_xrayToJS.xul | A property on the Promise constructor has changed! You need a security audit from an XPConnect peer - got "["all", "allSettled", "length", "name", "prototype", "race", "reject", "resolve"]", expected "["all", "length", "name", "prototype", "race", "reject", "resolve"]"
[task 2019-10-06T13:08:08.901Z] 13:08:08 INFO - SimpleTest.is@chrome://mochikit/content/tests/SimpleTest/SimpleTest.js:322:16
[task 2019-10-06T13:08:08.901Z] 13:08:08 INFO - testXray@chrome://mochitests/content/chrome/js/xpconnect/tests/chrome/test_xrayToJS.xul:451:7
[task 2019-10-06T13:08:08.902Z] 13:08:08 INFO - testPromise@chrome://mochitests/content/chrome/js/xpconnect/tests/chrome/test_xrayToJS.xul:911:13
[task 2019-10-06T13:08:08.902Z] 13:08:08 INFO - go@chrome://mochitests/content/chrome/js/xpconnect/tests/chrome/test_xrayToJS.xul:143:5
[task 2019-10-06T13:08:08.902Z] 13:08:08 INFO - onload@chrome://mochitests/content/chrome/js/xpconnect/tests/chrome/test_xrayToJS.xul:1:1
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Evilpies, maybe this is a regression from some of your recent work on array generics?
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Actually caused by bug 1549176, but I just provided a patch anyway.
Comment 4•6 years ago
|
||
Thanks! For some reason Bugzilla decided to collapse the "References" section so I didn't see the regression that was marked.
Updated•6 years ago
|
![]() |
||
Comment 5•6 years ago
|
||
Patch works, failures are gone in recent beta simulations, just needs review to land: https://treeherder.mozilla.org/#/jobs?repo=try&group_state=expanded&resultStatus=success%2Ctestfailed%2Cbusted%2Cexception&revision=fbc64a86d5ef083dd2e88d999f119e1f9d07f0b0&searchStr=proc&selectedJob=270266544
![]() |
||
Comment 7•6 years ago
|
||
bugherder |
![]() |
||
Comment 8•6 years ago
|
||
Does not occur in beta sims anymore: https://treeherder.mozilla.org/#/jobs?repo=try&group_state=expanded&resultStatus=success%2Ctestfailed%2Cbusted%2Cexception%2Cretry%2Cusercancel%2Crunnable&revision=bb2fcf3fbaadf65542cbd01b7cbb82a93f1a6bba&searchStr=mochitest-chrome&selectedJob=270666914
Updated•4 years ago
|
Description
•