Title: [271803] trunk/Tools
Revision
271803
Author
lmo...@igalia.com
Date
2021-01-25 11:05:34 -0800 (Mon, 25 Jan 2021)

Log Message

[GLIB] Gardening API failures after r271794

Unreviewed test gardening.

Looks like these failures flew under the radar by not actually being
run by run-gtk/wpe-tests, and were uncovered by r271794.

Marking them as failure to allow the EWS to run normally while they're
fixed.

* TestWebKitAPI/glib/TestExpectations.json:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (271802 => 271803)


--- trunk/Tools/ChangeLog	2021-01-25 19:04:33 UTC (rev 271802)
+++ trunk/Tools/ChangeLog	2021-01-25 19:05:34 UTC (rev 271803)
@@ -1,3 +1,17 @@
+2021-01-25  Lauro Moura  <lmo...@igalia.com>
+
+        [GLIB] Gardening API failures after r271794
+
+        Unreviewed test gardening.
+
+        Looks like these failures flew under the radar by not actually being
+        run by run-gtk/wpe-tests, and were uncovered by r271794.
+
+        Marking them as failure to allow the EWS to run normally while they're
+        fixed.
+
+        * TestWebKitAPI/glib/TestExpectations.json:
+
 2021-01-25  Aakash Jain  <aakash_j...@apple.com>
 
         [build.webkit.org] Download the build archive from master when download from S3 fails

Modified: trunk/Tools/TestWebKitAPI/glib/TestExpectations.json (271802 => 271803)


--- trunk/Tools/TestWebKitAPI/glib/TestExpectations.json	2021-01-25 19:04:33 UTC (rev 271802)
+++ trunk/Tools/TestWebKitAPI/glib/TestExpectations.json	2021-01-25 19:05:34 UTC (rev 271803)
@@ -1,4 +1,44 @@
 {
+    "TestAuthentication": {
+        "subtests": {
+            "/webkit/Authentication/authentication-empty-realm": {
+                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/220922"}}
+            },
+            "/webkit/Authentication/authentication-failure": {
+                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/220922"}}
+            },
+            "/webkit/Authentication/authentication-no-credential": {
+                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/220922"}}
+            },
+            "/webkit/Authentication/authentication-success": {
+                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/220922"}}
+            }
+        }
+    },
+    "TestBackForwardList": {
+        "subtests": {
+            "/webkit/BackForwardList/navigation": {
+                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/220922"}}
+            }
+        }
+    },
+    "TestSSL": {
+        "subtests": {
+            "/webkit/WebKitWebView/load-failed-with-tls-errors": {
+                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/220922"}}
+            }
+        }
+    },
+    "TestWebKitSettings": {
+        "subtests": {
+            "/webkit/WebKitSettings/webkit-settings": {
+                "expected": {"gtk": {"status": ["FAIL"], "bug": "webkit.org/b/220922"}}
+            },
+            "/webkit/WebKitSettings/_javascript_-markup": {
+                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/220922"}}
+            }
+        }
+    },
     "TestUIClient": {
         "subtests": {
             "/webkit/WebKitWebView/mouse-target": {
@@ -96,6 +136,9 @@
             },
             "/webkit/WebKitWebView/fullscreen": {
                 "expected": {"wpe": {"status": ["TIMEOUT", "PASS"]}}
+            },
+            "/webkit/WebKitWebView/title-change": {
+                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/220992"}}
             }
         }
     },
@@ -110,7 +153,7 @@
     "TestWebKitFaviconDatabase": {
         "subtests": {
             "/webkit/WebKitFaviconDatabase/get-favicon": {
-                "expected": {"gtk": {"status": ["FAIL", "PASS"], "bug": "webkit.org/b/205381"}}
+                "expected": {"gtk": {"status": ["FAIL", "PASS", "TIMEOUT"], "bug": ["webkit.org/b/205381", "webkit.org/b/220992"]}}
             }
         }
     },
@@ -118,6 +161,9 @@
         "subtests": {
             "/webkit/WebKitWebPage/get-uri": {
                 "expected": {"gtk": {"status": ["FAIL", "PASS"], "bug": "webkit.org/b/206728"}}
+            },
+            "/webkit/WebKitWebView/title": {
+                "expected": {"all": {"status": ["FAIL"], "bug": "webkit.org/b/220992"}}
             }
         }
     },
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to