summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webdriver/tests/bidi/network/continue_with_auth/invalid.py.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/webdriver/tests/bidi/network/continue_with_auth/invalid.py.ini')
-rw-r--r--testing/web-platform/meta/webdriver/tests/bidi/network/continue_with_auth/invalid.py.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/web-platform/meta/webdriver/tests/bidi/network/continue_with_auth/invalid.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/network/continue_with_auth/invalid.py.ini
index 89d8310227..c4ea0817a4 100644
--- a/testing/web-platform/meta/webdriver/tests/bidi/network/continue_with_auth/invalid.py.ini
+++ b/testing/web-platform/meta/webdriver/tests/bidi/network/continue_with_auth/invalid.py.ini
@@ -1,5 +1,5 @@
[invalid.py]
expected:
- if (os == "win") and (processor == "x86") and debug: [OK, TIMEOUT]
- if (os == "win") and (processor == "x86") and not debug: [OK, TIMEOUT]
- if (os == "android") and not debug: [OK, TIMEOUT]
+ if (processor == "x86_64") and (os == "linux") and debug and fission: [OK, CRASH]
+ if (processor == "x86_64") and (os == "android") and not debug: [OK, TIMEOUT]
+ if processor == "x86": [OK, TIMEOUT]