Closed
Bug 1189582
Opened 9 years ago
Closed 9 years ago
Make service-workers/service-worker/fetch-response-xhr.https.html pass
Categories
(Core :: DOM: Service Workers, defect)
Core
DOM: Service Workers
Tracking
()
RESOLVED
FIXED
mozilla43
People
(Reporter: jdm, Assigned: jdm)
References
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
Dumping ground for changes needed to make this test pass.
Assignee | ||
Comment 1•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → josh
Status: NEW → ASSIGNED
Comment 2•9 years ago
|
||
Harness status: Timeout
Found 1 tests
1 Timeout
* Verify the response of FetchEvent using XMLHttpRequest -> timed out
Traces: https://pastebin.mozilla.org/8841204
since the test status is "Timeout" blocking the meta gathering this (Bug 1180622)
Assignee | ||
Comment 3•9 years ago
|
||
The timeout is caused by the use of HTTP_ORIGIN instead of HTTPS_ORIGIN in the postMessage call.
Based on patches for Bug 1176988 the current patch for this test makes the test pass. Josh, is there anything else you had in mind considering this is marked WIP?
Assignee | ||
Comment 6•9 years ago
|
||
Nope!
url: https://hg.mozilla.org/integration/mozilla-inbound/rev/73aa4c4fc3be34ae9cd4787540363be0664d6354
changeset: 73aa4c4fc3be34ae9cd4787540363be0664d6354
user: Josh Matthews <josh@joshmatthews.net>
date: Thu Jul 30 21:27:34 2015 -0400
description:
Bug 1189582 - Fix test-response-xhr.https.html and expectation data. r=nsm
Comment 8•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox43:
--- → fixed
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
Comment 9•9 years ago
|
||
Hi,
just checked on m-c (87e23922be37 revision) and the tests successfully run. Thanks for fixing it!.
Summary
Harness status: OK
Found 1 tests
1 Pass
Details
Result Test Name
Pass Verify the response of FetchEvent using XMLHttpRequest
You need to log in
before you can comment on or make changes to this bug.
Description
•