Closed
Bug 1467168
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 11358 - Make fetch-event.https.html faster.
Categories
(Testing :: web-platform-tests, enhancement, P4)
Testing
web-platform-tests
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 11358 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/11358
Details from upstream follow.
Matt Falkenhagen <falken@chromium.org> wrote:
> Make fetch-event.https.html faster.
>
> It was registering a service worker for each test case, and had a lot
> of test cases.
>
> This changes the file to register a single service worker at the
> beginning, and unregister it at the end.
>
> Bug: 847787
> Change-Id: Ic2536824a3c57e86bb5e042287e9e62e6222ad9a
> Reviewed-on: https://chromium-review.googlesource.com/1087188
> Reviewed-by: Makoto Shimazu <shimazu@chromium.org>
> Commit-Queue: Matt Falkenhagen <falken@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#564770}
>
Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=f080a19cac689ad525ba4b85cbe821b63e5c4f5d
Assignee | ||
Comment 3•7 years ago
|
||
Ran 1 tests and 35 subtests
OK : 1
PASS : 22
FAIL : 13
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/c16f9f13a1af
[wpt PR 11358] - Make fetch-event.https.html faster., a=testonly
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/integration/mozilla-inbound/rev/2a444e7baa92
[wpt PR 11358] - Make fetch-event.https.html faster., a=testonly
Comment 6•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•