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/webdriver/tests/classic | |
parent | Adding upstream version 124.0.1. (diff) | |
download | firefox-40a355a42d4a9444dc753c04c6608dade2f06a23.tar.xz firefox-40a355a42d4a9444dc753c04c6608dade2f06a23.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/webdriver/tests/classic')
7 files changed, 29 insertions, 0 deletions
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] |