Closed
Bug 1501551
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 13692 - ServiceWorker: Add a new test for updating the registration with different script type.
Categories
(Core :: DOM: Service Workers, enhancement, P4)
Core
DOM: Service Workers
Tracking
()
RESOLVED
FIXED
mozilla65
| Tracking | Status | |
|---|---|---|
| firefox65 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 13692 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/13692
Details from upstream follow.
Asami Doi <asamidoi@google.com> wrote:
> ServiceWorker: Add a new test for updating the registration with different script type.
>
> This test checks that a registration is updated correctly with
> different script type. At first Service Worker is register as classic
> script type, then it is re-registered as module script type. A main
> script is also updated at the same time.
>
> Bug: 824647
> Change-Id: I3ab9391791508662de8dc73ac932a6105c4d7fe6
> Reviewed-on: https://chromium-review.googlesource.com/1295763
> WPT-Export-Revision: d894f2fcf7eae885ca10339c10143a0b9f37056a
| Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM: Service 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=a3bdbba725f54018b70ebafa71b509e9c20a56a9
| Assignee | ||
Comment 3•7 years ago
|
||
| Assignee | ||
Comment 4•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=b3727efc712d09fa68f627365f1617fa81214078
| Assignee | ||
Comment 5•7 years ago
|
||
| Assignee | ||
Comment 6•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=4c059628fb35568ab743e8191f879009a2103957
| Assignee | ||
Comment 7•7 years ago
|
||
| Assignee | ||
Comment 8•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=a2b5c0b4b36c3d898503f740e9b29739cc2baaa2
| Assignee | ||
Comment 9•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 10•7 years ago
|
||
Ran 1 tests and 2 subtests
OK : 1
FAIL : 2
New tests that have failures or other problems:
/service-workers/service-worker/update-registration-with-type.https.html
Update the registration with a different script type (classic => module).: FAIL
Update the registration with a different script type (module => classic).: FAIL
| Assignee | ||
Comment 11•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=e1ce847f172f063596a9d9db32137f4e85629cf2
Comment 12•7 years ago
|
||
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/9a6169c694f5
[wpt PR 13692] - ServiceWorker: Add new tests for updating the registration with different script type., a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/2599a8f33db2
[wpt PR 13692] - Update wpt metadata, a=testonly
Comment 13•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/9a6169c694f5
https://hg.mozilla.org/mozilla-central/rev/2599a8f33db2
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•