[PATCH] D18347: [PATCH] Fix thread_annotation negtest for thread safety.

Richard Barton via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 22 11:59:20 PDT 2016


richard.barton.arm updated this revision to Diff 51316.
richard.barton.arm added a comment.

Sorry - not sure what happened there. That looks better for me.


http://reviews.llvm.org/D18347

Files:
  test/libcxx/thread/thread.mutex/thread_safety_annotations_not_enabled.pass.cpp

Index: test/libcxx/thread/thread.mutex/thread_safety_annotations_not_enabled.pass.cpp
===================================================================
--- test/libcxx/thread/thread.mutex/thread_safety_annotations_not_enabled.pass.cpp
+++ test/libcxx/thread/thread.mutex/thread_safety_annotations_not_enabled.pass.cpp
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// REQUIRES: thread-safety
+
 // <mutex>
 
 // This test does not define _LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS so it


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18347.51316.patch
Type: text/x-patch
Size: 545 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160322/6d06f01d/attachment.bin>


More information about the cfe-commits mailing list