summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webdriver/tests/classic/new_session
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:50 +0000
commitdef92d1b8e9d373e2f6f27c366d578d97d8960c6 (patch)
tree2ef34b9ad8bb9a9220e05d60352558b15f513894 /testing/web-platform/meta/webdriver/tests/classic/new_session
parentAdding debian version 125.0.3-1. (diff)
downloadfirefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.tar.xz
firefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.zip
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/webdriver/tests/classic/new_session')
-rw-r--r--testing/web-platform/meta/webdriver/tests/classic/new_session/default_values.py.ini1
-rw-r--r--testing/web-platform/meta/webdriver/tests/classic/new_session/platform_name.py.ini2
-rw-r--r--testing/web-platform/meta/webdriver/tests/classic/new_session/response.py.ini2
-rw-r--r--testing/web-platform/meta/webdriver/tests/classic/new_session/timeouts.py.ini3
4 files changed, 6 insertions, 2 deletions
diff --git a/testing/web-platform/meta/webdriver/tests/classic/new_session/default_values.py.ini b/testing/web-platform/meta/webdriver/tests/classic/new_session/default_values.py.ini
index ca65f69ba9..02cd2c5bdd 100644
--- a/testing/web-platform/meta/webdriver/tests/classic/new_session/default_values.py.ini
+++ b/testing/web-platform/meta/webdriver/tests/classic/new_session/default_values.py.ini
@@ -1,4 +1,3 @@
[default_values.py]
-
[test_desired]
expected: 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 688c97a500..6ccf51be55 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,6 +1,6 @@
[platform_name.py]
expected:
- if (os == "linux") and debug and fission and not swgl: [OK, CRASH]
+ if (os == "linux") and debug and fission: [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_session/response.py.ini b/testing/web-platform/meta/webdriver/tests/classic/new_session/response.py.ini
index e777519d5f..baf0b84e94 100644
--- a/testing/web-platform/meta/webdriver/tests/classic/new_session/response.py.ini
+++ b/testing/web-platform/meta/webdriver/tests/classic/new_session/response.py.ini
@@ -1,4 +1,6 @@
[response.py]
+ expected:
+ if asan and fission: [OK, TIMEOUT]
[test_capability_default_value[setWindowRect-True\]]
disabled:
if os == "android": bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1762132
diff --git a/testing/web-platform/meta/webdriver/tests/classic/new_session/timeouts.py.ini b/testing/web-platform/meta/webdriver/tests/classic/new_session/timeouts.py.ini
new file mode 100644
index 0000000000..1216f4623c
--- /dev/null
+++ b/testing/web-platform/meta/webdriver/tests/classic/new_session/timeouts.py.ini
@@ -0,0 +1,3 @@
+[timeouts.py]
+ expected:
+ if (processor == "x86") and not debug: [OK, TIMEOUT]