Closed
Bug 1205676
Opened 10 years ago
Closed 10 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)
5.36 KB,
patch
|
nsm
:
review+
|
Details | Diff | Splinter Review |
662 bytes,
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•10 years ago
|
||
We should investigate these failures as part of our test improvements on aurora if possible.
Blocks: ServiceWorkers-v1
Updated•10 years ago
|
tracking-e10s:
--- → +
Assignee | ||
Comment 3•10 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•10 years ago
|
Assignee: nobody → amarchesini
Updated•10 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•10 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•10 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=9f5534b38eea
Let's see if it's green enough.
Assignee | ||
Updated•10 years ago
|
Keywords: leave-open
Comment 8•10 years ago
|
||
Assignee | ||
Comment 9•10 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•10 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•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Keywords: leave-open
Comment 12•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 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
•