[libc++][test] Allow multiple tries in some thread tests

This commit is contained in:
Nikolas Klauser 2022-01-04 23:28:21 +01:00
parent f61b658d7d
commit 1e1e97a326
5 changed files with 10 additions and 0 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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;

View File

@ -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;