From fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:14:29 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../create_user_context/create_user_context.py.ini | 2 ++ .../bidi/browsing_context/activate/activate.py.ini | 12 +++--------- .../context_created/context_created.py.ini | 6 ++++++ .../tests/bidi/browsing_context/create/type.py.ini | 4 ++++ .../fragment_navigated/fragment_navigated.py.ini | 3 --- .../permissions/set_permission/invalid.py.ini | 6 +++--- .../tests/bidi/input/set_files/context.py.ini | 3 +++ .../tests/bidi/input/set_files/files.py.ini | 7 +++++++ .../tests/bidi/integration/navigation.py.ini | 3 +++ .../bidi/network/add_intercept/add_intercept.py.ini | 8 -------- .../bidi/network/add_intercept/contexts.py.ini | 6 ++++++ .../tests/bidi/network/add_intercept/invalid.py.ini | 21 +++++++++++++++++++++ .../bidi/network/add_intercept/url_patterns.py.ini | 3 ++- .../before_request_sent_cached.py.ini | 4 ++++ .../bidi/network/response_completed/__dir__.ini | 1 + .../response_completed_cached.py.ini | 4 ++++ .../response_started/response_started_cached.py.ini | 4 ++++ .../tests/bidi/session/subscribe/invalid.py.ini | 6 ++++++ .../tests/bidi/session/unsubscribe/invalid.py.ini | 6 ++++++ .../bidi/storage/delete_cookies/partition.py.ini | 11 +++++++++++ .../tests/bidi/storage/get_cookies/partition.py.ini | 8 ++++++++ .../tests/bidi/storage/set_cookie/partition.py.ini | 10 ++++++++++ .../tests/classic/forward/user_prompts.py.ini | 4 ++++ .../tests/classic/get_page_source/source.py.ini | 3 +++ .../classic/get_window_handle/user_prompts.py.ini | 3 +++ .../classic/get_window_handles/user_prompts.py.ini | 4 ++++ .../tests/classic/new_session/platform_name.py.ini | 2 ++ .../tests/classic/new_window/new_tab.py.ini | 7 +++++++ .../tests/classic/send_alert_text/send.py.ini | 6 ++++++ 29 files changed, 143 insertions(+), 24 deletions(-) create mode 100644 testing/web-platform/meta/webdriver/tests/bidi/browsing_context/create/type.py.ini create mode 100644 testing/web-platform/meta/webdriver/tests/bidi/input/set_files/context.py.ini create mode 100644 testing/web-platform/meta/webdriver/tests/bidi/input/set_files/files.py.ini create mode 100644 testing/web-platform/meta/webdriver/tests/bidi/integration/navigation.py.ini create mode 100644 testing/web-platform/meta/webdriver/tests/bidi/network/add_intercept/contexts.py.ini create mode 100644 testing/web-platform/meta/webdriver/tests/bidi/network/add_intercept/invalid.py.ini create mode 100644 testing/web-platform/meta/webdriver/tests/bidi/network/before_request_sent/before_request_sent_cached.py.ini create mode 100644 testing/web-platform/meta/webdriver/tests/bidi/network/response_completed/__dir__.ini create mode 100644 testing/web-platform/meta/webdriver/tests/bidi/network/response_completed/response_completed_cached.py.ini create mode 100644 testing/web-platform/meta/webdriver/tests/bidi/network/response_started/response_started_cached.py.ini create mode 100644 testing/web-platform/meta/webdriver/tests/bidi/session/subscribe/invalid.py.ini create mode 100644 testing/web-platform/meta/webdriver/tests/bidi/session/unsubscribe/invalid.py.ini create mode 100644 testing/web-platform/meta/webdriver/tests/bidi/storage/delete_cookies/partition.py.ini create mode 100644 testing/web-platform/meta/webdriver/tests/bidi/storage/set_cookie/partition.py.ini create mode 100644 testing/web-platform/meta/webdriver/tests/classic/forward/user_prompts.py.ini create mode 100644 testing/web-platform/meta/webdriver/tests/classic/get_page_source/source.py.ini create mode 100644 testing/web-platform/meta/webdriver/tests/classic/get_window_handle/user_prompts.py.ini create mode 100644 testing/web-platform/meta/webdriver/tests/classic/get_window_handles/user_prompts.py.ini create mode 100644 testing/web-platform/meta/webdriver/tests/classic/new_window/new_tab.py.ini create mode 100644 testing/web-platform/meta/webdriver/tests/classic/send_alert_text/send.py.ini (limited to 'testing/web-platform/meta/webdriver') diff --git a/testing/web-platform/meta/webdriver/tests/bidi/browser/create_user_context/create_user_context.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/browser/create_user_context/create_user_context.py.ini index 1196c7dda7..8bc862c7e5 100644 --- a/testing/web-platform/meta/webdriver/tests/bidi/browser/create_user_context/create_user_context.py.ini +++ b/testing/web-platform/meta/webdriver/tests/bidi/browser/create_user_context/create_user_context.py.ini @@ -1,4 +1,6 @@ [create_user_context.py] + expected: + if (processor == "x86") and not debug: [OK, TIMEOUT] [test_storage_isolation] disabled: if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1877953 diff --git a/testing/web-platform/meta/webdriver/tests/bidi/browsing_context/activate/activate.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/browsing_context/activate/activate.py.ini index bdea729bbd..ca1a6f47fc 100644 --- a/testing/web-platform/meta/webdriver/tests/bidi/browsing_context/activate/activate.py.ini +++ b/testing/web-platform/meta/webdriver/tests/bidi/browsing_context/activate/activate.py.ini @@ -6,12 +6,6 @@ disabled: if os == "android": Not supported - [test_keeps_focused_area] - expected: - if not debug and (os == "linux") and fission and not tsan: [PASS, FAIL] - if not debug and (os == "win"): [PASS, FAIL] - if not debug and (os == "mac"): [PASS, FAIL] - - [test_activate] - expected: - if (os == "mac") and not debug: [PASS, FAIL] + [test_switch_between_contexts[tab\]] + disabled: + if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1884142 diff --git a/testing/web-platform/meta/webdriver/tests/bidi/browsing_context/context_created/context_created.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/browsing_context/context_created/context_created.py.ini index 6403d6ebf5..fec15729a0 100644 --- a/testing/web-platform/meta/webdriver/tests/bidi/browsing_context/context_created/context_created.py.ini +++ b/testing/web-platform/meta/webdriver/tests/bidi/browsing_context/context_created/context_created.py.ini @@ -10,3 +10,9 @@ [test_new_user_context[window\]] disabled: if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1877953 + + [test_existing_context[tab\]] + expected: FAIL + + [test_existing_context[window\]] + expected: FAIL diff --git a/testing/web-platform/meta/webdriver/tests/bidi/browsing_context/create/type.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/browsing_context/create/type.py.ini new file mode 100644 index 0000000000..584f772bf9 --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/bidi/browsing_context/create/type.py.ini @@ -0,0 +1,4 @@ +[type.py] + [test_type[tab\]] + disabled: + if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1884142 diff --git a/testing/web-platform/meta/webdriver/tests/bidi/browsing_context/fragment_navigated/fragment_navigated.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/browsing_context/fragment_navigated/fragment_navigated.py.ini index 9e62b7f860..35b0394602 100644 --- a/testing/web-platform/meta/webdriver/tests/bidi/browsing_context/fragment_navigated/fragment_navigated.py.ini +++ b/testing/web-platform/meta/webdriver/tests/bidi/browsing_context/fragment_navigated/fragment_navigated.py.ini @@ -2,6 +2,3 @@ [test_document_write] bug: 1844517 expected: FAIL - - [test_timestamp] - expected: FAIL diff --git a/testing/web-platform/meta/webdriver/tests/bidi/external/permissions/set_permission/invalid.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/external/permissions/set_permission/invalid.py.ini index 2e944738d2..9a162b4038 100644 --- a/testing/web-platform/meta/webdriver/tests/bidi/external/permissions/set_permission/invalid.py.ini +++ b/testing/web-platform/meta/webdriver/tests/bidi/external/permissions/set_permission/invalid.py.ini @@ -44,9 +44,6 @@ [test_params_state_invalid_type[state5\]] expected: FAIL - [test_params_state_invalid_value[UNKOWN\]] - expected: FAIL - [test_params_state_invalid_value[Granted\]] expected: FAIL @@ -67,3 +64,6 @@ [test_params_origin_invalid_type[origin5\]] expected: FAIL + + [test_params_state_invalid_value[UNKNOWN\]] + expected: FAIL diff --git a/testing/web-platform/meta/webdriver/tests/bidi/input/set_files/context.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/input/set_files/context.py.ini new file mode 100644 index 0000000000..e4251ae763 --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/bidi/input/set_files/context.py.ini @@ -0,0 +1,3 @@ +[context.py] + disabled: + if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1762066 diff --git a/testing/web-platform/meta/webdriver/tests/bidi/input/set_files/files.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/input/set_files/files.py.ini new file mode 100644 index 0000000000..5fb5e83e0c --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/bidi/input/set_files/files.py.ini @@ -0,0 +1,7 @@ +[files.py] + disabled: + if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1762066 + + [test_set_files_twice_same_in_different_folders] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1883856 + expected: FAIL diff --git a/testing/web-platform/meta/webdriver/tests/bidi/integration/navigation.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/integration/navigation.py.ini new file mode 100644 index 0000000000..7765a55616 --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/bidi/integration/navigation.py.ini @@ -0,0 +1,3 @@ +[navigation.py] + [test_navigate_history_replacestate_beforeunload] + expected: FAIL diff --git a/testing/web-platform/meta/webdriver/tests/bidi/network/add_intercept/add_intercept.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/network/add_intercept/add_intercept.py.ini index eeef7c40dd..b7741cf44e 100644 --- a/testing/web-platform/meta/webdriver/tests/bidi/network/add_intercept/add_intercept.py.ini +++ b/testing/web-platform/meta/webdriver/tests/bidi/network/add_intercept/add_intercept.py.ini @@ -1,12 +1,4 @@ [add_intercept.py] - [test_other_context[beforeRequestSent\]] - expected: - if (os == "android") and not debug: [PASS, FAIL] - - [test_other_context[responseStarted\]] - expected: - if (os == "android") and not debug: [PASS, FAIL] - [test_two_intercepts] expected: if (os == "android") and not debug: [PASS, FAIL] 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 new file mode 100644 index 0000000000..bbf7cdc65e --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/bidi/network/add_intercept/contexts.py.ini @@ -0,0 +1,6 @@ +[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 new file mode 100644 index 0000000000..1ffcaabf2d --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/bidi/network/add_intercept/invalid.py.ini @@ -0,0 +1,21 @@ +[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 8c21a97363..7a54f7734a 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,7 +3,8 @@ if (os == "android") and not debug: [OK, TIMEOUT] [test_string_patterns_not_matching[https://{wpt_host}/-https://some.other.host/\]] expected: - if swgl and (os == "win"): [PASS, FAIL] + if (os == "win") and not swgl and debug and (processor == "x86"): [PASS, FAIL] + if (os == "win") and swgl: [PASS, FAIL] [test_string_patterns_not_matching[https://{wpt_host}/-https://{wpt_host}:5678/\]] expected: diff --git a/testing/web-platform/meta/webdriver/tests/bidi/network/before_request_sent/before_request_sent_cached.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/network/before_request_sent/before_request_sent_cached.py.ini new file mode 100644 index 0000000000..d0ff2dece7 --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/bidi/network/before_request_sent/before_request_sent_cached.py.ini @@ -0,0 +1,4 @@ +[before_request_sent_cached.py] + [test_page_with_cached_resource] + bug: 1879438 + expected: FAIL diff --git a/testing/web-platform/meta/webdriver/tests/bidi/network/response_completed/__dir__.ini b/testing/web-platform/meta/webdriver/tests/bidi/network/response_completed/__dir__.ini new file mode 100644 index 0000000000..aa6e7ab4fe --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/bidi/network/response_completed/__dir__.ini @@ -0,0 +1 @@ +leak-threshold: [default:3481600, tab:358400] diff --git a/testing/web-platform/meta/webdriver/tests/bidi/network/response_completed/response_completed_cached.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/network/response_completed/response_completed_cached.py.ini new file mode 100644 index 0000000000..ab78326ebd --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/bidi/network/response_completed/response_completed_cached.py.ini @@ -0,0 +1,4 @@ +[response_completed_cached.py] + [test_page_with_cached_resource] + bug: 1879438 + expected: FAIL diff --git a/testing/web-platform/meta/webdriver/tests/bidi/network/response_started/response_started_cached.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/network/response_started/response_started_cached.py.ini new file mode 100644 index 0000000000..9afcdec429 --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/bidi/network/response_started/response_started_cached.py.ini @@ -0,0 +1,4 @@ +[response_started_cached.py] + [test_page_with_cached_resource] + bug: 1879438 + expected: FAIL diff --git a/testing/web-platform/meta/webdriver/tests/bidi/session/subscribe/invalid.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/session/subscribe/invalid.py.ini new file mode 100644 index 0000000000..94cb3f0a1d --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/bidi/session/subscribe/invalid.py.ini @@ -0,0 +1,6 @@ +[invalid.py] + [test_params_events_empty] + expected: FAIL + + [test_params_contexts_empty] + expected: FAIL diff --git a/testing/web-platform/meta/webdriver/tests/bidi/session/unsubscribe/invalid.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/session/unsubscribe/invalid.py.ini new file mode 100644 index 0000000000..94cb3f0a1d --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/bidi/session/unsubscribe/invalid.py.ini @@ -0,0 +1,6 @@ +[invalid.py] + [test_params_events_empty] + expected: FAIL + + [test_params_contexts_empty] + expected: FAIL diff --git a/testing/web-platform/meta/webdriver/tests/bidi/storage/delete_cookies/partition.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/storage/delete_cookies/partition.py.ini new file mode 100644 index 0000000000..37e25e3110 --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/bidi/storage/delete_cookies/partition.py.ini @@ -0,0 +1,11 @@ +[partition.py] + [test_partition_user_context[with document cookie\]] + disabled: + if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1877953 + + [test_partition_user_context[with set cookie\]] + disabled: + if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1877953 + + [test_partition_context_iframe[cross_origin\]] + expected: FAIL diff --git a/testing/web-platform/meta/webdriver/tests/bidi/storage/get_cookies/partition.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/storage/get_cookies/partition.py.ini index 2833275654..35b823e614 100644 --- a/testing/web-platform/meta/webdriver/tests/bidi/storage/get_cookies/partition.py.ini +++ b/testing/web-platform/meta/webdriver/tests/bidi/storage/get_cookies/partition.py.ini @@ -2,3 +2,11 @@ [test_partition_context] disabled: if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1877953 + + [test_partition_default_user_context] + disabled: + if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1877953 + + [test_partition_user_context] + disabled: + if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1877953 diff --git a/testing/web-platform/meta/webdriver/tests/bidi/storage/set_cookie/partition.py.ini b/testing/web-platform/meta/webdriver/tests/bidi/storage/set_cookie/partition.py.ini new file mode 100644 index 0000000000..2653d06496 --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/bidi/storage/set_cookie/partition.py.ini @@ -0,0 +1,10 @@ +[partition.py] + [test_partition_context] + expected: FAIL + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1884648 + disabled: + if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1877953 + + [test_partition_user_context] + disabled: + if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1877953 diff --git a/testing/web-platform/meta/webdriver/tests/classic/forward/user_prompts.py.ini b/testing/web-platform/meta/webdriver/tests/classic/forward/user_prompts.py.ini new file mode 100644 index 0000000000..626091ce47 --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/classic/forward/user_prompts.py.ini @@ -0,0 +1,4 @@ +[user_prompts.py] + [test_accept_and_notify[capabilities0-beforeunload-None\]] + expected: + if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL] diff --git a/testing/web-platform/meta/webdriver/tests/classic/get_page_source/source.py.ini b/testing/web-platform/meta/webdriver/tests/classic/get_page_source/source.py.ini new file mode 100644 index 0000000000..d5d67e06dc --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/classic/get_page_source/source.py.ini @@ -0,0 +1,3 @@ +[source.py] + expected: + if (os == "linux") and fission and not debug and not asan and not tsan: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webdriver/tests/classic/get_window_handle/user_prompts.py.ini b/testing/web-platform/meta/webdriver/tests/classic/get_window_handle/user_prompts.py.ini new file mode 100644 index 0000000000..69726711aa --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/classic/get_window_handle/user_prompts.py.ini @@ -0,0 +1,3 @@ +[user_prompts.py] + expected: + if (os == "linux") and debug and fission and not swgl: [OK, CRASH] diff --git a/testing/web-platform/meta/webdriver/tests/classic/get_window_handles/user_prompts.py.ini b/testing/web-platform/meta/webdriver/tests/classic/get_window_handles/user_prompts.py.ini new file mode 100644 index 0000000000..4ffaf7bc1d --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/classic/get_window_handles/user_prompts.py.ini @@ -0,0 +1,4 @@ +[user_prompts.py] + [test_dismiss_and_notify[capabilities0-alert\]] + expected: + if (processor == "x86") and debug: [PASS, FAIL] diff --git a/testing/web-platform/meta/webdriver/tests/classic/new_session/platform_name.py.ini b/testing/web-platform/meta/webdriver/tests/classic/new_session/platform_name.py.ini index a2bad16c0a..688c97a500 100644 --- a/testing/web-platform/meta/webdriver/tests/classic/new_session/platform_name.py.ini +++ b/testing/web-platform/meta/webdriver/tests/classic/new_session/platform_name.py.ini @@ -1,4 +1,6 @@ [platform_name.py] + expected: + if (os == "linux") and debug and fission and not swgl: [OK, CRASH] [test_corresponds_to_local_system] disabled: if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1762131 diff --git a/testing/web-platform/meta/webdriver/tests/classic/new_window/new_tab.py.ini b/testing/web-platform/meta/webdriver/tests/classic/new_window/new_tab.py.ini new file mode 100644 index 0000000000..4ad59c5a06 --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/classic/new_window/new_tab.py.ini @@ -0,0 +1,7 @@ +[new_tab.py] + [test_focus_content] + expected: + if not swgl and (os == "linux") and not fission and not debug and asan: [PASS, FAIL] + if not swgl and (os == "linux") and not fission and not debug and not asan: [PASS, FAIL] + if not swgl and (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL] + if not swgl and (os == "mac") and debug: [PASS, FAIL] diff --git a/testing/web-platform/meta/webdriver/tests/classic/send_alert_text/send.py.ini b/testing/web-platform/meta/webdriver/tests/classic/send_alert_text/send.py.ini new file mode 100644 index 0000000000..4e3c9ba468 --- /dev/null +++ b/testing/web-platform/meta/webdriver/tests/classic/send_alert_text/send.py.ini @@ -0,0 +1,6 @@ +[send.py] + expected: + if (os == "android") and not debug: [OK, TIMEOUT] + [test_unexpected_alert] + expected: + if (os == "android") and not debug: [PASS, FAIL] -- cgit v1.2.3