Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6bde53f3d482c8c5b7e5d9a28b88ed405600efea
https://github.com/WebKit/WebKit/commit/6bde53f3d482c8c5b7e5d9a28b88ed405600efea
Author: Aditya Keerthi <[email protected]>
Date: 2025-04-25 (Fri, 25 Apr 2025)
Changed paths:
M Tools/TestWebKitAPI/ios/mainIOS.mm
Log Message:
-----------
[iOS] Multiple API tests are crashing due to Screen Time
https://bugs.webkit.org/show_bug.cgi?id=292086
rdar://150079005
Reviewed by Abrar Rahman Protyasha.
UIKit is experimenting with a scene-hosted remote view controller
implementation.
However, since TestWebKitAPI is not a real app, there is no `UIScene`. As a
result,
tests that spin up Screen Time's remote view crash as UIKit attempts to create a
`_UISceneHostingView` with a nil scene.
Fix by opting the Screen Time extension out of the experimental path.
* Tools/TestWebKitAPI/ios/mainIOS.mm:
(main):
Canonical link: https://commits.webkit.org/294139@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