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.ini16
1 files changed, 8 insertions, 8 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 43463d03c7..a437c2dbd7 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,16 @@
[redirect-keepalive.https.any.html]
expected:
- if (os == "linux") and fission and not debug and (processor == "x86_64") and asan: [OK, TIMEOUT]
- if (os == "linux") and fission and not debug and (processor == "x86_64") and not asan: [OK, TIMEOUT]
- if (os == "linux") and fission and not debug and (processor == "x86"): [OK, TIMEOUT]
+ 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 (os == "mac") and debug: TIMEOUT
[[keepalive\][iframe\][load\] mixed content redirect; setting up]
expected:
- if (os == "linux") and fission and not debug and (processor == "x86_64") and asan: [PASS, TIMEOUT]
- if (os == "linux") and fission and not debug and (processor == "x86_64") and not asan: [PASS, TIMEOUT]
- if (os == "linux") and fission and not debug and (processor == "x86"): [PASS, TIMEOUT]
+ 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 (os == "mac") and debug: TIMEOUT