diff options
Diffstat (limited to 'test/libcxx/thread/thread.mutex/thread_safety_requires_capability.pass.cpp')
| -rw-r--r-- | test/libcxx/thread/thread.mutex/thread_safety_requires_capability.pass.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/libcxx/thread/thread.mutex/thread_safety_requires_capability.pass.cpp b/test/libcxx/thread/thread.mutex/thread_safety_requires_capability.pass.cpp index 1a5685e8deb8..e0681048d308 100644 --- a/test/libcxx/thread/thread.mutex/thread_safety_requires_capability.pass.cpp +++ b/test/libcxx/thread/thread.mutex/thread_safety_requires_capability.pass.cpp @@ -7,6 +7,10 @@ // //===----------------------------------------------------------------------===// +// On Windows Clang bugs out when both __declspec and __attribute__ are present, +// the processing goes awry preventing the definition of the types. +// XFAIL: LIBCXX-WINDOWS-FIXME + // UNSUPPORTED: libcpp-has-no-threads // REQUIRES: thread-safety |
