[webkit-changes] [WebKit/WebKit] 4f132f: LOG_WITH_LEVEL does not compile
Kimmo Kinnunen
noreply at github.com
Wed Aug 30 05:05:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4f132fa5e8ab4ca9a0572fd69434727891a4a658
https://github.com/WebKit/WebKit/commit/4f132fa5e8ab4ca9a0572fd69434727891a4a658
Author: Kimmo Kinnunen <kkinnunen at apple.com>
Date: 2023-08-30 (Wed, 30 Aug 2023)
Changed paths:
M Source/WTF/wtf/Assertions.h
M Tools/TestWebKitAPI/Tests/WebCore/Logging.cpp
Log Message:
-----------
LOG_WITH_LEVEL does not compile
https://bugs.webkit.org/show_bug.cgi?id=260897
rdar://114688896
Reviewed by Jean-Yves Avenard.
Fix the compilation error.
Compile the tests unconditionally. The tests were ifdeffed out and have
since stopped working. DISABLE_ the tests to still get the compilation
errors for the use-sites of various log macros.
* Source/WTF/wtf/Assertions.h:
* Tools/TestWebKitAPI/Tests/WebCore/Logging.cpp:
(TestWebKitAPI::TEST_F):
Canonical link: https://commits.webkit.org/267450@main
More information about the webkit-changes
mailing list