Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3d8360192eb5afe3d53ae8444e11fc6eca45e3d0
https://github.com/WebKit/WebKit/commit/3d8360192eb5afe3d53ae8444e11fc6eca45e3d0
Author: Nikolas Zimmermann <[email protected]>
Date: 2026-07-10 (Fri, 10 Jul 2026)
Changed paths:
M Tools/Scripts/webkitperl/webkitdirs_unittest/determineIsCMakeBuildXcode.pl
Log Message:
-----------
REGRESSION(316853@main): determineIsCMakeBuildXcode.pl webkitperl test fails
on non-Cocoa bots
https://bugs.webkit.org/show_bug.cgi?id=319037
Unreviewed.
isCMakeBuild() short-circuits to true on non-Cocoa ports, so the
"--xcode pins isCMakeBuild() to false" assertion failed on WPE Linux
bots. Force isAppleCocoaWebKit() on, matching the sibling
determineIsCMakeBuildLastBuilt*.pl tests, to keep it platform-independent.
Fixes a webkitperl unit test regression seen on the WPE/Gtk bots.
Canonical link: https://commits.webkit.org/316868@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications