Bug 234609
Summary: | REGRESSION: TestWebKitAPI.PublicSuffix.IsPublicSuffix is failing on some bots | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | achristensen, webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryan Haddad
TestWebKitAPI.PublicSuffix.IsPublicSuffix is failing on some, but not all bots.
It started failing on the x86 iOS GPUP bot on 12/14/2021 @ r287056.
It then started failing on the arm64 iOS GPUP bot on 12/16/2021 @ r287127, and then the rest of the non-GPUP iOS bots on 12/17/2021 @ 287217.
One of the Catalina Release bots started failing the test on 12/19/2021 @ r287237.
TestWebKitAPI.PublicSuffix.IsPublicSuffix
/Volumes/Data/worker/ios-simulator-15-release/build/Tools/TestWebKitAPI/Tests/WebCore/PublicSuffix.cpp:85
Value of: isPublicSuffix("example")
Actual: true
Expected: false
https://results.webkit.org/?suite=api-tests&test=TestWebKitAPI.PublicSuffix.IsPublicSuffix
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/86815794>
Ryan Haddad
The test started failing on almost all bots (except Big Sur arm64?) at r287443, which itself seems unrelated.
Ryan Haddad
I just built debug locally and I was able to reproduce this on the first try.
Ryan Haddad
Disabled the failing subtest in r287773 to let the bots have a chance of being green.