[libcxx-commits] [libcxx] r353622 - Mark another test as flaky

Kamil Rytarowski via libcxx-commits libcxx-commits at lists.llvm.org
Sat Feb 9 10:39:07 PST 2019


Author: kamil
Date: Sat Feb  9 10:39:07 2019
New Revision: 353622

URL: http://llvm.org/viewvc/llvm-project?rev=353622&view=rev
Log:
Mark another test as flaky

Reported on the NetBSD buildbot.

Modified:
    libcxx/trunk/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/try_lock.pass.cpp

Modified: libcxx/trunk/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/try_lock.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/try_lock.pass.cpp?rev=353622&r1=353621&r2=353622&view=diff
==============================================================================
--- libcxx/trunk/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/try_lock.pass.cpp (original)
+++ libcxx/trunk/test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/try_lock.pass.cpp Sat Feb  9 10:39:07 2019
@@ -9,6 +9,8 @@
 // UNSUPPORTED: libcpp-has-no-threads
 // UNSUPPORTED: c++98, c++03, c++11, c++14
 
+// FLAKY_TEST.
+
 // <shared_mutex>
 
 // class shared_mutex;




More information about the libcxx-commits mailing list