mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
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:
parent
37f46525ca
commit
e2ecfd309e
@ -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]
|
||||
|
@ -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
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user