Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a0fd5d4001d6218764302c111db468047bf80d1c
      
https://github.com/WebKit/WebKit/commit/a0fd5d4001d6218764302c111db468047bf80d1c
  Author: Alex Christensen <achristen...@apple.com>
  Date:   2025-04-09 (Wed, 09 Apr 2025)

  Changed paths:
    M Tools/TestWebKitAPI/cocoa/app/AppCommon.mm
    M Tools/TestWebKitAPI/ios/mainIOS.mm
    M Tools/TestWebKitAPI/mac/mainMac.mm

  Log Message:
  -----------
  Consistently enable SDK aligned behaviors when testing WTF, WGSL, and IPC
https://bugs.webkit.org/show_bug.cgi?id=291306
rdar://148547358

Reviewed by Anne van Kesteren.

Otherwise we get inconsistent failures on some platforms, like
TestWTF.WTF_URLExtras.URLExtras_ParsingError and
TestWTF.WTF_URLExtras.URLExtras_Space on platforms that don't have
ConvertsInvalidURLsToNull.

I was using the SPI WKProcessPool._setLinkedOnOrAfterEverythingForTesting
which is only available for executables that link WebKit.  Now I use
enableAllSDKAlignedBehaviors directly, which does the exact same thing
but is available for all the test executables.

* Tools/TestWebKitAPI/cocoa/app/AppCommon.mm:
(TestWebKitAPI::initializeApp):
* Tools/TestWebKitAPI/mac/mainMac.mm:
(main):

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



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

Reply via email to