Title: [262948] trunk/WebDriverTests
Revision
262948
Author
lmo...@igalia.com
Date
2020-06-12 08:43:58 -0700 (Fri, 12 Jun 2020)

Log Message

[WebDriver][WPE] Add remaining WPE failures to expectations.

Unreviewed test gardening.

* TestExpectations.json:

Modified Paths

Diff

Modified: trunk/WebDriverTests/ChangeLog (262947 => 262948)


--- trunk/WebDriverTests/ChangeLog	2020-06-12 15:19:28 UTC (rev 262947)
+++ trunk/WebDriverTests/ChangeLog	2020-06-12 15:43:58 UTC (rev 262948)
@@ -1,3 +1,11 @@
+2020-06-12  Lauro Moura  <lmo...@igalia.com>
+
+        [WebDriver][WPE] Add remaining WPE failures to expectations.
+
+        Unreviewed test gardening.
+
+        * TestExpectations.json:
+
 2020-06-08  Lauro Moura  <lmo...@igalia.com>
 
         [WebDriver][WPE] Gardening most of the remaining WPE failures.

Modified: trunk/WebDriverTests/TestExpectations.json (262947 => 262948)


--- trunk/WebDriverTests/TestExpectations.json	2020-06-12 15:19:28 UTC (rev 262947)
+++ trunk/WebDriverTests/TestExpectations.json	2020-06-12 15:43:58 UTC (rev 262948)
@@ -210,7 +210,7 @@
     "imported/w3c/webdriver/tests/perform_actions/pointer_contextmenu.py": {
         "subtests": {
             "test_release_control_click": {
-                "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/188118"}}
+                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/213060"}}
             }
         }
     },
@@ -345,6 +345,14 @@
         }
     },
 
+    "imported/w3c/webdriver/tests/perform_actions/key_shortcuts.py": {
+        "subtests": {
+            "test_mod_a_mod_c_right_mod_v_pastes_text": {
+                "expected": {"wpe": {"status": ["FAIL"], "bug": "webkit.org/b/213122"}}
+            }
+        }
+    },
+
     "imported/w3c/webdriver/tests/release_actions/sequence.py": {
         "subtests": {
             "test_release_char_sequence_sends_keyup_events_in_reverse": {
@@ -387,6 +395,14 @@
         }
     },
 
+    "imported/w3c/webdriver/tests/element_click/bubbling.py": {
+        "subtests": {
+            "test_spin_event_loop": {
+                "expected": {"wpe": {"status": ["FAIL", "PASS"], "bug": "webkit.org/b/213129"}}
+            }
+        }
+    },
+
     "imported/w3c/webdriver/tests/element_click/interactability.py": {
         "subtests": {
             "test_element_intercepted_no_pointer_events": {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to