Bug 1318724 - Reenable WebDriver spec tests, r=maja_zf draft
authorJames Graham <james@hoppipolla.co.uk>
Wed, 15 Mar 2017 15:31:55 +0000
changeset 503909 01c87b267ce3e82c0bc2410728a83649fabece91
parent 503825 439ee2e4fc4ed4a82102608639d9751e376d5536
child 503910 83d9d8f3dfb82acec527654eb596ffca6aba22a4
push id50699
push userbmo:james@hoppipolla.co.uk
push dateThu, 23 Mar 2017 19:10:38 +0000
reviewersmaja_zf
bugs1318724
milestone55.0a1
Bug 1318724 - Reenable WebDriver spec tests, r=maja_zf These should work now that we have GeckoDriver 0.15 in tree. MozReview-Commit-ID: J9AigCBrOMl
testing/web-platform/meta/webdriver/actions/key.py.ini
testing/web-platform/meta/webdriver/actions/mouse.py.ini
testing/web-platform/meta/webdriver/actions/sequence.py.ini
testing/web-platform/meta/webdriver/contexts.py.ini
testing/web-platform/meta/webdriver/navigation.py.ini
--- a/testing/web-platform/meta/webdriver/actions/key.py.ini
+++ b/testing/web-platform/meta/webdriver/actions/key.py.ini
@@ -1,4 +1,2 @@
 [key.py]
   type: wdspec
-  disabled:
-    if (os == "linux") and (bits == 64) and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1318724
--- a/testing/web-platform/meta/webdriver/actions/mouse.py.ini
+++ b/testing/web-platform/meta/webdriver/actions/mouse.py.ini
@@ -1,4 +1,2 @@
 [mouse.py]
   type: wdspec
-  disabled:
-    if (os == "linux") and (bits == 64) and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1318724
--- a/testing/web-platform/meta/webdriver/actions/sequence.py.ini
+++ b/testing/web-platform/meta/webdriver/actions/sequence.py.ini
@@ -1,4 +1,2 @@
 [sequence.py]
   type: wdspec
-  disabled:
-    if (os == "linux") and (bits == 64) and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1318724
--- a/testing/web-platform/meta/webdriver/contexts.py.ini
+++ b/testing/web-platform/meta/webdriver/contexts.py.ini
@@ -1,12 +1,10 @@
 [contexts.py]
   type: wdspec
-  disabled:
-    if (os == "linux") and (bits == 64) and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1318724
   [contexts.py::test_resize]
     expected: FAIL
 
   [contexts.py::test_resize_by_script]
     expected: FAIL
 
   [contexts.py::test_window_size_types]
     expected: FAIL
--- a/testing/web-platform/meta/webdriver/navigation.py.ini
+++ b/testing/web-platform/meta/webdriver/navigation.py.ini
@@ -1,11 +1,4 @@
 [navigation.py]
   type: wdspec
-  disabled:
-    if (os == "linux") and (bits == 64) and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1318724
   [navigation.py::test_get_current_url_alert_prompt]
     expected: FAIL
-
-  [navigation.py::test_get_current_url_matches_location]
-    expected:
-      if debug: FAIL
-