Closed
Bug 1189656
Opened 10 years ago
Closed 9 years ago
"Harness status: Timeout" when running "fetch-request-fallback.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)
Test run such as |./mach web-platform-tests _mozilla/service-workers/service-worker/fetch-request-fallback.https.html|
Actual Result:
Harness status: Timeout
Found 1 tests
1 Timeout
* Verify the fallback behavior of FetchEvent -> timed out
Traces: https://pastebin.mozilla.org/8838595
Assignee | ||
Comment 1•9 years ago
|
||
Bug 1189656 - Fix fetch-request-fallback test paths. r?bkelly
This still leads to the test failing since navigation of the original iframe
should have mode no-cors instead of same-origin.
Update web-platform-tests expected data
Attachment #8659564 -
Flags: review?(bkelly)
Comment 2•9 years ago
|
||
Navigation's always have same-origin RequestMode now. There is a note in the fetch spec.
Assignee | ||
Comment 3•9 years ago
|
||
Comment on attachment 8659564 [details]
MozReview Request: Bug 1189656 - Fix fetch-request-fallback test paths. r?bkelly
Bug 1189656 - Fix fetch-request-fallback test paths. r?bkelly
Update web-platform-tests expected data
Comment 4•9 years ago
|
||
Comment on attachment 8659564 [details]
MozReview Request: Bug 1189656 - Fix fetch-request-fallback test paths. r?bkelly
https://reviewboard.mozilla.org/r/18953/#review16861
Attachment #8659564 -
Flags: review?(bkelly) → review+
Reporter | ||
Comment 5•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
Assignee | ||
Comment 6•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/d1294ebe0e3bd5ff2df5efb14171cc74eb9a491d
Bug 1189656 - Fix fetch-request-fallback test paths. r=bkelly
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
Reporter | ||
Comment 8•9 years ago
|
||
Hi,
just checked in m-c (c69e31de9aec revision) and the test successfully runs. Thanks for fixing it!.
Summary
Harness status: OK
Found 1 tests
1 Pass
Details
Result Test Name
Pass Verify the fallback behavior of FetchEvent
You need to log in
before you can comment on or make changes to this bug.
Description
•