richard.barton.arm created this revision. richard.barton.arm added reviewers: EricWF, jamesr. richard.barton.arm added a subscriber: cfe-commits.
Although not testing the annotations feature, the test still needs guarding for thread-safety otherwise it will not compile at all. http://reviews.llvm.org/D18347 Files: test/libcxx/t Index: test/libcxx/t =================================================================== --- test/libcxx/t +++ test/libcxx/t @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: thread-safety + // <mutex> // This test does not define _LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS so it
Index: test/libcxx/t =================================================================== --- test/libcxx/t +++ test/libcxx/t @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: thread-safety + // <mutex> // This test does not define _LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS so it
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits