Closed
Bug 1483546
Opened 8 years ago
Closed 8 years ago
[wpt-sync] Sync PR 12500 - Avoid invoking the Notification constructor in service workers
Categories
(Toolkit Graveyard :: Notifications and Alerts, enhancement, P4)
Toolkit Graveyard
Notifications and Alerts
Tracking
(firefox63 fixed)
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 12500 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/12500
Details from upstream follow.
Philip Jägenstedt <philip@foolip.org> wrote:
> Avoid invoking the Notification constructor in service workers
>
> The idlharness.https.any.serviceworker.html test had a lot of spurious
> failures because of this:
> https://wpt.fyi/results/notifications/idlharness.https.any.serviceworker.html?sha=86e157b387
> https://wpt.fyi/results/notifications/idlharness.https.any.serviceworker.html?sha=3a498429bf
>
> With these changes, there are fewer subtests, but no failures in
> Chrome and 9 in Firefox, which appear to be legitimate failures.
| Assignee | ||
Updated•8 years ago
|
Component: web-platform-tests → Notifications and Alerts
Product: Testing → Toolkit
| Assignee | ||
Comment 1•8 years ago
|
||
| Assignee | ||
Comment 2•8 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=cbf0176dd1fb81a9fce641bec0d3d76bff2f6201
| Assignee | ||
Updated•8 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
| Assignee | ||
Updated•8 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
| Assignee | ||
Comment 3•8 years ago
|
||
Ran 4 tests and 212 subtests
OK : 3
PASS : 167
FAIL : 45
TIMEOUT: 1
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/35dd99779ab6
[wpt PR 12500] - Avoid invoking the Notification constructor in service workers, a=testonly
Comment 5•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Updated•3 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•