diff options
| author | Louis Dionne <ldionne@apple.com> | 2019-03-27 15:50:34 +0000 |
|---|---|---|
| committer | Louis Dionne <ldionne@apple.com> | 2019-03-27 15:50:34 +0000 |
| commit | daf43ed80042f511c53635d7163f747b47d032e7 (patch) | |
| tree | 7b450270631b3561d809bad9956d698269fd60bd /libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp | |
| parent | 55beb2f5497013a09637548aed4bc5f23dec62e7 (diff) | |
| download | bcm5719-llvm-daf43ed80042f511c53635d7163f747b47d032e7.tar.gz bcm5719-llvm-daf43ed80042f511c53635d7163f747b47d032e7.zip | |
[libc++] Add proper XFAILs for shared_mutex tests
Dylib support for shared_mutex was added in macOS 10.12, so the tests
should be XFAILed accordingly instead of being completely disabled
whenever availability is enabled.
rdar://problem/48769104
llvm-svn: 357079
Diffstat (limited to 'libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp')
| -rw-r--r-- | libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp b/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp index 5f084b21259..2d6ebe51092 100644 --- a/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp +++ b/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp @@ -8,6 +8,7 @@ // // UNSUPPORTED: libcpp-has-no-threads // UNSUPPORTED: c++98, c++03, c++11 +// XFAIL: dylib-has-no-shared_mutex // FLAKY_TEST. |

