[libcxx-commits] [libcxx] 73b8d16 - [libc++] Mark another test as flaky

Eric Fiselier via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 4 12:48:48 PST 2020


Author: Eric Fiselier
Date: 2020-03-04T15:48:33-05:00
New Revision: 73b8d16e8595a7558e986ce8f2f9e3f5a5abe2cc

URL: https://github.com/llvm/llvm-project/commit/73b8d16e8595a7558e986ce8f2f9e3f5a5abe2cc
DIFF: https://github.com/llvm/llvm-project/commit/73b8d16e8595a7558e986ce8f2f9e3f5a5abe2cc.diff

LOG: [libc++] Mark another test as flaky

Added: 
    

Modified: 
    libcxx/test/libcxx/thread/thread.threads/thread.thread.this/sleep_for.pass.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/libcxx/thread/thread.threads/thread.thread.this/sleep_for.pass.cpp b/libcxx/test/libcxx/thread/thread.threads/thread.thread.this/sleep_for.pass.cpp
index 56120df98b33..7818b6995ac1 100644
--- a/libcxx/test/libcxx/thread/thread.threads/thread.thread.this/sleep_for.pass.cpp
+++ b/libcxx/test/libcxx/thread/thread.threads/thread.thread.this/sleep_for.pass.cpp
@@ -8,6 +8,8 @@
 //
 // UNSUPPORTED: libcpp-has-no-threads
 
+// FLAKY_TEST.
+
 // This test uses the POSIX header <sys/time.h> which Windows doesn't provide
 // UNSUPPORTED: windows
 


        


More information about the libcxx-commits mailing list