[wpt-sync] Sync PR 21637 - Stop using promise_rejects in worklets tests
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox75 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 21637 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/21637
Details from upstream follow.
Boris Zbarsky <bzbarsky@mit.edu> wrote:
Stop using promise_rejects in worklets tests
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 4 tests and 18 subtests
Status Summary
Firefox
OK : 4
FAIL : 72
Chrome
OK : 4
PASS : 72
Safari
OK : 3
FAIL : 54
ERROR: 1
Links
Details
New Tests That Don't Pass
/worklets/layout-worklet-import.https.html
Importing an invalid URL should reject the given promise with a SyntaxError.: FAIL (Chrome: PASS, Safari: FAIL)
Importing a data URL should resolve the given promise.: FAIL (Chrome: PASS, Safari: FAIL)
Importing a script which throws should still resolve the given promise.: FAIL (Chrome: PASS, Safari: FAIL)
Importing nested scripts resolves the given promise: FAIL (Chrome: PASS, Safari: FAIL)
Importing a non-existent script rejects the given promise with an AbortError.: FAIL (Chrome: PASS, Safari: FAIL)
Importing a cross origin resource with the Access-Control-Allow-Origin header should resolve the given promise: FAIL (Chrome: PASS, Safari: FAIL)
Importing a script that has a syntax error should reject the given promise.: FAIL (Chrome: PASS, Safari: FAIL)
Importing a nested script that has a syntax error should reject the given promise.: FAIL (Chrome: PASS, Safari: FAIL)
Importing scripts resolves all the given promises.: FAIL (Chrome: PASS, Safari: FAIL)
Importing a cross-origin-redirected resource with the Access-Control-Allow-Origin header should resolve the given promise: FAIL (Chrome: PASS, Safari: FAIL)
Importing about:blank should reject the given promise.: FAIL (Chrome: PASS, Safari: FAIL)
Importing a cross-origin-redirected resource without the Access-Control-Allow-Origin header should reject the given promise: FAIL (Chrome: PASS, Safari: FAIL)
Importing a cross origin resource without the Access-Control-Allow-Origin header should reject the given promise: FAIL (Chrome: PASS, Safari: FAIL)
Importing a file:// URL should reject the given promise.: FAIL (Chrome: PASS, Safari: FAIL)
Importing a script resolves the given promise.: FAIL (Chrome: PASS, Safari: FAIL)
Importing a script that imports an invalid identifier should reject the given promise.: FAIL (Chrome: PASS, Safari: FAIL)
Importing a blob URL should resolve the given promise.: FAIL (Chrome: PASS, Safari: FAIL)
Importing cyclic scripts resolves the given promise: FAIL (Chrome: PASS, Safari: FAIL)
/worklets/animation-worklet-import.https.html
Importing an invalid URL should reject the given promise with a SyntaxError.: FAIL (Chrome: PASS, Safari: FAIL)
Importing a data URL should resolve the given promise.: FAIL (Chrome: PASS, Safari: FAIL)
Importing a script which throws should still resolve the given promise.: FAIL (Chrome: PASS, Safari: FAIL)
Importing nested scripts resolves the given promise: FAIL (Chrome: PASS, Safari: FAIL)
Importing a non-existent script rejects the given promise with an AbortError.: FAIL (Chrome: PASS, Safari: FAIL)
Importing a cross origin resource with the Access-Control-Allow-Origin header should resolve the given promise: FAIL (Chrome: PASS, Safari: FAIL)
Importing a script that has a syntax error should reject the given promise.: FAIL (Chrome: PASS, Safari: FAIL)
Importing a nested script that has a syntax error should reject the given promise.: FAIL (Chrome: PASS, Safari: FAIL)
Importing scripts resolves all the given promises.: FAIL (Chrome: PASS, Safari: FAIL)
Importing a cross-origin-redirected resource with the Access-Control-Allow-Origin header should resolve the given promise: FAIL (Chrome: PASS, Safari: FAIL)
Importing about:blank should reject the given promise.: FAIL (Chrome: PASS, Safari: FAIL)
Importing a cross-origin-redirected resource without the Access-Control-Allow-Origin header should reject the given promise: FAIL (Chrome: PASS, Safari: FAIL)
Importing a cross origin resource without the Access-Control-Allow-Origin header should reject the given promise: FAIL (Chrome: PASS, Safari: FAIL)
Importing a file:// URL should reject the given promise.: FAIL (Chrome: PASS, Safari: FAIL)
Importing a script resolves the given promise.: FAIL (Chrome: PASS, Safari: FAIL)
Importing a script that imports an invalid identifier should reject the given promise.: FAIL (Chrome: PASS, Safari: FAIL)
Importing a blob URL should resolve the given promise.: FAIL (Chrome: PASS, Safari: FAIL)
Importing cyclic scripts resolves the given promise: FAIL (Chrome: PASS, Safari: FAIL)
/worklets/paint-worklet-import.https.html
Importing an invalid URL should reject the given promise with a SyntaxError.: FAIL (Chrome: PASS, Safari: FAIL)
Importing a data URL should resolve the given promise.: FAIL (Chrome: PASS, Safari: FAIL)
Importing a script which throws should still resolve the given promise.: FAIL (Chrome: PASS, Safari: FAIL)
Importing nested scripts resolves the given promise: FAIL (Chrome: PASS, Safari: FAIL)
Importing a non-existent script rejects the given promise with an AbortError.: FAIL (Chrome: PASS, Safari: FAIL)
Importing a cross origin resource with the Access-Control-Allow-Origin header should resolve the given promise: FAIL (Chrome: PASS, Safari: FAIL)
Importing a script that has a syntax error should reject the given promise.: FAIL (Chrome: PASS, Safari: FAIL)
Importing a nested script that has a syntax error should reject the given promise.: FAIL (Chrome: PASS, Safari: FAIL)
Importing scripts resolves all the given promises.: FAIL (Chrome: PASS, Safari: FAIL)
Importing a cross-origin-redirected resource with the Access-Control-Allow-Origin header should resolve the given promise: FAIL (Chrome: PASS, Safari: FAIL)
Importing about:blank should reject the given promise.: FAIL (Chrome: PASS, Safari: FAIL)
Importing a cross-origin-redirected resource without the Access-Control-Allow-Origin header should reject the given promise: FAIL (Chrome: PASS, Safari: FAIL)
Importing a cross origin resource without the Access-Control-Allow-Origin header should reject the given promise: FAIL (Chrome: PASS, Safari: FAIL)
Importing a file:// URL should reject the given promise.: FAIL (Chrome: PASS, Safari: FAIL)
Importing a script resolves the given promise.: FAIL (Chrome: PASS, Safari: FAIL)
Importing a script that imports an invalid identifier should reject the given promise.: FAIL (Chrome: PASS, Safari: FAIL)
Importing a blob URL should resolve the given promise.: FAIL (Chrome: PASS, Safari: FAIL)
Importing cyclic scripts resolves the given promise: FAIL (Chrome: PASS, Safari: FAIL)
/worklets/audio-worklet-import.https.html
Importing an invalid URL should reject the given promise with a SyntaxError.: FAIL (Chrome: PASS)
Importing a data URL should resolve the given promise.: FAIL (Chrome: PASS)
Importing a script which throws should still resolve the given promise.: FAIL (Chrome: PASS)
Importing nested scripts resolves the given promise: FAIL (Chrome: PASS)
Importing a non-existent script rejects the given promise with an AbortError.: FAIL (Chrome: PASS)
Importing a cross origin resource with the Access-Control-Allow-Origin header should resolve the given promise: FAIL (Chrome: PASS)
Importing a script that has a syntax error should reject the given promise.: FAIL (Chrome: PASS)
Importing a nested script that has a syntax error should reject the given promise.: FAIL (Chrome: PASS)
Importing scripts resolves all the given promises.: FAIL (Chrome: PASS)
Importing a cross-origin-redirected resource with the Access-Control-Allow-Origin header should resolve the given promise: FAIL (Chrome: PASS)
Importing about:blank should reject the given promise.: FAIL (Chrome: PASS)
Importing a cross-origin-redirected resource without the Access-Control-Allow-Origin header should reject the given promise: FAIL (Chrome: PASS)
Importing a cross origin resource without the Access-Control-Allow-Origin header should reject the given promise: FAIL (Chrome: PASS)
Importing a file:// URL should reject the given promise.: FAIL (Chrome: PASS)
Importing a script resolves the given promise.: FAIL (Chrome: PASS)
Importing a script that imports an invalid identifier should reject the given promise.: FAIL (Chrome: PASS)
Importing a blob URL should resolve the given promise.: FAIL (Chrome: PASS)
Importing cyclic scripts resolves the given promise: FAIL (Chrome: PASS)
Comment 4•6 years ago
|
||
| bugherder | ||
Description
•