Closed
Bug 1490543
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 12959 - Worker: Add WPT tests for ServiceWorker module scripts.
Categories
(Core :: DOM: Workers, enhancement, P4)
Core
DOM: Workers
Tracking
()
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 12959 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/12959
Details from upstream follow.
Asami Doi <asamidoi@google.com> wrote:
> Worker: Add WPT tests for ServiceWorker module scripts.
>
> Import module tests for ServiceWorker scripts reuse tests for
> DedicatedWorker. The data path in both type is "Main scirpt ->
> Worker script -> Main scirpt" because ServiceWorker can reply to its
> source only in MessageEvent.
>
> Change-Id: I2bcc1670bd43109710af30c7df3aba5ff039201a
>
> Reviewed-on: https://chromium-review.googlesource.com/1205916
> WPT-Export-Revision: 7c6101f5bda106949f293a6efcd83560ffb95d62
| Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM: Workers
Product: Testing → Core
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=a722ec02293ab11283c60bf926ef14c4fb82878a
| Assignee | ||
Comment 3•7 years ago
|
||
| Assignee | ||
Comment 4•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=e583ca613a9c8cef78c6bff8477e3a9ed1e4857b
| Assignee | ||
Comment 5•7 years ago
|
||
| Assignee | ||
Comment 6•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=8ba2a9bd4c57723ad0970bb9b03598366447c6eb
| Assignee | ||
Comment 7•7 years ago
|
||
| Assignee | ||
Comment 8•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=551e0ec44c94d75311e9f7563bf5292126cc1749
| Assignee | ||
Comment 9•7 years ago
|
||
| Assignee | ||
Comment 10•7 years ago
|
||
| Assignee | ||
Comment 11•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=089c20e1b8ab07d0422e5dfa843f65a7dfd7b148
| Assignee | ||
Comment 12•7 years ago
|
||
| Assignee | ||
Comment 13•7 years ago
|
||
| Assignee | ||
Comment 14•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=4ec112355bc9d4e58c34f6fb112f67058a841938
| Assignee | ||
Comment 15•7 years ago
|
||
| Assignee | ||
Comment 16•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=a272ebd0bd1062a7baf91b570307a80722efd495
| Assignee | ||
Comment 17•7 years ago
|
||
| Assignee | ||
Comment 18•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=02c9b434076c5c817f3f45101fd72929fd4ddadb
| Assignee | ||
Comment 19•7 years ago
|
||
| Assignee | ||
Comment 20•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
| Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
| Assignee | ||
Comment 21•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=532dc24cc0650375106c5e875c81f7b82166d6c3
| Assignee | ||
Comment 22•7 years ago
|
||
Ran 8 tests and 56 subtests
OK : 1
PASS : 4
FAIL : 38
TIMEOUT: 2
ERROR : 7
NOTRUN : 12
New tests that have failures or other problems:
/service-workers/service-worker/import-module-scripts.https.html
Dynamic import and then static import.: FAIL
Dynamic import.: FAIL
Nested dynamic import.: FAIL
Nested static import.: FAIL
Static import and then dynamic import.: FAIL
Static import.: FAIL
eval(import()).: FAIL
Comment 23•7 years ago
|
||
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/466c4ab6f9d2
[wpt PR 12959] - ServiceWorker: Implement to return registration data after evaluate module scripts, and add WPT tests for ServiceWorker module scripts, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/7e9790a6bd78
[wpt PR 12959] - Update wpt metadata, a=testonly
Comment 24•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/466c4ab6f9d2
https://hg.mozilla.org/mozilla-central/rev/7e9790a6bd78
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•