Title: [260236] trunk/Tools
Revision
260236
Author
[email protected]
Date
2020-04-16 21:34:19 -0700 (Thu, 16 Apr 2020)

Log Message

[GTK] A couple of API tests are flaky failing on X11.

Unreviewed test gardening.

* TestWebKitAPI/glib/TestExpectations.json:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (260235 => 260236)


--- trunk/Tools/ChangeLog	2020-04-17 04:08:27 UTC (rev 260235)
+++ trunk/Tools/ChangeLog	2020-04-17 04:34:19 UTC (rev 260236)
@@ -1,3 +1,11 @@
+2020-04-16  Lauro Moura  <[email protected]>
+
+        [GTK] A couple of API tests are flaky failing on X11.
+
+        Unreviewed test gardening.
+
+        * TestWebKitAPI/glib/TestExpectations.json:
+
 2020-04-16  Daniel Bates  <[email protected]>
 
         Remove unused -_focusTextInputContext

Modified: trunk/Tools/TestWebKitAPI/glib/TestExpectations.json (260235 => 260236)


--- trunk/Tools/TestWebKitAPI/glib/TestExpectations.json	2020-04-17 04:08:27 UTC (rev 260235)
+++ trunk/Tools/TestWebKitAPI/glib/TestExpectations.json	2020-04-17 04:34:19 UTC (rev 260236)
@@ -42,7 +42,7 @@
     "TestWebExtensions": {
         "subtests": {
             "/webkit/WebKitWebView/install-missing-plugins-permission-request": {
-                "expected": {"gtk": {"status": ["TIMEOUT"], "bug": "webkit.org/b/147822"}}
+                "expected": {"gtk": {"status": ["TIMEOUT", "FAIL"], "bug": ["webkit.org/b/147822", "webkit.org/b/210635"]}}
             },
             "/webkit/WebKitWebExtension/form-submission-steps": {
                 "expected": {"gtk": {"status": ["TIMEOUT"], "bug": "webkit.org/b/205333"}}
@@ -81,6 +81,13 @@
             }
         }
     },
+    "TestWebKitWebView": {
+        "subtests": {
+            "/webkit/WebKitWebView/is-playing-audio": {
+                "expected": {"gtk": {"status": ["FAIL", "PASS"], "bug": "webkit.org/b/210635"}}
+            }
+        }
+    },
     "TestInspectorServer": {
         "expected": {"all": {"slow": true}},
         "subtests": {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to