[libcxx-commits] [PATCH] D105592: [libcxx] [test] Fix spurious failures in the thread detach test on Windows
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 7 14:16:54 PDT 2021
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
Thanks for fixing!
================
Comment at: libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.member/detach.pass.cpp:89
}
+ while (!done) {}
}
----------------
Can you add a comment?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105592/new/
https://reviews.llvm.org/D105592
More information about the libcxx-commits
mailing list