Closed
Bug 1465433
Opened 5 years ago
Closed 4 years ago
[wpt-sync] Sync PR 11248 - Worker: Add CSP tests for ES Modules on dedicated workers
Categories
(Core :: DOM: Workers, enhancement, P4)
Core
DOM: Workers
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 11248 into mozilla-central (this bug is closed when the sync is complete). PR: https://github.com/web-platform-tests/wpt/pull/11248 Details from upstream follow. Hiroki Nakagawa <nhiroki@chromium.org> wrote: > Worker: Add CSP tests for ES Modules on dedicated workers > > Bug: 680046 > Change-Id: I066d4b7750bbec00397466daac48e9d0a2ba70c0 > Reviewed-on: https://chromium-review.googlesource.com/1078947 > WPT-Export-Revision: 65cf20df6b3f3d0b5b3774fb9f7e8c87819c3b95
Assignee | ||
Updated•5 years ago
|
Component: web-platform-tests → DOM: Workers
Product: Testing → Core
Assignee | ||
Comment 1•5 years ago
|
||
Pushed to try https://treeherder.mozilla.org/#/jobs?repo=try&revision=9b8e348c1e5ca77cf75a39416eb35eceab70b048
Assignee | ||
Comment 2•5 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=312e12adb8096f2bc7edaaef6e8736acc410320f
Assignee | ||
Comment 3•5 years ago
|
||
Pushed to try https://treeherder.mozilla.org/#/jobs?repo=try&revision=424f83cd541312c1992ab57ca362c91133e216a4
Assignee | ||
Comment 4•5 years ago
|
||
Pushed to try https://treeherder.mozilla.org/#/jobs?repo=try&revision=2343fdae71515fd8e5d507f8fefe6188b1cbf771
Assignee | ||
Comment 5•5 years ago
|
||
Ran 1 tests and 9 subtests OK : 1 PASS : 4 FAIL : 5 New tests that have failures or other problems: /workers/modules/dedicated-worker-import-csp.html script-src * directive should allow cross origin dynamic import.: FAIL script-src * directive should allow cross origin static import.: FAIL worker-src 'self' directive should not take effect on dynamic import.: FAIL worker-src * directive should allow cross origin static import.: FAIL worker-src * directive should override script-src 'self' directive and allow cross origin static import.: FAIL
Assignee | ||
Comment 6•5 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=363ee83380f647b0cea8c5f853f3185958b2a921
Pushed by james@hoppipolla.co.uk: https://hg.mozilla.org/integration/mozilla-inbound/rev/938588f3dea7 [wpt PR 11248] - Worker: Add CSP tests for ES Modules on dedicated workers, a=testonly
Comment 8•5 years ago
|
||
Backed out for failing workers/modules/dedicated-worker-import-csp.html Push that caused the failures: https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=0154f49c8c47d2ea1e20de7d233596081074288a&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=success&filter-resultStatus=pending&filter-resultStatus=running&filter-classifiedState=unclassified&filter-searchStr=Linux%20debug%20Web%20platform%20tests%20test-linux32%2Fdebug-web-platform-tests-9%20W(wpt9)&selectedJob=182747206 Failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=182747206&repo=mozilla-inbound&lineNumber=58539 Backout: https://hg.mozilla.org/integration/mozilla-inbound/rev/eaf6dbd7b716ccf51c291bcb3749b07353bdf854
Flags: needinfo?(james)
Pushed by james@hoppipolla.co.uk: https://hg.mozilla.org/integration/mozilla-inbound/rev/e2dc7e90f412 [wpt PR 11248] - Worker: Add CSP tests for ES Modules on dedicated workers, a=testonly https://hg.mozilla.org/integration/mozilla-inbound/rev/e35dd56b9bc1 [wpt PR 11248] - Update metadata, a=testonly
Updated•4 years ago
|
Flags: needinfo?(james)
Comment 10•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e2dc7e90f412 https://hg.mozilla.org/mozilla-central/rev/e35dd56b9bc1
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•