Title: [266719] trunk/Tools
Revision
266719
Author
[email protected]
Date
2020-09-08 03:49:42 -0700 (Tue, 08 Sep 2020)

Log Message

[GTK] Unreviewed gardening. Mark several API-GTK tests as failures after r266697.

* TestWebKitAPI/glib/TestExpectations.json:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (266718 => 266719)


--- trunk/Tools/ChangeLog	2020-09-08 08:52:26 UTC (rev 266718)
+++ trunk/Tools/ChangeLog	2020-09-08 10:49:42 UTC (rev 266719)
@@ -1,3 +1,9 @@
+2020-09-08  Diego Pino Garcia  <[email protected]>
+
+        [GTK] Unreviewed gardening. Mark several API-GTK tests as failures after r266697.
+
+        * TestWebKitAPI/glib/TestExpectations.json:
+
 2020-09-06  Ryosuke Niwa  <[email protected]>
 
         Make CompactUniquePtrTuple actually work with subclassing and custom deleter

Modified: trunk/Tools/TestWebKitAPI/glib/TestExpectations.json (266718 => 266719)


--- trunk/Tools/TestWebKitAPI/glib/TestExpectations.json	2020-09-08 08:52:26 UTC (rev 266718)
+++ trunk/Tools/TestWebKitAPI/glib/TestExpectations.json	2020-09-08 10:49:42 UTC (rev 266719)
@@ -61,7 +61,10 @@
                 "expected": {"all": {"status": ["PASS", "FAIL"], "bug": "webkit.org/b/188117"}}
             },
             "/webkit/WebKitWebsiteData/storage": {
-                "expected": {"wpe": {"status": ["PASS", "FAIL"]}}
+                "expected": {
+                    "wpe": {"status": ["PASS", "FAIL"]},
+                    "gtk": {"status": ["FAIL"], "bug": "webkit.org/b/216268"}
+                }
             },
             "/webkit/WebKitWebsiteData/configuration": {
                 "expected": {"gtk": {"status": ["PASS", "FAIL"], "bug": "webkit.org/b/205441"}}
@@ -71,6 +74,18 @@
                     "gtk": {"status": ["PASS", "FAIL"], "bug": "webkit.org/b/213785"},
                     "wpe": {"status": ["PASS", "FAIL"], "bug": "webkit.org/b/213785"}
                 }
+            },
+            "/webkit/WebKitWebsiteData/service-worker-registrations": {
+                "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/216268"}}
+            },
+            "/webkit/WebKitWebsiteData/databases": {
+                "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/216268"}}
+            },
+            "/webkit/WebKitWebsiteData/cookies": {
+                "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/216268"}}
+            },
+            "/webkit/WebKitWebsiteData/itp": {
+                "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/216268"}}
             }
         }
     },
@@ -94,6 +109,12 @@
             },
             "/webkit/WebKitWebView/fullscreen": {
                 "expected": {"wpe": {"status": ["TIMEOUT", "PASS"]}}
+            },
+            "/webkit/WebKitWebView/ephemeral": {
+                "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/216268"}}
+            },
+            "/webkit/WebKitWebView/can-show-mime-type": {
+                "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/216268"}}
             }
         }
     },
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to