summaryrefslogtreecommitdiff
path: root/test/libcxx/thread/thread.mutex/thread_safety_lock_guard.pass.cpp
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-04-26 19:24:31 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-04-26 19:24:31 +0000
commit2fa809d9eabddd820af54059faa8362dd50b51de (patch)
treed24999651df3a7a5d330d20573335db9a8afcc89 /test/libcxx/thread/thread.mutex/thread_safety_lock_guard.pass.cpp
parent1c3313bd0215c89fb38710a1ea0762ccf32e859c (diff)
Notes
Diffstat (limited to 'test/libcxx/thread/thread.mutex/thread_safety_lock_guard.pass.cpp')
-rw-r--r--test/libcxx/thread/thread.mutex/thread_safety_lock_guard.pass.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/libcxx/thread/thread.mutex/thread_safety_lock_guard.pass.cpp b/test/libcxx/thread/thread.mutex/thread_safety_lock_guard.pass.cpp
index bff682ec4e00..6024d9978433 100644
--- a/test/libcxx/thread/thread.mutex/thread_safety_lock_guard.pass.cpp
+++ b/test/libcxx/thread/thread.mutex/thread_safety_lock_guard.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