[webkit-changes] [WebKit/WebKit] dd5a34: Start directly testing serialization of some CF types
Brady Eidson
noreply at github.com
Fri Oct 27 15:38:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: dd5a348f196e0fb2b55832c31dad39da0954fedb
https://github.com/WebKit/WebKit/commit/dd5a348f196e0fb2b55832c31dad39da0954fedb
Author: Brady Eidson <beidson at apple.com>
Date: 2023-10-27 (Fri, 27 Oct 2023)
Changed paths:
M Tools/TestWebKitAPI/Configurations/TestWebKitAPI.xcconfig
M Tools/TestWebKitAPI/Tests/WebKitCocoa/IPCSerialization.mm
Log Message:
-----------
Start directly testing serialization of some CF types
https://bugs.webkit.org/show_bug.cgi?id=263751
Reviewed by Alex Christensen.
* Tools/TestWebKitAPI/Configurations/TestWebKitAPI.xcconfig:
* Tools/TestWebKitAPI/Tests/WebKitCocoa/IPCSerialization.mm:
(SerializationTestSender::performSendWithAsyncReplyWithoutUsingIPCConnection const):
(CFHolderForTesting::valueAsCFType const):
(CFHolderForTesting::encode const):
(CFHolderForTesting::decode):
(operator==):
(ObjCPingBackMessage::ObjCPingBackMessage):
(CFPingBackMessage::name):
(CFPingBackMessage::asyncMessageReplyName):
(CFPingBackMessage::CFPingBackMessage):
(CFPingBackMessage::arguments):
(TEST):
(ObjCSerializationTester::performSendWithAsyncReplyWithoutUsingIPCConnection const): Deleted.
(BasicPingBackMessage::name): Deleted.
(BasicPingBackMessage::asyncMessageReplyName): Deleted.
(BasicPingBackMessage::BasicPingBackMessage): Deleted.
(BasicPingBackMessage::arguments): Deleted.
Canonical link: https://commits.webkit.org/269872@main
More information about the webkit-changes
mailing list