⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 287773 in webkit


Ignore:
Timestamp:
Jan 7, 2022, 11:46:23 AM (5 years ago)
Author:
Ryan Haddad
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.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r287770 r287773  
     12022-01-07  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        REGRESSION: TestWebKitAPI.PublicSuffix.IsPublicSuffix is failing on some bots
     4        https://bugs.webkit.org/show_bug.cgi?id=234609
     5
     6        Unreviewed test gardening.
     7
     8        * TestWebKitAPI/Tests/WebCore/PublicSuffix.cpp:
     9        (TestWebKitAPI::TEST_F): Disable failing subtest.
     10
    1112022-01-07  Alex Christensen  <achristensen@webkit.org>
    212
  • trunk/Tools/TestWebKitAPI/Tests/WebCore/PublicSuffix.cpp

    r251643 r287773  
    8383    EXPECT_FALSE(isPublicSuffix("WwW.example.COM"));
    8484    // Unlisted TLD.
    85     EXPECT_FALSE(isPublicSuffix("example"));
     85    // FIXME: Re-enable this subtest once webkit.org/b/234609 is resolved.
     86    // EXPECT_FALSE(isPublicSuffix("example"));
    8687    EXPECT_FALSE(isPublicSuffix("example.example"));
    8788    EXPECT_FALSE(isPublicSuffix("b.example.example"));
Note: See TracChangeset for help on using the changeset viewer.