Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c92a925d7b3ef0b5bfd02cd84ffb0e3e4a6fbef2
https://github.com/WebKit/WebKit/commit/c92a925d7b3ef0b5bfd02cd84ffb0e3e4a6fbef2
Author: Zak Ridouh <[email protected]>
Date: 2026-05-12 (Tue, 12 May 2026)
Changed paths:
M Tools/TestWebKitAPI/PlatformMac.cmake
A Tools/TestWebKitAPI/SourcesMac.txt
Log Message:
-----------
[CMake] TestWebKitAPI on Mac doesn't compile any tests under
Tests/WebKit/WKWebView/mac/
https://bugs.webkit.org/show_bug.cgi?id=314662
rdar://176914334
Reviewed by Geoffrey Garen.
The ~90 tests under Tools/TestWebKitAPI/Tests/WebKit/WKWebView/mac/ were
not compiled by the CMake Mac build. PlatformMac.cmake only consumed
SourcesCocoa.txt, which is shared with iOS and can't list AppKit-dependent
sources.
Add Tools/TestWebKitAPI/SourcesMac.txt listing the 90 mac-only tests and
append it to TestWebKit_UNIFIED_SOURCE_LIST_FILES in PlatformMac.cmake.
* Tools/TestWebKitAPI/PlatformMac.cmake:
* Tools/TestWebKitAPI/SourcesMac.txt: Added.
Canonical link: https://commits.webkit.org/313112@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications