mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1188545 - Update expected results for some service worker tests. a=testonly
This commit is contained in:
parent
b506381e3b
commit
2b737890e9
@ -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>
|
||||
|
@ -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"
|
||||
}
|
||||
],
|
||||
|
@ -1,6 +1,6 @@
|
||||
[registration-attribute.https.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
expected: TIMEOUT
|
||||
[Verify registration attribute on ServiceWorkerGlobalScope]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
[fetch-request-no-freshness-headers.https.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
@ -1,3 +0,0 @@
|
||||
[onactivate-script-error.https.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
@ -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
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[request-end-to-end.https.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
expected: TIMEOUT
|
||||
[Request: end-to-end]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user