Bug 1188545 - Update expected results for some service worker tests. a=testonly

This commit is contained in:
Catalin Badea 2015-09-30 19:11:03 -04:00
parent b506381e3b
commit 2b737890e9
11 changed files with 14 additions and 14 deletions

View File

@ -16,6 +16,10 @@
<script type="text/javascript" src="utils.js"> </script>
<script type="text/javascript" src="fetch_test_framework.js"> </script>
<script class="testbody" type="text/javascript">
// XXXcatalinb: this test takes a really long time to run on android debug.
SimpleTest.requestLongerTimeout(2);
testScript("test_fetch_cors.js");
</script>
</body>

View File

@ -145,6 +145,7 @@
"service-workers/service-worker/fetch-event-redirect.https.html": [
{
"path": "service-workers/service-worker/fetch-event-redirect.https.html",
"timeout": "long",
"url": "/_mozilla/service-workers/service-worker/fetch-event-redirect.https.html"
}
],
@ -175,12 +176,14 @@
"service-workers/service-worker/fetch-mixed-content-to-inscope.https.html": [
{
"path": "service-workers/service-worker/fetch-mixed-content-to-inscope.https.html",
"timeout": "long",
"url": "/_mozilla/service-workers/service-worker/fetch-mixed-content-to-inscope.https.html"
}
],
"service-workers/service-worker/fetch-mixed-content-to-outscope.https.html": [
{
"path": "service-workers/service-worker/fetch-mixed-content-to-outscope.https.html",
"timeout": "long",
"url": "/_mozilla/service-workers/service-worker/fetch-mixed-content-to-outscope.https.html"
}
],

View File

@ -1,6 +1,6 @@
[registration-attribute.https.html]
type: testharness
expected: ERROR
expected: TIMEOUT
[Verify registration attribute on ServiceWorkerGlobalScope]
expected: TIMEOUT

View File

@ -1,3 +0,0 @@
[fetch-request-no-freshness-headers.https.html]
type: testharness
expected: ERROR

View File

@ -1,3 +0,0 @@
[onactivate-script-error.https.html]
type: testharness
expected: ERROR

View File

@ -1,6 +1,6 @@
[oninstall-script-error.https.html]
type: testharness
expected: ERROR
expected: OK
[install handler throws an error that is cancelled]
expected: FAIL

View File

@ -1,6 +1,6 @@
[request-end-to-end.https.html]
type: testharness
expected: ERROR
expected: TIMEOUT
[Request: end-to-end]
expected: TIMEOUT

View File

@ -1,10 +1,6 @@
[sync-xhr-doesnt-deadlock.https.html]
type: testharness
expected:
if debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): CRASH
if debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): CRASH
if debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): CRASH
if debug and (os == "win") and (version == "10.0.10240") and (processor == "x86_64") and (bits == 64): CRASH
expected: OK
[Verify SyncXHR does not deadlock]
expected: FAIL

View File

@ -1,5 +1,6 @@
<!DOCTYPE html>
<title>Service Worker: Fetch Event Redirect Handling</title>
<meta name=timeout content=long>
<script src="/resources/testharness.js"></script>
<script src="resources/testharness-helpers.js"></script>
<script src="/resources/testharnessreport.js"></script>

View File

@ -1,5 +1,6 @@
<!DOCTYPE html>
<title>Service Worker: Mixed content of fetch()</title>
<meta name=timeout content=long>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="resources/get-host-info.sub.js"></script>

View File

@ -1,5 +1,6 @@
<!DOCTYPE html>
<title>Service Worker: Mixed content of fetch()</title>
<meta name=timeout content=long>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="resources/get-host-info.sub.js"></script>