summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/fetch/api/redirect/redirect-keepalive.https.any.js.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/fetch/api/redirect/redirect-keepalive.https.any.js.ini')
-rw-r--r--testing/web-platform/meta/fetch/api/redirect/redirect-keepalive.https.any.js.ini20
1 files changed, 8 insertions, 12 deletions
diff --git a/testing/web-platform/meta/fetch/api/redirect/redirect-keepalive.https.any.js.ini b/testing/web-platform/meta/fetch/api/redirect/redirect-keepalive.https.any.js.ini
index a437c2dbd7..60a2d2f498 100644
--- a/testing/web-platform/meta/fetch/api/redirect/redirect-keepalive.https.any.js.ini
+++ b/testing/web-platform/meta/fetch/api/redirect/redirect-keepalive.https.any.js.ini
@@ -1,16 +1,12 @@
[redirect-keepalive.https.any.html]
expected:
- if (os == "linux") and fission and not debug and not asan and tsan: [TIMEOUT, OK]
- if (os == "linux") and fission and not debug and not asan and not tsan: [OK, TIMEOUT]
- if (os == "linux") and fission and not debug and asan: [TIMEOUT, OK]
- if (os == "win") and (processor == "x86_64") and swgl: TIMEOUT
- if (os == "win") and (processor == "x86_64") and not swgl: [OK, TIMEOUT]
- if (os == "linux") and fission and debug: [OK, TIMEOUT]
+ if fission and (os == "win") and (processor == "x86") and not debug: OK
+ if fission and (os == "mac") and debug: OK
+ if not fission: OK
+ [OK, TIMEOUT]
[[keepalive\][iframe\][load\] mixed content redirect; setting up]
expected:
- if (os == "linux") and fission and not debug and not asan and tsan: [TIMEOUT, PASS]
- if (os == "linux") and fission and not debug and not asan and not tsan: [PASS, TIMEOUT]
- if (os == "linux") and fission and not debug and asan: [TIMEOUT, PASS]
- if (os == "win") and (processor == "x86_64") and swgl: TIMEOUT
- if (os == "win") and (processor == "x86_64") and not swgl: [PASS, TIMEOUT]
- if (os == "linux") and fission and debug: [PASS, TIMEOUT]
+ if fission and (os == "win") and (processor == "x86") and not debug: PASS
+ if fission and (os == "mac") and debug: PASS
+ if not fission: PASS
+ [PASS, TIMEOUT]