Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: e1b3b6883b8cea1667aaf74efa832e430b82879c https://github.com/WebKit/WebKit/commit/e1b3b6883b8cea1667aaf74efa832e430b82879c Author: Fujii Hironori <hironori.fu...@sony.com> Date: 2023-11-27 (Mon, 27 Nov 2023)
Changed paths: M Tools/TestWebKitAPI/Tests/WTF/CrossThreadTask.cpp Log Message: ----------- [Win][Clang] WTF_CrossThreadTask.Basic is failing https://bugs.webkit.org/show_bug.cgi?id=265417 Reviewed by Ross Kirsling. <https://webkit.org/b/161140> added a workaround to the test case for MSVC. However, clang-cl doesn't need it. Becuase Windows port is still supporting both MSVC and clang-cl, clang-cl builds are enableing WTF_COMPILER_MSVC macro at the moment. * Tools/TestWebKitAPI/Tests/WTF/CrossThreadTask.cpp: clang-cl should take the code path of non-MSVC compiler. Canonical link: https://commits.webkit.org/271186@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes