[libcxx] r318897 - Add additional 'UNSUPPORTED' to the test case.

Marshall Clow via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 22 21:43:25 PST 2017


Author: marshall
Date: Wed Nov 22 21:43:25 2017
New Revision: 318897

URL: http://llvm.org/viewvc/llvm-project?rev=318897&view=rev
Log:
Add additional 'UNSUPPORTED' to the test case.

Modified:
    libcxx/trunk/test/std/thread/futures/futures.async/async.fail.cpp

Modified: libcxx/trunk/test/std/thread/futures/futures.async/async.fail.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/thread/futures/futures.async/async.fail.cpp?rev=318897&r1=318896&r2=318897&view=diff
==============================================================================
--- libcxx/trunk/test/std/thread/futures/futures.async/async.fail.cpp (original)
+++ libcxx/trunk/test/std/thread/futures/futures.async/async.fail.cpp Wed Nov 22 21:43:25 2017
@@ -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>
 




More information about the cfe-commits mailing list