Author: ericwf
Date: Tue Jul 28 02:49:15 2015
New Revision: 243393

URL: http://llvm.org/viewvc/llvm-project?rev=243393&view=rev
Log:
Mark async tests as UNSUPPORTED in C++03 because it requires variadics

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

Modified: libcxx/trunk/test/std/thread/futures/futures.async/async.pass.cpp
URL: 
http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/thread/futures/futures.async/async.pass.cpp?rev=243393&r1=243392&r2=243393&view=diff
==============================================================================
--- libcxx/trunk/test/std/thread/futures/futures.async/async.pass.cpp (original)
+++ libcxx/trunk/test/std/thread/futures/futures.async/async.pass.cpp Tue Jul 
28 02:49:15 2015
@@ -8,6 +8,7 @@
 
//===----------------------------------------------------------------------===//
 //
 // UNSUPPORTED: libcpp-has-no-threads
+// UNSUPPORTED: c++98, c++03
 
 // <future>
 

Modified: libcxx/trunk/test/std/thread/futures/futures.async/async_race.pass.cpp
URL: 
http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/thread/futures/futures.async/async_race.pass.cpp?rev=243393&r1=243392&r2=243393&view=diff
==============================================================================
--- libcxx/trunk/test/std/thread/futures/futures.async/async_race.pass.cpp 
(original)
+++ libcxx/trunk/test/std/thread/futures/futures.async/async_race.pass.cpp Tue 
Jul 28 02:49:15 2015
@@ -8,6 +8,7 @@
 
//===----------------------------------------------------------------------===//
 //
 // UNSUPPORTED: libcpp-has-no-threads
+// UNSUPPORTED: c++98, c++03
 
 // <future>
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to