Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 02759c934d08217b2ce169ef6c51e74ba5817007 https://github.com/WebKit/WebKit/commit/02759c934d08217b2ce169ef6c51e74ba5817007 Author: Mike Wyrzykowski <mwyrzykow...@apple.com> Date: 2025-05-12 (Mon, 12 May 2025)
Changed paths: M LayoutTests/platform/ios/TestExpectations M Source/WTF/wtf/PlatformHave.h M Source/WebCore/Modules/system-preview/ARKitBadgeSystemImage.mm Log Message: ----------- REGRESSION ( 294005@main): [ iOS Debug ] ASSERTION FAILED: !isInGPUProcess() system-preview/badge.html is a cosnsitent crash https://bugs.webkit.org/show_bug.cgi?id=292758 rdar://151044237 Reviewed by Antoine Quint. During the review of 294005@main it was thought this code never ran in the GPU process, however there is a code path which was caught by system-preview/badge.html. Conditionalize the code path and undo skipping of the test. * Source/WebCore/Modules/system-preview/ARKitBadgeSystemImage.mm: (WebCore::ARKitBadgeSystemImage::draw const): Since this may run in the GPU or web process, only use the IOSurface path when running in the GPU process. * LayoutTests/platform/ios/TestExpectations: Revert skipping this test. Canonical link: https://commits.webkit.org/294793@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