diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
commit | 40a355a42d4a9444dc753c04c6608dade2f06a23 (patch) | |
tree | 871fc667d2de662f171103ce5ec067014ef85e61 /testing/web-platform/meta/websockets/basic-auth.any.js.ini | |
parent | Adding upstream version 124.0.1. (diff) | |
download | firefox-upstream/125.0.1.tar.xz firefox-upstream/125.0.1.zip |
Adding upstream version 125.0.1.upstream/125.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/websockets/basic-auth.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/websockets/basic-auth.any.js.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/web-platform/meta/websockets/basic-auth.any.js.ini b/testing/web-platform/meta/websockets/basic-auth.any.js.ini index e3043aa28a..807d467cd9 100644 --- a/testing/web-platform/meta/websockets/basic-auth.any.js.ini +++ b/testing/web-platform/meta/websockets/basic-auth.any.js.ini @@ -18,6 +18,7 @@ if debug and (os == "win") and swgl: [OK, TIMEOUT] if debug and (os == "android") and not swgl: [OK, ERROR] if debug and (os == "linux"): [OK, ERROR] + if not debug and (processor == "x86"): TIMEOUT [HTTP basic authentication should work with WebSockets] expected: if os == "mac": [PASS, TIMEOUT] @@ -50,3 +51,5 @@ [basic-auth.any.sharedworker.html?wpt_flags=h2] [basic-auth.any.serviceworker.html?wpt_flags=h2] + expected: + if (processor == "x86") and not debug: TIMEOUT |