Closed
Bug 1186849
Opened 10 years ago
Closed 9 years ago
"File not found" issue when running "unregister-controller.https.html" test
Categories
(Testing :: web-platform-tests, defect)
Testing
web-platform-tests
Tracking
(firefox42 affected)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox42 | --- | affected |
People
(Reporter: noemi, Assigned: nsm)
References
Details
Attachments
(1 file)
40 bytes,
text/x-review-board-request
|
Details |
Test run such as |./mach web-platform-tests _mozilla/service-workers/service-worker/unregister-controller.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/no-new-controllee-even-if-registration-is-still-used.
Reporter | ||
Updated•10 years ago
|
Component: DOM: Service Workers → web-platform-tests
Product: Core → Testing
Assignee | ||
Comment 1•9 years ago
|
||
This bug can be closed once Bug 1201632 is fixed as that automatically fixes this test.
Depends on: 1201632
Assignee | ||
Comment 2•9 years ago
|
||
Bug 1186849 - Update web-platform-tests expected data. r?jgraham
Attachment #8658430 -
Flags: review?(james)
Reporter | ||
Comment 3•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 8658430 [details]
MozReview Request: Bug 1186849 - Update web-platform-tests expected data. r?jgraham
https://reviewboard.mozilla.org/r/18597/#review17243
AFAICt this file is alrady gone a
Attachment #8658430 -
Flags: review?(james)
Comment 6•9 years ago
|
||
https://reviewboard.mozilla.org/r/18597/#review17243
Sorry, I was having browser issues. The comment was supposed to read "AFAICT this file is already gone in the latest mozilla-inbound after the wpt upgrade".
Updated•9 years ago
|
Flags: needinfo?(james)
Assignee | ||
Comment 7•9 years ago
|
||
expectation data has already been updated per comment 6.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 8•9 years ago
|
||
Hi,
Just checked in m-c (3e8dde8f8c17 revision) and the tests successfully run:
Summary
Harness status: OK
Found 3 tests
3 Pass
Details
Result Test Name
Pass Unregister does not affect existing controller
Pass Unregister prevents control of subsequent navigations
Pass Unregister prevents new controllee even if registration is still in use
but an error message is shown "{"error": {"message": "", "code": 404}}", traces available at https://pastebin.mozilla.org/8846542 (ni to Nikhil). Thanks!
Flags: needinfo?(nsm.nikhil)
Assignee | ||
Comment 9•9 years ago
|
||
(In reply to Noemí Freire (:noemi) from comment #8)
> Hi,
>
> Just checked in m-c (3e8dde8f8c17 revision) and the tests successfully run:
>
> Summary
>
> Harness status: OK
>
> Found 3 tests
> 3 Pass
> Details
> Result Test Name
> Pass Unregister does not affect existing controller
> Pass Unregister prevents control of subsequent navigations
> Pass Unregister prevents new controllee even if registration is still in use
>
> but an error message is shown "{"error": {"message": "", "code": 404}}",
> traces available at https://pastebin.mozilla.org/8846542 (ni to Nikhil).
> Thanks!
Yes that is because the test loads iframes that don't actually exist, only for the side-effect of firing onload. See bug 1201632.
Flags: needinfo?(nsm.nikhil)
You need to log in
before you can comment on or make changes to this bug.
Description
•