Bug 225239

Summary: REGRESSION (r276838): TestWebKitAPI.WebKit.AlternativeServicesDefaultDirectoryCreation is failing
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: WebKit Misc.Assignee: Brent Fulgham <bfulgham>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: achristensen, bfulgham, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=225171
Attachments:
Description Flags
Patch achristensen: review+

Description Ryan Haddad 2021-04-30 11:27:53 PDT
https://trac.webkit.org/changeset/276838/webkit appears to have caused the following API test to fail

    TestWebKitAPI.WebKit.AlternativeServicesDefaultDirectoryCreation
        
        /Volumes/Data/worker/bigsur-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebsiteDataStoreCustomPaths.mm:402
        Value of: [[NSFileManager defaultManager] fileExistsAtPath:defaultDirectory.path]
          Actual: true
        Expected: false

https://results.webkit.org/?suite=api-tests&test=TestWebKitAPI.WebKit.AlternativeServicesDefaultDirectoryCreation
Comment 1 Radar WebKit Bug Importer 2021-04-30 11:29:40 PDT
<rdar://problem/77391570>
Comment 2 Brent Fulgham 2021-04-30 11:48:51 PDT
Created attachment 427436 [details]
Patch
Comment 3 Ryan Haddad 2021-04-30 12:52:10 PDT
Reverted r276838 for reason:

Caused TestWebKitAPI.WebKit.AlternativeServicesDefaultDirectoryCreation to fail

Committed r276850 (237201@main): <https://commits.webkit.org/237201@main>