Title: [272650] trunk/Tools
Revision
272650
Author
lmo...@igalia.com
Date
2021-02-10 07:04:17 -0800 (Wed, 10 Feb 2021)

Log Message

[GTK] Gardening TestResources failures after r272636

Unreviewed test gardening.

* TestWebKitAPI/glib/TestExpectations.json:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (272649 => 272650)


--- trunk/Tools/ChangeLog	2021-02-10 14:59:20 UTC (rev 272649)
+++ trunk/Tools/ChangeLog	2021-02-10 15:04:17 UTC (rev 272650)
@@ -1,3 +1,11 @@
+2021-02-10  Lauro Moura  <lmo...@igalia.com>
+
+        [GTK] Gardening TestResources failures after r272636
+
+        Unreviewed test gardening.
+
+        * TestWebKitAPI/glib/TestExpectations.json:
+
 2021-02-10  Kimmo Kinnunen  <kkinnu...@apple.com>
 
         RemoteGraphicsContextGLProxy should support losing the context and should lose the context on timeouts

Modified: trunk/Tools/TestWebKitAPI/glib/TestExpectations.json (272649 => 272650)


--- trunk/Tools/TestWebKitAPI/glib/TestExpectations.json	2021-02-10 14:59:20 UTC (rev 272649)
+++ trunk/Tools/TestWebKitAPI/glib/TestExpectations.json	2021-02-10 15:04:17 UTC (rev 272650)
@@ -279,10 +279,16 @@
     "TestResources": {
         "subtests": {
             "/webkit/WebKitWebResource/get-data-error": {
-                "expected": {"wpe": {"status": ["FAIL"]}}
+                "expected": {
+                    "wpe": {"status": ["FAIL"]},
+                    "gtk": {"status": ["CRASH", "FAIL"], "bug": "webkit.org/b/221672"}
+                }
             },
             "/webkit/WebKitWebResource/get-data-empty": {
-                "expected": {"wpe": {"status": ["FAIL"]}}
+                "expected": {
+                    "wpe": {"status": ["FAIL"]},
+                    "gtk": {"status": ["FAIL"], "bug": "webkit.org/b/221672"}
+                }
             }
         }
     },
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to