Bug 225239 - REGRESSION (r276838): TestWebKitAPI.WebKit.AlternativeServicesDefaultDirectoryCreation is failing
Summary: REGRESSION (r276838): TestWebKitAPI.WebKit.AlternativeServicesDefaultDirector...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-04-30 11:27 PDT by Ryan Haddad
Modified: 2021-04-30 12:52 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.14 KB, patch)
2021-04-30 11:48 PDT, Brent Fulgham
achristensen: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>