Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2d255415cfa5f6217ee45b2663e4b20f8415337c
      
https://github.com/WebKit/WebKit/commit/2d255415cfa5f6217ee45b2663e4b20f8415337c
  Author: Sihui Liu <[email protected]>
  Date:   2024-10-28 (Mon, 28 Oct 2024)

  Changed paths:
    M Tools/TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm

  Log Message:
  -----------
  [ macOS ] 
TestWebKitAPI.PrivateClickMeasurement.EphemeralWithAttributedBundleIdentifier 
is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=280348
rdar://136703173

Reviewed by Alex Christensen.

WKWebsiteDataStore creates and resolves its directories on a background thread, 
and the test tries to clear data by
manually deleting directory on the main thread, which leads to unexpected 
behavior. To fix this, using
WKWebsiteDataStore's API to clear data instead.

* Tools/TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm:
(TestWebKitAPI::runBasicPCMTest):
(TestWebKitAPI::TEST(PrivateClickMeasurement, 
EphemeralWithAttributedBundleIdentifier)):
(TestWebKitAPI::clearState): Deleted.

Canonical link: https://commits.webkit.org/285808@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to