Title: [278867] trunk/Tools
Revision
278867
Author
dp...@igalia.com
Date
2021-06-15 03:15:59 -0700 (Tue, 15 Jun 2021)

Log Message

[GTK] Unreviewed test gardening. Gardened three API GTK test failures.

These tests were constant failures in EWS and were slowing down the
bot. The tests are the following:
  - /WebKit2Gtk/TestContextMenu:/webkit/WebKitWebPage/context-menu.
  - /WebKit2Gtk/TestContextMenu:/webkit/WebKitWebPage/context-menu-node.
  - /TestWTF:WTF_DataMutex.DoubleLockDeathTest.

* TestWebKitAPI/glib/TestExpectations.json:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (278866 => 278867)


--- trunk/Tools/ChangeLog	2021-06-15 09:58:17 UTC (rev 278866)
+++ trunk/Tools/ChangeLog	2021-06-15 10:15:59 UTC (rev 278867)
@@ -1,3 +1,15 @@
+2021-06-15  Diego Pino Garcia  <dp...@igalia.com>
+
+        [GTK] Unreviewed test gardening. Gardened three API GTK test failures.
+
+        These tests were constant failures in EWS and were slowing down the
+        bot. The tests are the following:
+          - /WebKit2Gtk/TestContextMenu:/webkit/WebKitWebPage/context-menu.
+          - /WebKit2Gtk/TestContextMenu:/webkit/WebKitWebPage/context-menu-node.
+          - /TestWTF:WTF_DataMutex.DoubleLockDeathTest.
+
+        * TestWebKitAPI/glib/TestExpectations.json:
+
 2021-06-14  Keith Miller  <keith_mil...@apple.com>
 
         run-_javascript_core-tests should print output when a test binary fails by default

Modified: trunk/Tools/TestWebKitAPI/glib/TestExpectations.json (278866 => 278867)


--- trunk/Tools/TestWebKitAPI/glib/TestExpectations.json	2021-06-15 09:58:17 UTC (rev 278866)
+++ trunk/Tools/TestWebKitAPI/glib/TestExpectations.json	2021-06-15 10:15:59 UTC (rev 278867)
@@ -289,9 +289,26 @@
             },
             "WTF.WorkerPoolDecrease": {
                 "expected": {"gtk": {"status": ["TIMEOUT", "PASS"], "bug": "webkit.org/b/214803"}}
+            },
+            "WTF_DataMutex.DoubleLockDeathTest": {
+                "expected": {"gtk": {"status": ["TIMEOUT"], "bug": "webkit.org/b/227021"}}
             }
         }
     },
+    "TestContextMenu": {
+        "subtests": {
+            "/webkit/WebKitWebPage/context-menu": {
+                "expected": {
+                    "gtk": {"status": ["FAIL"], "bug": "webkit.org/b/227020"}
+                }
+            },
+            "/webkit/WebKitWebPage/context-menu-node": {
+                "expected": {
+                    "gtk": {"status": ["FAIL"], "bug": "webkit.org/b/227020"}
+                }
+            }
+        }
+    },
     "TestResources": {
         "subtests": {
             "/webkit/WebKitWebResource/get-data-error": {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to