[webkit-changes] [WebKit/WebKit] 174a34: [Win] StackTraceTest.StackTraceWorks fails
Fujii Hironori
noreply at github.com
Mon Nov 27 20:54:58 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 174a34634f2878c1815446c5ca5bcc1323a2ee5d
https://github.com/WebKit/WebKit/commit/174a34634f2878c1815446c5ca5bcc1323a2ee5d
Author: Fujii Hironori <Hironori.Fujii at sony.com>
Date: 2023-11-27 (Mon, 27 Nov 2023)
Changed paths:
M Tools/TestWebKitAPI/Tests/WTF/StackTraceTest.cpp
Log Message:
-----------
[Win] StackTraceTest.StackTraceWorks fails
https://bugs.webkit.org/show_bug.cgi?id=265424
Reviewed by Ross Kirsling.
StackTraceTest.StackTraceWorks test was enabled only for Release build
on Windows. However, WTFGetBacktrace can't get function names for
Windows Release builds. The test case should be enabled only for Debug
build.
* Tools/TestWebKitAPI/Tests/WTF/StackTraceTest.cpp:
Canonical link: https://commits.webkit.org/271185@main
More information about the webkit-changes
mailing list