[all-commits] [llvm/llvm-project] d5d477: [libcxx] [test] Fix spurious failures in the threa...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Mon Jul 12 13:32:48 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d5d477780cf8ffb418975742d837bb2ccb5837f7
      https://github.com/llvm/llvm-project/commit/d5d477780cf8ffb418975742d837bb2ccb5837f7
  Author: Martin Storsjö <martin at martin.st>
  Date:   2021-07-12 (Mon, 12 Jul 2021)

  Changed paths:
    M libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.member/join.pass.cpp

  Log Message:
  -----------
  [libcxx] [test] Fix spurious failures in the thread join test on Windows

Make sure that the detached thread has started up before exiting
the process.

This is exactly the same fix as D105592, with the same pattern
being present in a different test case.

Differential Revision: https://reviews.llvm.org/D105736




More information about the All-commits mailing list