Skip to content

Commit

Permalink
Bug 1416284: Update WDSpec tests expectations. r=ato
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: HrikhmLgamY
  • Loading branch information
David Burns committed Nov 10, 2017
1 parent 373a0b4 commit c721e7a
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[key.py]
type: wdspec
disabled:
if (os == "linux"): https://bugzilla.mozilla.org/show_bug.cgi?id=1407383
if os == "linux": https://bugzilla.mozilla.org/show_bug.cgi?id=1407383
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@
[delete_cookie.py::test_handle_prompt_accept]
expected: FAIL

[delete_cookie.py::test_handle_prompt_missing_value]
expected: FAIL

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@
[get_window_rect.py::test_handle_prompt_accept]
expected: FAIL

[get_window_rect.py::test_handle_prompt_missing_value]
expected: FAIL

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@
[minimize_window.py::test_handle_prompt_accept]
expected: FAIL

[minimize_window.py::test_handle_prompt_missing_value]
expected: FAIL

Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
[get_title.py::test_title_handle_prompt_accept]
expected: FAIL

[get_title.py::test_title_handle_prompt_missing_value]
expected: FAIL

[get_title.py::test_title_from_frame]
expected: FAIL

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@
[set_window_rect.py::test_handle_prompt_accept]
expected: FAIL

[set_window_rect.py::test_handle_prompt_missing_value]
expected: FAIL

0 comments on commit c721e7a

Please sign in to comment.