Title: [261214] trunk/WebDriverTests
Revision
261214
Author
[email protected]
Date
2020-05-05 22:55:00 -0700 (Tue, 05 May 2020)

Log Message

[WebDriver] Gardening more GTK failures.

Unreviewed test gardening.

* TestExpectations.json:

Modified Paths

Diff

Modified: trunk/WebDriverTests/ChangeLog (261213 => 261214)


--- trunk/WebDriverTests/ChangeLog	2020-05-06 05:22:49 UTC (rev 261213)
+++ trunk/WebDriverTests/ChangeLog	2020-05-06 05:55:00 UTC (rev 261214)
@@ -1,3 +1,11 @@
+2020-05-05  Lauro Moura  <[email protected]>
+
+        [WebDriver] Gardening more GTK failures.
+
+        Unreviewed test gardening.
+
+        * TestExpectations.json:
+
 2020-05-01  Lauro Moura  <[email protected]>
 
         [WebDriver] Gardening some failures.

Modified: trunk/WebDriverTests/TestExpectations.json (261213 => 261214)


--- trunk/WebDriverTests/TestExpectations.json	2020-05-06 05:22:49 UTC (rev 261213)
+++ trunk/WebDriverTests/TestExpectations.json	2020-05-06 05:55:00 UTC (rev 261214)
@@ -9,6 +9,9 @@
             },
             "testShouldHandleAlertOnPageBeforeUnload": {
                 "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/188118"}}
+            },
+            "testShouldHandleAlertOnPageLoad": {
+                "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/211330"}}
             }
         }
     },
@@ -63,6 +66,16 @@
             }
         }
     },
+    "imported/selenium/py/test/selenium/webdriver/common/executing_async_javascript_tests.py": {
+        "subtests": {
+            "testShouldNotTimeoutIfScriptCallsbackInsideAZeroTimeout": {
+                "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/211496"}}
+            },
+            "testShouldBeAbleToExecuteAsynchronousScripts": {
+                "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/211496"}}
+            }
+        }
+    },
     "imported/selenium/py/test/selenium/webdriver/common/frame_switching_tests.py": {
         "subtests": {
             "testShouldNotSwitchMagicallyToTheTopWindow": {
@@ -94,6 +107,12 @@
             },
             "testShouldGetCoordinatesOfAnElementInANestedFrame": {
                 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/181735"}}
+            },
+            "testShouldGetCoordinatesOfAnElement[hidden]": {
+                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/211492"}}
+            },
+            "testShouldGetCoordinatesOfAnInvisibleElement": {
+                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/211492"}}
             }
         }
     },
@@ -155,13 +174,32 @@
             },
             "testShouldSayElementsWithParentWithNegativeTransformAreNotDisplayed": {
                 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/182334"}}
+            },
+            "testShouldModifyTheVisibilityOfAnElementDynamically" : {
+                "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/211330"}}
             }
         }
     },
+    "imported/selenium/py/test/selenium/webdriver/common/webdriverwait_tests.py": {
+        "subtests": {
+            "testExpectedConditionVisibilityOfElementLocated": {
+                "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/211330"}}
+            },
+            "testExpectedConditionVisibilityOf": {
+                "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/211330"}}
+            },
+            "testExpectedConditionElementToBeClickable": {
+                "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/211330"}}
+            }
+        }
+    },
     "imported/selenium/py/test/selenium/webdriver/common/window_switching_tests.py": {
         "subtests": {
             "testCanCallGetWindowHandlesAfterClosingAWindow": {
                 "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/184963"}}
+            },
+            "testThatAccessingFindingAnElementAfterWindowIsClosedAndHaventswitchedDoesntCrash": {
+                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/211330"}}
             }
         }
     },
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to