Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7eef67bbbdcdb6126be3aed99b14baef9a72a815
https://github.com/WebKit/WebKit/commit/7eef67bbbdcdb6126be3aed99b14baef9a72a815
Author: Eric Carlson <[email protected]>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M LayoutTests/platform/ios/TestExpectations
M LayoutTests/platform/mac/TestExpectations
M Source/WebKit/Scripts/webkit/messages.py
M Source/WebKit/Scripts/webkit/tests/GeneratedWebKitSecureCoding.cpp
M Source/WebKit/Scripts/webkit/tests/MessageArgumentDescriptions.cpp
Log Message:
-----------
REGRESSION[macOS iOS Debug] ipc/serialized-type-info.html is fails on macOS
and iOS after 301864@main
https://bugs.webkit.org/show_bug.cgi?id=301284
rdar://163145172
Reviewed by Alex Christensen.
301864@main introduced the first instance of
`WebCore::MediaSessionGroupIdentifier` being
sent over IPC, so the type needs to be added to `serialized_identifiers` in
messages.py.
This wasn't caught by EWS because the test only runs on iOS and macOS debug,
but we don't
have debug iOS EWS bots and both of the macOS EWS bots failed for unrelated
reasons.
* LayoutTests/platform/ios/TestExpectations:
* LayoutTests/platform/mac/TestExpectations:
* Source/WebKit/Scripts/webkit/messages.py:
(serialized_identifiers):
* Source/WebKit/Scripts/webkit/tests/GeneratedWebKitSecureCoding.cpp:
(WebKit::vectorFromArray):
(WebKit::CoreIPCAVOutputContext::CoreIPCAVOutputContext):
(WebKit::CoreIPCNSSomeFoundationType::CoreIPCNSSomeFoundationType):
(WebKit::NSSomeOtherFoundationType):
(WebKit::CoreIPCDDScannerResult::CoreIPCDDScannerResult):
* Source/WebKit/Scripts/webkit/tests/MessageArgumentDescriptions.cpp:
(IPC::serializedIdentifiers):
Canonical link: https://commits.webkit.org/302028@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications