Guard a number of tests relying on threads support when built in

single-threaded mode.

Differential Revision: http://reviews.llvm.org/D14731



git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@264191 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Richard Barton
2016-03-23 21:04:11 +00:00
parent 4c51222b28
commit 037efda0ac
15 changed files with 24 additions and 4 deletions

View File

@@ -7,6 +7,8 @@
//
//===----------------------------------------------------------------------===//
// UNSUPPORTED: libcpp-has-no-threads
// <mutex>
// This test does not define _LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS so it

View File

@@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//
// UNSUPPORTED: libcpp-has-no-threads
// REQUIRES: thread-safety
// <mutex>

View File

@@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//
// UNSUPPORTED: libcpp-has-no-threads
// REQUIRES: thread-safety
// <mutex>

View File

@@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//
// UNSUPPORTED: libcpp-has-no-threads
// REQUIRES: thread-safety
// <mutex>

View File

@@ -7,6 +7,7 @@
//
//===----------------------------------------------------------------------===//
// UNSUPPORTED: libcpp-has-no-threads
// REQUIRES: thread-safety
// <mutex>