Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 82db7a45d91f421fcb552b2a9054cd01b015673b
https://github.com/WebKit/WebKit/commit/82db7a45d91f421fcb552b2a9054cd01b015673b
Author: Elliott Williams <[email protected]>
Date: 2026-09-02 (Wed, 02 Sep 2026)
Changed paths:
M Tools/Scripts/webkitpy/api_tests/allowlist.txt
M Tools/TestWebKitAPI/Tests/WTF/cf/RetainPtr.cpp
Log Message:
-----------
[TestWebKitAPI] Fix use of RETAIN_PTR_TEST_NAME outside of RetainPtr.mm
https://bugs.webkit.org/show_bug.cgi?id=323196
rdar://problem/186432858
Reviewed by Richard Robinson.
This macro is used for ObjC-based tests in the cocoa/ tree, but this
test is C++ code in cf/. The macro isn't defined, so it was ending up in
results as a literally-named "RETAIN_PTR_TEST_NAME". Fix it to match its
siblings.
* Tools/TestWebKitAPI/Tests/WTF/cf/RetainPtr.cpp:
(TestWebKitAPI::TEST(RetainPtr, RetainPtrTypeCF)):
(TestWebKitAPI::TEST(RETAIN_PTR_TEST_NAME, RetainPtrType)): Deleted.
* Tools/Scripts/webkitpy/api_tests/allowlist.txt:
Canonical link: https://commits.webkit.org/320354@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications