diff options
author | Richard Barton <richard.barton@arm.com> | 2016-03-23 21:04:11 +0000 |
---|---|---|
committer | Richard Barton <richard.barton@arm.com> | 2016-03-23 21:04:11 +0000 |
commit | 3c0bc9697a97cb4d1e50423b28419eb3fa80b7de (patch) | |
tree | a5616e2642bebc8bfe723721226674f733781d62 /libcxx/test/std/thread/futures/futures.promise/copy_ctor.fail.cpp | |
parent | 03d703bb62e2babcec4dc9d9addbfa39cdaef704 (diff) | |
download | bcm5719-llvm-3c0bc9697a97cb4d1e50423b28419eb3fa80b7de.tar.gz bcm5719-llvm-3c0bc9697a97cb4d1e50423b28419eb3fa80b7de.zip |
Guard a number of tests relying on threads support when built in
single-threaded mode.
Differential Revision: http://reviews.llvm.org/D14731
llvm-svn: 264191
Diffstat (limited to 'libcxx/test/std/thread/futures/futures.promise/copy_ctor.fail.cpp')
-rw-r--r-- | libcxx/test/std/thread/futures/futures.promise/copy_ctor.fail.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/thread/futures/futures.promise/copy_ctor.fail.cpp b/libcxx/test/std/thread/futures/futures.promise/copy_ctor.fail.cpp index 34becbc1259..779fc5bfc7c 100644 --- a/libcxx/test/std/thread/futures/futures.promise/copy_ctor.fail.cpp +++ b/libcxx/test/std/thread/futures/futures.promise/copy_ctor.fail.cpp @@ -6,6 +6,8 @@ // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// +// +// UNSUPPORTED: libcpp-has-no-threads // <future> |