diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /testing/web-platform/meta/websockets/basic-auth.any.js.ini | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
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 | 57 |
1 files changed, 57 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 new file mode 100644 index 0000000000..43f87e9356 --- /dev/null +++ b/testing/web-platform/meta/websockets/basic-auth.any.js.ini @@ -0,0 +1,57 @@ +[basic-auth.https.any.serviceworker.html] + expected: TIMEOUT + +[basic-auth.any.serviceworker.html] + [HTTP basic authentication should work with WebSockets] + expected: FAIL + + +[basic-auth.any.sharedworker.html?wss] + expected: + if not swgl and (os == "android") and debug and fission: [OK, TIMEOUT, ERROR] + if not swgl and (os == "android") and debug and not fission: [OK, ERROR] + if swgl and (os == "linux"): [OK, ERROR] + if swgl and (os == "android"): [OK, ERROR] + if swgl and (os == "win"): [OK, TIMEOUT] + +[basic-auth.any.serviceworker.html?wss] + expected: + if debug and (os == "android") and not fission and not swgl: [OK, ERROR] + if debug and (os == "android") and fission: [OK, TIMEOUT, ERROR] + if debug and (os == "win") and swgl: [OK, TIMEOUT] + if debug and (os == "linux"): [OK, ERROR] + [HTTP basic authentication should work with WebSockets] + expected: + if os == "mac": [PASS, TIMEOUT] + + +[basic-auth.any.html?wss] + expected: + if debug and (os == "linux") and not fission and swgl: [OK, ERROR] + if debug and (os == "linux") and fission: [OK, ERROR] + if debug and (os == "android") and fission: [OK, ERROR, TIMEOUT] + if debug and (os == "android") and not fission: [OK, ERROR] + if debug and (os == "win"): [OK, TIMEOUT] + +[basic-auth.any.worker.html?wss] + expected: + if debug and (os == "android") and not fission and swgl: [OK, ERROR] + if debug and (os == "android") and fission: [OK, TIMEOUT] + if debug and (os == "linux"): [OK, ERROR] + if debug and (os == "win"): [OK, TIMEOUT] + +[basic-auth.any.html?wpt_flags=h2] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[basic-auth.any.worker.html?wpt_flags=h2] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[basic-auth.any.sharedworker.html?wpt_flags=h2] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[basic-auth.any.serviceworker.html?wpt_flags=h2] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |