summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2017-11-23 05:43:25 +0000
committerMarshall Clow <mclow.lists@gmail.com>2017-11-23 05:43:25 +0000
commit389f90f5d74e763ef96ce7a20893d5705658a568 (patch)
tree1d0e99699200d50023292c548d77143719818797 /test
parent70c7bbd04fd2833a340238ea70f89ba12666c431 (diff)
Add additional 'UNSUPPORTED' to the test case.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@318897 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/std/thread/futures/futures.async/async.fail.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/std/thread/futures/futures.async/async.fail.cpp b/test/std/thread/futures/futures.async/async.fail.cpp
index 1a719c0fd..594c67f52 100644
--- a/test/std/thread/futures/futures.async/async.fail.cpp
+++ b/test/std/thread/futures/futures.async/async.fail.cpp
@@ -8,7 +8,8 @@
//===----------------------------------------------------------------------===//
//
// UNSUPPORTED: libcpp-has-no-threads
-// UNSUPPORTED: c++98, c++03
+// UNSUPPORTED: c++98, c++03, c++11, c++14, c++17
+// UNSUPPORTED: clang-3.3, clang-3.4, clang-3.5, clang-3.6, clang-3.7, clang-3.8
// <future>