forked from OSchip/llvm-project
[libc++][test] Allow multiple tries in some thread tests
This commit is contained in:
parent
f61b658d7d
commit
1e1e97a326
|
@ -13,6 +13,8 @@
|
||||||
// corresponding system libraries.
|
// corresponding system libraries.
|
||||||
// UNSUPPORTED: use_system_cxx_lib && target={{.+}}-apple-macosx10.{{9|10|11}}
|
// UNSUPPORTED: use_system_cxx_lib && target={{.+}}-apple-macosx10.{{9|10|11}}
|
||||||
|
|
||||||
|
// ALLOW_RETRIES: 3
|
||||||
|
|
||||||
// <thread>
|
// <thread>
|
||||||
|
|
||||||
// template <class Rep, class Period>
|
// template <class Rep, class Period>
|
||||||
|
|
|
@ -16,6 +16,8 @@
|
||||||
// libraries.
|
// libraries.
|
||||||
// XFAIL: use_system_cxx_lib && target={{.+}}-apple-macosx10.{{9|10|11}}
|
// XFAIL: use_system_cxx_lib && target={{.+}}-apple-macosx10.{{9|10|11}}
|
||||||
|
|
||||||
|
// ALLOW_RETRIES: 3
|
||||||
|
|
||||||
// <thread>
|
// <thread>
|
||||||
|
|
||||||
// template <class Rep, class Period>
|
// template <class Rep, class Period>
|
||||||
|
|
|
@ -9,6 +9,8 @@
|
||||||
// UNSUPPORTED: libcpp-has-no-threads
|
// UNSUPPORTED: libcpp-has-no-threads
|
||||||
// UNSUPPORTED: c++03
|
// UNSUPPORTED: c++03
|
||||||
|
|
||||||
|
// ALLOW_RETRIES: 3
|
||||||
|
|
||||||
// <future>
|
// <future>
|
||||||
|
|
||||||
// class future<R>
|
// class future<R>
|
||||||
|
|
|
@ -12,6 +12,8 @@
|
||||||
// shared_timed_mutex was introduced in macosx10.12
|
// shared_timed_mutex was introduced in macosx10.12
|
||||||
// UNSUPPORTED: use_system_cxx_lib && target={{.+}}-apple-macosx10.{{9|10|11}}
|
// UNSUPPORTED: use_system_cxx_lib && target={{.+}}-apple-macosx10.{{9|10|11}}
|
||||||
|
|
||||||
|
// ALLOW_RETRIES: 3
|
||||||
|
|
||||||
// <shared_mutex>
|
// <shared_mutex>
|
||||||
|
|
||||||
// class shared_timed_mutex;
|
// class shared_timed_mutex;
|
||||||
|
|
|
@ -12,6 +12,8 @@
|
||||||
// shared_timed_mutex was introduced in macosx10.12
|
// shared_timed_mutex was introduced in macosx10.12
|
||||||
// UNSUPPORTED: use_system_cxx_lib && target={{.+}}-apple-macosx10.{{9|10|11}}
|
// UNSUPPORTED: use_system_cxx_lib && target={{.+}}-apple-macosx10.{{9|10|11}}
|
||||||
|
|
||||||
|
// ALLOW_RETRIES: 3
|
||||||
|
|
||||||
// <shared_mutex>
|
// <shared_mutex>
|
||||||
|
|
||||||
// class shared_timed_mutex;
|
// class shared_timed_mutex;
|
||||||
|
|
Loading…
Reference in New Issue