Skip to content

Commit 7662ad6

Browse files
committed
[libc++] Mark two std::timed_mutex tests as flaky
1 parent e8b83f7 commit 7662ad6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/try_lock_for.pass.cpp

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

11+
// ALLOW_RETRIES: 2
12+
1113
// <mutex>
1214

1315
// class timed_mutex;

libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/try_lock_until.pass.cpp

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

11+
// ALLOW_RETRIES: 2
12+
1113
// <mutex>
1214

1315
// class timed_mutex;

0 commit comments

Comments
 (0)