summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webdriver/tests/bidi/network
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:42 +0000
commitda4c7e7ed675c3bf405668739c3012d140856109 (patch)
treecdd868dba063fecba609a1d819de271f0d51b23e /testing/web-platform/meta/webdriver/tests/bidi/network
parentAdding upstream version 125.0.3. (diff)
downloadfirefox-da4c7e7ed675c3bf405668739c3012d140856109.tar.xz
firefox-da4c7e7ed675c3bf405668739c3012d140856109.zip
Adding upstream version 126.0.upstream/126.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/webdriver/tests/bidi/network')
-rw-r--r--testing/web-platform/meta/webdriver/tests/bidi/network/add_intercept/contexts.py.ini6
-rw-r--r--testing/web-platform/meta/webdriver/tests/bidi/network/add_intercept/invalid.py.ini21
-rw-r--r--testing/web-platform/meta/webdriver/tests/bidi/network/add_intercept/url_patterns.py.ini5
-rw-r--r--testing/web-platform/meta/webdriver/tests/bidi/network/continue_response/invalid.py.ini3
-rw-r--r--testing/web-platform/meta/webdriver/tests/bidi/network/continue_with_auth/invalid.py.ini6
-rw-r--r--testing/web-platform/meta/webdriver/tests/bidi/network/provide_response/invalid.py.ini4
-rw-r--r--testing/web-platform/meta/webdriver/tests/bidi/network/provide_response/request.py.ini4
-rw-r--r--testing/web-platform/meta/webdriver/tests/bidi/network/response_started/response_started.py.ini4
8 files changed, 14 insertions, 39 deletions
diff --git a/testing/web-platform/meta/webdriver/tests/bidi/network/add_intercept/contexts.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/network/add_intercept/contexts.py.ini
deleted file mode 100644
index bbf7cdc65e..0000000000
--- a/testing/web-platform/meta/webdriver/tests/bidi/network/add_intercept/contexts.py.ini
+++ /dev/null
@@ -1,6 +0,0 @@
-[contexts.py]
- [test_other_context_with_event_subscription]
- expected: FAIL
-
- [test_two_contexts_global_intercept]
- expected: FAIL
diff --git a/testing/web-platform/meta/webdriver/tests/bidi/network/add_intercept/invalid.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/network/add_intercept/invalid.py.ini
deleted file mode 100644
index 1ffcaabf2d..0000000000
--- a/testing/web-platform/meta/webdriver/tests/bidi/network/add_intercept/invalid.py.ini
+++ /dev/null
@@ -1,21 +0,0 @@
-[invalid.py]
- [test_params_contexts_invalid_type[False\]]
- expected: FAIL
-
- [test_params_contexts_invalid_type[42\]]
- expected: FAIL
-
- [test_params_contexts_invalid_type[value2\]]
- expected: FAIL
-
- [test_params_contexts_invalid_type[\]]
- expected: FAIL
-
- [test_params_contexts_empty_list]
- expected: FAIL
-
- [test_params_contexts_context_invalid_value]
- expected: FAIL
-
- [test_params_contexts_context_non_top_level]
- expected: FAIL
diff --git a/testing/web-platform/meta/webdriver/tests/bidi/network/add_intercept/url_patterns.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/network/add_intercept/url_patterns.py.ini
index 7a54f7734a..46dda42c43 100644
--- a/testing/web-platform/meta/webdriver/tests/bidi/network/add_intercept/url_patterns.py.ini
+++ b/testing/web-platform/meta/webdriver/tests/bidi/network/add_intercept/url_patterns.py.ini
@@ -3,8 +3,7 @@
if (os == "android") and not debug: [OK, TIMEOUT]
[test_string_patterns_not_matching[https://{wpt_host}/-https://some.other.host/\]]
expected:
- if (os == "win") and not swgl and debug and (processor == "x86"): [PASS, FAIL]
- if (os == "win") and swgl: [PASS, FAIL]
+ if (processor == "x86") and debug: [PASS, FAIL]
[test_string_patterns_not_matching[https://{wpt_host}/-https://{wpt_host}:5678/\]]
expected:
@@ -12,7 +11,7 @@
[test_string_patterns_not_matching[https://{wpt_host}/path-https://{wpt_host}/path/continued\]]
expected:
- if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, FAIL]
+ if (os == "win") and debug and (processor == "x86_64"): [PASS, FAIL]
[test_string_patterns_not_matching[https://{wpt_host}/path-https://{wpt_host}/other/path\]]
expected:
diff --git a/testing/web-platform/meta/webdriver/tests/bidi/network/continue_response/invalid.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/network/continue_response/invalid.py.ini
index 8d33d0024b..a4dc374bd8 100644
--- a/testing/web-platform/meta/webdriver/tests/bidi/network/continue_response/invalid.py.ini
+++ b/testing/web-platform/meta/webdriver/tests/bidi/network/continue_response/invalid.py.ini
@@ -1,4 +1,3 @@
[invalid.py]
expected:
- if (os == "linux") and not debug and not swgl and fission: [OK, TIMEOUT]
- if (os == "linux") and not debug and not swgl and not fission: [OK, TIMEOUT]
+ if (os == "linux") and not debug: [OK, TIMEOUT]
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]
diff --git a/testing/web-platform/meta/webdriver/tests/bidi/network/provide_response/invalid.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/network/provide_response/invalid.py.ini
new file mode 100644
index 0000000000..57b35cb18d
--- /dev/null
+++ b/testing/web-platform/meta/webdriver/tests/bidi/network/provide_response/invalid.py.ini
@@ -0,0 +1,4 @@
+[invalid.py]
+ [test_params_body_invalid_type[False\]]
+ expected:
+ if (processor == "x86") and not debug: [PASS, FAIL]
diff --git a/testing/web-platform/meta/webdriver/tests/bidi/network/provide_response/request.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/network/provide_response/request.py.ini
new file mode 100644
index 0000000000..3e210b70d4
--- /dev/null
+++ b/testing/web-platform/meta/webdriver/tests/bidi/network/provide_response/request.py.ini
@@ -0,0 +1,4 @@
+[request.py]
+ [test_provide_response_auth_required[fetch\]]
+ expected:
+ if (processor == "x86") and not debug: [PASS, FAIL]
diff --git a/testing/web-platform/meta/webdriver/tests/bidi/network/response_started/response_started.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/network/response_started/response_started.py.ini
deleted file mode 100644
index f7bf7b83c3..0000000000
--- a/testing/web-platform/meta/webdriver/tests/bidi/network/response_started/response_started.py.ini
+++ /dev/null
@@ -1,4 +0,0 @@
-[response_started.py]
- [test_load_page_twice]
- expected:
- if swgl and not debug: [PASS, FAIL]