Closed
Bug 1205676
Opened 9 years ago
Closed 9 years ago
wpt service-workers tests unstable with e10s
Categories
(Testing :: web-platform-tests, defect)
Testing
web-platform-tests
Tracking
(e10s+, firefox44 fixed)
RESOLVED
FIXED
mozilla44
People
(Reporter: jgraham, Assigned: baku)
References
(Blocks 1 open bug)
Details
Attachments
(2 files, 1 obsolete file)
(deleted),
patch
|
nsm
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
bkelly
:
review+
|
Details | Diff | Splinter Review |
testing/web-platform/mozilla/meta/service-workers/service-worker/fetch-request-css-base-url.https.html.ini
testing/web-platform/mozilla/meta/service-workers/service-worker/unregister-then-register-new-script.https.html.ini
Disabled for now
Comment 1•9 years ago
|
||
We should investigate these failures as part of our test improvements on aurora if possible.
Blocks: ServiceWorkers-v1
Updated•9 years ago
|
tracking-e10s:
--- → +
Assignee | ||
Comment 3•9 years ago
|
||
This is a first patch to fix the crash we have in this WPT: unregister-then-register-new-script.https.html
Attachment #8664846 -
Flags: review?(nsm.nikhil)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → amarchesini
Updated•9 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•9 years ago
|
||
Attachment #8664846 -
Attachment is obsolete: true
Attachment #8664846 -
Flags: review?(nsm.nikhil)
Attachment #8664886 -
Flags: review?(nsm.nikhil)
Comment on attachment 8664886 [details] [diff] [review]
patch
Review of attachment 8664886 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/workers/ServiceWorkerManager.cpp
@@ +4633,5 @@
> ServiceWorkerManager::MaybeRemoveRegistration(ServiceWorkerRegistrationInfo* aRegistration)
> {
> MOZ_ASSERT(aRegistration);
> nsRefPtr<ServiceWorkerInfo> newest = aRegistration->Newest();
> + if (!newest && HasScope(aRegistration->mPrincipal, aRegistration->mScope)) {
While you are here, we also need to call aRegistration->Clear() before calling RemoveRegistration().
Attachment #8664886 -
Flags: review?(nsm.nikhil) → review+
Assignee | ||
Comment 6•9 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=9f5534b38eea
Let's see if it's green enough.
Assignee | ||
Updated•9 years ago
|
Keywords: leave-open
Comment 8•9 years ago
|
||
Assignee | ||
Comment 9•9 years ago
|
||
I cannot reproduce this issue anymore. I guess we can re-enable the test.
Ben, what do you think?
Attachment #8668007 -
Flags: review?(bkelly)
Comment 10•9 years ago
|
||
Comment on attachment 8668007 [details] [diff] [review]
patch 2
Review of attachment 8668007 [details] [diff] [review]:
-----------------------------------------------------------------
Ok. Note, I will need to change or remove this test in the near future.
Attachment #8668007 -
Flags: review?(bkelly) → review+
Comment 11•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Keywords: leave-open
Comment 12•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
You need to log in
before you can comment on or make changes to this bug.
Description
•