Changeset 287773 in webkit
- Timestamp:
- Jan 7, 2022, 11:46:23 AM (5 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
TestWebKitAPI/Tests/WebCore/PublicSuffix.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r287770 r287773 1 2022-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 1 11 2022-01-07 Alex Christensen <achristensen@webkit.org> 2 12 -
trunk/Tools/TestWebKitAPI/Tests/WebCore/PublicSuffix.cpp
r251643 r287773 83 83 EXPECT_FALSE(isPublicSuffix("WwW.example.COM")); 84 84 // 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")); 86 87 EXPECT_FALSE(isPublicSuffix("example.example")); 87 88 EXPECT_FALSE(isPublicSuffix("b.example.example"));
Note:
See TracChangeset
for help on using the changeset viewer.