Closed
Bug 1186833
Opened 10 years ago
Closed 9 years ago
"File not found" issue when running "register-same-scope-different-script-url.https.html" test
Categories
(Testing :: web-platform-tests, defect)
Testing
web-platform-tests
Tracking
(firefox42 affected, firefox43 fixed)
RESOLVED
FIXED
mozilla43
People
(Reporter: noemi, Assigned: nsm)
References
Details
Attachments
(1 file)
MozReview Request: Bug 1186833 - register-same-scope-different-script-url.https.html fixes. r?bkelly
40 bytes,
text/x-review-board-request
|
bkelly
:
review+
|
Details |
Test run such as |./mach web-platform-tests _mozilla/service-workers/service-worker/register-same-scope-different-script-url.https.html|
Actual Result:
"File not found"
Firefox can't find the file at https://web-platform.test:8443/_mozilla/service-workers/service-worker/resources/scope/register-new-script-controller.
Reporter | ||
Updated•10 years ago
|
Component: DOM: Service Workers → web-platform-tests
Product: Core → Testing
Assignee | ||
Comment 1•9 years ago
|
||
Bug 1186833 - register-same-scope-different-script-url.https.html fixes. r?bkelly
Add empty html file to allow onload to be fired until Bug 1201632 is fixed.
Update web-platform-tests expected data
Attachment #8658376 -
Flags: review?(bkelly)
Assignee | ||
Comment 2•9 years ago
|
||
Comment on attachment 8658376 [details]
MozReview Request: Bug 1186833 - register-same-scope-different-script-url.https.html fixes. r?bkelly
Bug 1186833 - register-same-scope-different-script-url.https.html fixes. r?bkelly
Add empty html file to allow onload to be fired until Bug 1201632 is fixed.
Update web-platform-tests expected data
Assignee | ||
Comment 3•9 years ago
|
||
Updated to remove the empty html file since Bug 1201632 is going to be fixed. I'll update the commit message, please review this.
Reporter | ||
Comment 4•9 years ago
|
||
Patch provided by Nikhil so assigning this to him. Please feel free to change it as needed. Thanks!
Assignee: nobody → nsm.nikhil
Status: NEW → ASSIGNED
Comment 5•9 years ago
|
||
Comment on attachment 8658376 [details]
MozReview Request: Bug 1186833 - register-same-scope-different-script-url.https.html fixes. r?bkelly
https://reviewboard.mozilla.org/r/18589/#review16717
Attachment #8658376 -
Flags: review?(bkelly) → review+
Comment 7•9 years ago
|
||
According to bugzilla, this is directly dependent on bug 1201632. The patch in that bug caused bustage, so I had to back this one out as well so as to not cause more bustage because of dependencies.
Backed out in https://hg.mozilla.org/integration/mozilla-inbound/rev/63f9f2c90830.
Assignee | ||
Comment 8•9 years ago
|
||
Assignee | ||
Comment 9•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/5b5a5360cc2924cbdf0e16c610d61efc764361f1
Bug 1186833 - register-same-scope-different-script-url.https.html fixes. r=bkelly
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
Reporter | ||
Comment 11•9 years ago
|
||
Hi,
just checked in m-c (e7d613b3bcfe revision) and the tests successfully run. Thanks for fixing it!
Summary
Harness status: OK
Found 5 tests
5 Pass
Details
Result Test Name
Pass Register different scripts concurrently
Pass Register then register new script URL
Pass Register then register new script URL that 404s
Pass Register then register new script that does not install
Pass Register same-scope new script url effect on controller
You need to log in
before you can comment on or make changes to this bug.
Description
•