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.
Paths
| Differential D105736
[libcxx] [test] Fix spurious failures in the thread join test on Windows ClosedPublic Authored by mstorsjo on Jul 9 2021, 2:07 PM.
Details
Summary Make sure that the detached thread has started up before exiting This is exactly the same fix as D105592, with the same pattern
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 12 2021, 7:45 AM This revision was landed with ongoing or failed builds.Jul 12 2021, 1:32 PM Closed by commit rGd5d477780cf8: [libcxx] [test] Fix spurious failures in the thread join test on Windows (authored by mstorsjo). · Explain Why This revision was automatically updated to reflect the committed changes. efriedma removed a child revision: D34362: [LNT] Support for different DataSet usage in Polybench for "lnt runtest nt".Jul 17 2021, 3:02 PM
Revision Contents
Diff 358053 libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.member/join.pass.cpp
|