Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: adc6cc4e28fc911666da9c14a6dc8070c855bf26
https://github.com/WebKit/WebKit/commit/adc6cc4e28fc911666da9c14a6dc8070c855bf26
Author: Yusuke Suzuki <[email protected]>
Date: 2025-10-27 (Mon, 27 Oct 2025)
Changed paths:
M Source/JavaScriptCore/API/tests/testapi.cpp
Log Message:
-----------
REGRESSION(Tahoe): CLoop build-and-test regressed
https://bugs.webkit.org/show_bug.cgi?id=301529
rdar://163510171
Reviewed by Mark Lam.
Due to the nature of CLoop code generation, we cannot expect that O0
compiled CLoop can run reasonably. The auto-generated giantic code can
have significant size of frame without easy optimizations, but O0 means
"do not optimize", so inherently we cannot run CLoop reliably with O0.
Let's disable not-working test for now when O0 is used.
Test: Source/JavaScriptCore/API/tests/testapi.cpp
* Source/JavaScriptCore/API/tests/testapi.cpp:
(TestAPI::proxyReturnedWithJSSubclassing):
Canonical link: https://commits.webkit.org/302209@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications