Bug 1847578 - [wdspec] Correct meta data for Mac. r=webdriver-reviewers,jdescottes

Differential Revision: https://phabricator.services.mozilla.com/D185567
This commit is contained in:
Henrik Skupin 2023-08-08 15:30:37 +00:00
parent 1b9b5cab78
commit 3c564f006d
13 changed files with 2 additions and 29 deletions

View File

@ -9,7 +9,6 @@
[test_iframe]
expected:
if (os == "linux") and swgl and not debug: [PASS, FAIL]
if (os == "mac") and debug: [PASS, FAIL]
[test_subscribe]
expected:

View File

@ -1,3 +0,0 @@
[errors.py]
expected:
if (os == "mac") and not debug: [OK, TIMEOUT]

View File

@ -2,4 +2,3 @@
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]

View File

@ -1,4 +1,3 @@
[add.py]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]

View File

@ -2,7 +2,6 @@
[test_success_input]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
[test_success_input_non_interactable]
expected:

View File

@ -4,4 +4,3 @@
[test_get_current_url_file_protocol]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]

View File

@ -1,4 +0,0 @@
[user_prompts.py]
[test_dismiss[capabilities0-alert-None\]]
expected:
if (os == "mac") and not debug: [PASS, FAIL]

View File

@ -1,4 +0,0 @@
[enabled.py]
[test_no_browsing_context]
expected:
if (os == "mac") and not debug: [PASS, ERROR]

View File

@ -4,7 +4,3 @@
[test_no_top_browsing_context]
expected:
if (os == "linux") and fission and not debug: [PASS, ERROR]
[test_fully_exit_fullscreen]
expected:
if (os == "mac") and not debug: [PASS, FAIL]

View File

@ -4,4 +4,3 @@
[test_file_protocol]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]

View File

@ -4,7 +4,6 @@
[test_drag_and_drop_with_draggable_element[300\]]
expected:
if (os == "mac") and not debug: [FAIL, ERROR]
FAIL
[test_drag_and_drop_with_draggable_element[800\]]

View File

@ -1,11 +1,11 @@
[set.py]
disabled:
if os == "android": Not supported
[test_negative_x_y]
bug: 1563248
expected:
if (os == "mac") and debug: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "mac") and headless: FAIL
[test_restore_from_maximized]
expected:
@ -14,7 +14,3 @@
[test_y_as_current]
expected:
if not fission and not swgl and not debug: [PASS, FAIL]
[test_fully_exit_fullscreen]
expected:
if (os == "mac") and not debug: [PASS, FAIL]

View File

@ -9,4 +9,3 @@
[test_null_response_value]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]