diff options
author | Eric Fiselier <eric@efcs.ca> | 2015-07-28 07:49:15 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2015-07-28 07:49:15 +0000 |
commit | 10e51f84d4661c3df72aed8a1e6244740c54bc39 (patch) | |
tree | 095d19e329d45071d9d622fcdf7b993812fa0a08 /libcxx/test/std | |
parent | abd52cad847e56575e6692e7f43a76e510e67b7e (diff) | |
download | bcm5719-llvm-10e51f84d4661c3df72aed8a1e6244740c54bc39.tar.gz bcm5719-llvm-10e51f84d4661c3df72aed8a1e6244740c54bc39.zip |
Mark async tests as UNSUPPORTED in C++03 because it requires variadics
llvm-svn: 243393
Diffstat (limited to 'libcxx/test/std')
-rw-r--r-- | libcxx/test/std/thread/futures/futures.async/async.pass.cpp | 1 | ||||
-rw-r--r-- | libcxx/test/std/thread/futures/futures.async/async_race.pass.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/thread/futures/futures.async/async.pass.cpp b/libcxx/test/std/thread/futures/futures.async/async.pass.cpp index c8a742566d8..6cfed59b9a1 100644 --- a/libcxx/test/std/thread/futures/futures.async/async.pass.cpp +++ b/libcxx/test/std/thread/futures/futures.async/async.pass.cpp @@ -8,6 +8,7 @@ //===----------------------------------------------------------------------===// // // UNSUPPORTED: libcpp-has-no-threads +// UNSUPPORTED: c++98, c++03 // <future> diff --git a/libcxx/test/std/thread/futures/futures.async/async_race.pass.cpp b/libcxx/test/std/thread/futures/futures.async/async_race.pass.cpp index 325a027132d..9acdd1abc48 100644 --- a/libcxx/test/std/thread/futures/futures.async/async_race.pass.cpp +++ b/libcxx/test/std/thread/futures/futures.async/async_race.pass.cpp @@ -8,6 +8,7 @@ //===----------------------------------------------------------------------===// // // UNSUPPORTED: libcpp-has-no-threads +// UNSUPPORTED: c++98, c++03 // <future> |