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.
libcxx/test/std/thread/futures/futures.unique_future
Eric Fiselier 578c9e8f46 libc++ tests: wait_until.pass test sporadically fails (bug 21998)
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.fail.cpp Move test into test/std subdirectory. 11 years ago
copy_ctor.fail.cpp Move test into test/std subdirectory. 11 years ago
default.pass.cpp Move test into test/std subdirectory. 11 years ago
dtor.pass.cpp Move test into test/std subdirectory. 11 years ago
get.pass.cpp Move test into test/std subdirectory. 11 years ago
move_assign.pass.cpp Move test into test/std subdirectory. 11 years ago
move_ctor.pass.cpp Move test into test/std subdirectory. 11 years ago
share.pass.cpp Move test into test/std subdirectory. 11 years ago
wait.pass.cpp Move test into test/std subdirectory. 11 years ago
wait_for.pass.cpp Move test into test/std subdirectory. 11 years ago
wait_until.pass.cpp libc++ tests: wait_until.pass test sporadically fails (bug 21998) 11 years ago