mirror of https://github.com/llvm-mirror/libcxx
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Summary: Hello Howard, While running the libc++ tests on our ARM boards, we encounter sporadic failures of the two tests: test/std/thread/futures/futures.shared_future/wait_until.pass.cpp test/std/thread/futures/futures.unique_future/wait_until.pass.cpp The worker thread might not finish yet when the main thread checks its result. I filed the bug 21998 for this case: http://llvm.org/bugs/show_bug.cgi?id=21998 Would you be able to review this please? Thank you. Oleg Reviewers: howard.hinnant, mclow.lists, danalbert, jroelofs, EricWF Reviewed By: jroelofs, EricWF Subscribers: EricWF, mclow.lists, aemerson, llvm-commits Differential Revision: http://reviews.llvm.org/D6750 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@228783 91177308-0d34-0410-b5e6-96231b3b80d8 |
11 years ago | |
|---|---|---|
| .. | ||
| copy_assign.pass.cpp | 11 years ago | |
| copy_ctor.pass.cpp | 11 years ago | |
| ctor_future.pass.cpp | 11 years ago | |
| default.pass.cpp | 11 years ago | |
| dtor.pass.cpp | 11 years ago | |
| get.pass.cpp | 11 years ago | |
| move_assign.pass.cpp | 11 years ago | |
| move_ctor.pass.cpp | 11 years ago | |
| wait.pass.cpp | 11 years ago | |
| wait_for.pass.cpp | 11 years ago | |
| wait_until.pass.cpp | 11 years ago | |