[webkit-changes] [WebKit/WebKit] e1b3b6: [Win][Clang] WTF_CrossThreadTask.Basic is failing

Fujii Hironori noreply at github.com
Mon Nov 27 20:56:44 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e1b3b6883b8cea1667aaf74efa832e430b82879c
      https://github.com/WebKit/WebKit/commit/e1b3b6883b8cea1667aaf74efa832e430b82879c
  Author: Fujii Hironori <Hironori.Fujii at 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




More information about the webkit-changes mailing list