Bug 1922077 - [wdspec] Fix expectation for several tests when remote async events are enabled. r=webdriver-reviewers,Sasha

Differential Revision: https://phabricator.services.mozilla.com/D229890
This commit is contained in:
Henrik Skupin 2024-11-22 15:18:45 +00:00
parent 37f46525ca
commit e2ecfd309e
3 changed files with 2 additions and 19 deletions

View File

@ -32,6 +32,3 @@
[test_drag_and_drop_with_draggable_element[800\]]
expected: FAIL
[test_drag_and_drop[20-0-0\]]
expected:
if (os == "mac") and debug: [PASS, FAIL]

View File

@ -2,19 +2,9 @@
[test_key]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1922077
expected:
if debug and fission and (processor == "x86_64") and (os == "linux") and (version == "Ubuntu 22.04"): [PASS, FAIL]
if debug and fission and (processor == "x86_64") and (os == "linux") and (version == "Ubuntu 18.04"): [PASS, FAIL]
if debug and fission and (processor == "x86"): FAIL
if debug and not fission: FAIL
if not debug: FAIL
[FAIL, PASS]
if not remoteAsyncEvents: FAIL
[test_pointer]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1922077
expected:
if debug and fission and (processor == "x86_64") and (os == "linux") and (version == "Ubuntu 22.04"): [PASS, FAIL]
if debug and fission and (processor == "x86_64") and (os == "linux") and (version == "Ubuntu 18.04"): [PASS, FAIL]
if debug and fission and (processor == "x86_64") and (os == "win"): [FAIL, PASS]
if debug and fission and (processor == "x86_64") and (os == "mac"): [FAIL, PASS]
if debug and fission and (processor == "x86_64") and (os == "android"): [FAIL, PASS]
FAIL
if not remoteAsyncEvents: FAIL

View File

@ -35,7 +35,3 @@
[test_move_to_origin_position_within_frame[element\]]
expected:
if os == "android": FAIL
[test_drag_and_drop[20-0-0\]]
expected:
if (os == "mac") and debug: [PASS, FAIL]