[webkit-changes] [WebKit/WebKit] 94b360: Include CONJECTURE_ASSERTs for ASAN and Debug buil...
Commit Queue
noreply at github.com
Thu Sep 19 20:53:59 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 94b360e33277072b3cddf5ebc942012141250c89
https://github.com/WebKit/WebKit/commit/94b360e33277072b3cddf5ebc942012141250c89
Author: Mark Lam <mark.lam at apple.com>
Date: 2024-09-19 (Thu, 19 Sep 2024)
Changed paths:
M Configurations/Sanitizers.xcconfig
M Source/JavaScriptCore/Configurations/Base.xcconfig
M Source/WTF/Configurations/Base.xcconfig
M Source/WebCore/Configurations/Base.xcconfig
M Source/WebGPU/Configurations/Base.xcconfig
M Source/WebInspectorUI/Configurations/Base.xcconfig
M Source/WebKit/Configurations/Base.xcconfig
M Source/WebKitLegacy/mac/Configurations/Base.xcconfig
M Tools/DumpRenderTree/mac/Configurations/Base.xcconfig
M Tools/TestWebKitAPI/Configurations/Base.xcconfig
M Tools/WebKitTestRunner/Configurations/Base.xcconfig
Log Message:
-----------
Include CONJECTURE_ASSERTs for ASAN and Debug builds on Apple platforms (disabled by default).
https://bugs.webkit.org/show_bug.cgi?id=280009
rdar://136315020
Reviewed by David Kilzer and Elliott Williams.
This only includes CONJECTURE_ASSERTs in the build. To enable their checks, the user also needs
to define the environment variable ENABLE_WEBKIT_CONJECTURE_ASSERT. Otherwise, their checks will
not be executed.
* Configurations/Sanitizers.xcconfig:
* Source/JavaScriptCore/Configurations/Base.xcconfig:
* Source/WTF/Configurations/Base.xcconfig:
* Source/WebCore/Configurations/Base.xcconfig:
* Source/WebGPU/Configurations/Base.xcconfig:
* Source/WebInspectorUI/Configurations/Base.xcconfig:
* Source/WebKit/Configurations/Base.xcconfig:
* Source/WebKitLegacy/mac/Configurations/Base.xcconfig:
* Tools/DumpRenderTree/mac/Configurations/Base.xcconfig:
* Tools/TestWebKitAPI/Configurations/Base.xcconfig:
* Tools/WebKitTestRunner/Configurations/Base.xcconfig:
Canonical link: https://commits.webkit.org/283971@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list