Title: [287773] trunk/Tools
Revision
287773
Author
[email protected]
Date
2022-01-07 11:46:23 -0800 (Fri, 07 Jan 2022)

Log Message

REGRESSION: TestWebKitAPI.PublicSuffix.IsPublicSuffix is failing on some bots
https://bugs.webkit.org/show_bug.cgi?id=234609

Unreviewed test gardening.

* TestWebKitAPI/Tests/WebCore/PublicSuffix.cpp:
(TestWebKitAPI::TEST_F): Disable failing subtest.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (287772 => 287773)


--- trunk/Tools/ChangeLog	2022-01-07 19:38:44 UTC (rev 287772)
+++ trunk/Tools/ChangeLog	2022-01-07 19:46:23 UTC (rev 287773)
@@ -1,3 +1,13 @@
+2022-01-07  Ryan Haddad  <[email protected]>
+
+        REGRESSION: TestWebKitAPI.PublicSuffix.IsPublicSuffix is failing on some bots
+        https://bugs.webkit.org/show_bug.cgi?id=234609
+
+        Unreviewed test gardening.
+
+        * TestWebKitAPI/Tests/WebCore/PublicSuffix.cpp:
+        (TestWebKitAPI::TEST_F): Disable failing subtest.
+
 2022-01-07  Alex Christensen  <[email protected]>
 
         Unreviewed, reverting r287698.

Modified: trunk/Tools/TestWebKitAPI/Tests/WebCore/PublicSuffix.cpp (287772 => 287773)


--- trunk/Tools/TestWebKitAPI/Tests/WebCore/PublicSuffix.cpp	2022-01-07 19:38:44 UTC (rev 287772)
+++ trunk/Tools/TestWebKitAPI/Tests/WebCore/PublicSuffix.cpp	2022-01-07 19:46:23 UTC (rev 287773)
@@ -82,7 +82,8 @@
     EXPECT_FALSE(isPublicSuffix("example.COM"));
     EXPECT_FALSE(isPublicSuffix("WwW.example.COM"));
     // Unlisted TLD.
-    EXPECT_FALSE(isPublicSuffix("example"));
+    // FIXME: Re-enable this subtest once webkit.org/b/234609 is resolved.
+    // EXPECT_FALSE(isPublicSuffix("example"));
     EXPECT_FALSE(isPublicSuffix("example.example"));
     EXPECT_FALSE(isPublicSuffix("b.example.example"));
     EXPECT_FALSE(isPublicSuffix("a.b.example.example"));
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to