Closed
Bug 1397982
Opened 7 years ago
Closed 7 years ago
test_interfaces.html and test_worker_interfaces.html are going to permafail when Gecko 57 merges to Beta on 2017-09-14
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
FIXED
mozilla57
People
(Reporter: RyanVM, Assigned: RyanVM)
References
Details
Attachments
(1 file, 1 obsolete file)
3.70 KB,
patch
|
baku
:
review+
|
Details | Diff | Splinter Review |
[Tracking Requested - why for this release]: Permafailing tests on the next merge day.
Looks like test_interfaces.js and test_worker_interfaces.js need some updates.
https://treeherder.mozilla.org/logviewer.html#?job_id=129387119&repo=try
https://treeherder.mozilla.org/logviewer.html#?job_id=129387103&repo=try
TEST-UNEXPECTED-FAIL | dom/tests/mochitest/general/test_interfaces.html | If this is failing: DANGER, are you sure you want to expose the new interface AbortSignal to all webpages as a property on the window (XBL: false)? Do not make a change to this file without a review from a DOM peer for that specific change!!! (or a JS peer for changes to ecmaGlobals)
TEST-UNEXPECTED-FAIL | dom/tests/mochitest/general/test_interfaces.html | If this is failing: DANGER, are you sure you want to expose the new interface AbortController to all webpages as a property on the window (XBL: false)? Do not make a change to this file without a review from a DOM peer for that specific change!!! (or a JS peer for changes to ecmaGlobals)
TEST-UNEXPECTED-FAIL | dom/tests/mochitest/general/test_interfaces_secureContext.html | If this is failing: DANGER, are you sure you want to expose the new interface AbortSignal to all webpages as a property on the window (XBL: false)? Do not make a change to this file without a review from a DOM peer for that specific change!!! (or a JS peer for changes to ecmaGlobals)
TEST-UNEXPECTED-FAIL | dom/tests/mochitest/general/test_interfaces_secureContext.html | If this is failing: DANGER, are you sure you want to expose the new interface AbortController to all webpages as a property on the window (XBL: false)? Do not make a change to this file without a review from a DOM peer for that specific change!!! (or a JS peer for changes to ecmaGlobals)
TEST-UNEXPECTED-FAIL | dom/workers/test/test_worker_interfaces.html | false: If this is failing: DANGER, are you sure you want to expose the new interface AbortController to all webpages as a property on the worker? Do not make a change to this file without a review from a DOM peer for that specific change!!! (or a JS peer for changes to ecmaGlobals)
TEST-UNEXPECTED-FAIL | dom/workers/test/test_worker_interfaces.html | false: If this is failing: DANGER, are you sure you want to expose the new interface AbortSignal to all webpages as a property on the worker? Do not make a change to this file without a review from a DOM peer for that specific change!!! (or a JS peer for changes to ecmaGlobals)
TEST-UNEXPECTED-FAIL | dom/workers/test/test_worker_interfaces_secureContext.html | false: If this is failing: DANGER, are you sure you want to expose the new interface AbortController to all webpages as a property on the worker? Do not make a change to this file without a review from a DOM peer for that specific change!!! (or a JS peer for changes to ecmaGlobals)
TEST-UNEXPECTED-FAIL | dom/workers/test/test_worker_interfaces_secureContext.html | false: If this is failing: DANGER, are you sure you want to expose the new interface AbortSignal to all webpages as a property on the worker? Do not make a change to this file without a review from a DOM peer for that specific change!!! (or a JS peer for changes to ecmaGlobals)
Flags: needinfo?(amarchesini)
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Forgot to update test_serviceworker_interfaces.js in the last patch.
Attachment #8905743 -
Attachment is obsolete: true
Attachment #8905743 -
Flags: review?(amarchesini)
Attachment #8905760 -
Flags: review?(amarchesini)
Updated•7 years ago
|
Attachment #8905760 -
Flags: review?(amarchesini) → review+
Updated•7 years ago
|
Flags: needinfo?(amarchesini)
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/a02bd6e1c55e
Update the expectations for test_interfaces.js and test_worker_interfaces.js now that Abort API is being shipped by default. r=baku
Comment 4•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Assignee | ||
Updated•7 years ago
|
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•