forked from OSchip/llvm-project
[libc++] Mark two std::timed_mutex tests as flaky
This commit is contained in:
parent
e8b83f7ddc
commit
7662ad67c5
|
@ -8,6 +8,8 @@
|
||||||
//
|
//
|
||||||
// UNSUPPORTED: libcpp-has-no-threads
|
// UNSUPPORTED: libcpp-has-no-threads
|
||||||
|
|
||||||
|
// ALLOW_RETRIES: 2
|
||||||
|
|
||||||
// <mutex>
|
// <mutex>
|
||||||
|
|
||||||
// class timed_mutex;
|
// class timed_mutex;
|
||||||
|
|
|
@ -8,6 +8,8 @@
|
||||||
//
|
//
|
||||||
// UNSUPPORTED: libcpp-has-no-threads
|
// UNSUPPORTED: libcpp-has-no-threads
|
||||||
|
|
||||||
|
// ALLOW_RETRIES: 2
|
||||||
|
|
||||||
// <mutex>
|
// <mutex>
|
||||||
|
|
||||||
// class timed_mutex;
|
// class timed_mutex;
|
||||||
|
|
Loading…
Reference in New Issue