[libcxx-commits] [libcxx] 06dac0c - [libc++] Mark the shared_future.wait_for test as being flaky

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 4 07:11:01 PST 2020


Author: Louis Dionne
Date: 2020-03-04T10:10:50-05:00
New Revision: 06dac0c39aa1cb17126a3a368696f05989cae6ae

URL: https://github.com/llvm/llvm-project/commit/06dac0c39aa1cb17126a3a368696f05989cae6ae
DIFF: https://github.com/llvm/llvm-project/commit/06dac0c39aa1cb17126a3a368696f05989cae6ae.diff

LOG: [libc++] Mark the shared_future.wait_for test as being flaky

It is timing sensitive and it fails from time to time. If marking it as
flaky doesn't help, we can try tweaking the time outs.

Added: 
    

Modified: 
    libcxx/test/std/thread/futures/futures.shared_future/wait_for.pass.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/std/thread/futures/futures.shared_future/wait_for.pass.cpp b/libcxx/test/std/thread/futures/futures.shared_future/wait_for.pass.cpp
index 74d91bf9a1b6..be53d4613c1c 100644
--- a/libcxx/test/std/thread/futures/futures.shared_future/wait_for.pass.cpp
+++ b/libcxx/test/std/thread/futures/futures.shared_future/wait_for.pass.cpp
@@ -9,6 +9,8 @@
 // UNSUPPORTED: libcpp-has-no-threads
 // UNSUPPORTED: c++98, c++03
 
+// FLAKY_TEST.
+
 // <future>
 
 // class shared_future<R>


        


More information about the libcxx-commits mailing list