[wpt-sync] Sync PR 22354 - Mark worklets/paint-worklet-csp.https.html as timeout=long
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox76 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 22354 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/22354
Details from upstream follow.
Stephen McGruer <smcgruer@chromium.org> wrote:
Mark worklets/paint-worklet-csp.https.html as timeout=long
On Chromium CI, this occasionally dips above 6s and times out. Looks
like its just a bit slow, not hanging entirely, so giving it more time
to finish seems ok. Note that the other worklet csp tests are already
marked as slow.Bug: 1059253
Change-Id: I757eb010793d9bff798caf997cb29087481d3467
Reviewed-on: https://chromium-review.googlesource.com/2112510
WPT-Export-Revision: e6b9130d074f692d52ba38cea22b1330a2709a9f
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 47 tests
Status Summary
Firefox
OK : 1
PASS: 46
FAIL: 24
Chrome
OK : 1
PASS: 24
Safari
OK : 1
FAIL: 24
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/worklets/paint-worklet-csp.https.html
A same-origin worklet importing a remote-origin-redirected script should not be blocked by the worker-src directive because worklets obey the script-src directive.: FAIL (Chrome: PASS, Safari: FAIL)
A remote-origin worklet should not be blocked because the script-src directive specifying the origin allows it.: FAIL (Chrome: PASS, Safari: FAIL)
A remote-origin worklet should not be blocked by the worker-src directive because worklets obey the script-src directive.: FAIL (Chrome: PASS, Safari: FAIL)
A same-origin worklet importing a remote-origin script should not be blocked because the script-src directive specifying the origin allows it.: FAIL (Chrome: PASS, Safari: FAIL)
A remote-origin worklet importing a remote-origin script should be blocked by the script-src 'self' directive.: FAIL (Chrome: PASS, Safari: FAIL)
A remote-origin-redirected worklet should not be blocked because the script-src * directive allows it.: FAIL (Chrome: PASS, Safari: FAIL)
A same-origin worklet importing an insecure-origin-redirected script should be blocked because of mixed contents.: FAIL (Chrome: PASS, Safari: FAIL)
An insecure-origin-redirected worklet should be blocked because of mixed contents.: FAIL (Chrome: PASS, Safari: FAIL)
A same-origin worklet importing a remote-origin script should be blocked by the script-src 'self' directive.: FAIL (Chrome: PASS, Safari: FAIL)
A same-origin worklet importing a remote-origin script should not be blocked by the worker-src directive because worklets obey the script-src directive.: FAIL (Chrome: PASS, Safari: FAIL)
A remote-origin worklet importing a remote-origin script should not be blocked because the script-src * directive allows it.: FAIL (Chrome: PASS, Safari: FAIL)
A same-origin worklet importing a remote-origin-redirected script should be blocked by the script-src 'self' directive.: FAIL (Chrome: PASS, Safari: FAIL)
A remote-origin-redirected worklet should not be blocked because the script-src directive specifying the origin allows it.: FAIL (Chrome: PASS, Safari: FAIL)
A remote-origin-redirected worklet should be blocked by the script-src 'self' directive.: FAIL (Chrome: PASS, Safari: FAIL)
A remote-origin worklet importing a remote-origin script should not be blocked by the worker-src directive because worklets obey the script-src directive.: FAIL (Chrome: PASS, Safari: FAIL)
A same-origin worklet importing a remote-origin script should not be blocked because the script-src * directive allows it.: FAIL (Chrome: PASS, Safari: FAIL)
A same-origin worklet importing an insecure-origin script should be blocked because of mixed contents.: FAIL (Chrome: PASS, Safari: FAIL)
An insecure-origin worklet should be blocked because of mixed contents.: FAIL (Chrome: PASS, Safari: FAIL)
A same-origin worklet importing a remote-origin-redirected script should not be blocked because the script-src directive specifying the origin allows it.: FAIL (Chrome: PASS, Safari: FAIL)
A remote-origin worklet should be blocked by the script-src 'self' directive.: FAIL (Chrome: PASS, Safari: FAIL)
A remote-origin worklet should not be blocked because the script-src * directive allows it.: FAIL (Chrome: PASS, Safari: FAIL)
A same-origin worklet importing a remote-origin-redirected script should not be blocked because the script-src * directive allows it.: FAIL (Chrome: PASS, Safari: FAIL)
A remote-origin worklet importing a remote-origin script should not be blocked because the script-src directive specifying the origin allows it.: FAIL (Chrome: PASS, Safari: FAIL)
A remote-origin-redirected worklet should not be blocked by the worker-src directive because worklets obey the script-src directive.: FAIL (Chrome: PASS, Safari: FAIL)
Comment 4•6 years ago
|
||
| bugherder | ||
Description
•