Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 4626eac

Browse files
committed
Mark more tests as flaky
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@350550 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent a9c67b2 commit 4626eac

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

test/std/thread/thread.condition/thread.condition.condvar/wait_for.pass.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
//
1010
// UNSUPPORTED: libcpp-has-no-threads
1111

12+
// FLAKY_TEST
13+
1214
// <condition_variable>
1315

1416
// class condition_variable;

test/std/thread/thread.condition/thread.condition.condvarany/notify_one.pass.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
//
1010
// UNSUPPORTED: libcpp-has-no-threads
1111

12+
// FLAKY_TEST
13+
1214
// <condition_variable>
1315

1416
// class condition_variable_any;

test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_try_to_lock.pass.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
// UNSUPPORTED: libcpp-has-no-threads
1111
// UNSUPPORTED: c++98, c++03, c++11
1212

13+
// FLAKY_TEST
14+
1315
// <shared_mutex>
1416

1517
// template <class Mutex> class shared_lock;

test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/mutex.pass.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
//
1010
// UNSUPPORTED: libcpp-has-no-threads
1111

12+
// FLAKY_TEST
13+
1214
// <mutex>
1315

1416
// template <class Mutex> class unique_lock;

test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/lock.pass.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
//
1010
// UNSUPPORTED: libcpp-has-no-threads
1111

12+
// FLAKY_TEST
13+
1214
// <mutex>
1315

1416
// template <class Mutex> class unique_lock;

0 commit comments

Comments
 (0)