summaryrefslogtreecommitdiffstats
path: root/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2019-06-20 16:22:06 +0000
committerLouis Dionne <ldionne@apple.com>2019-06-20 16:22:06 +0000
commit6ab35c9dc0bc92223f5927829823920d3bc674c6 (patch)
treebf18059d970a6e9e653bb157bc7b10a7c4fa38bc /pstl/test/std/algorithms/alg.modifying.operations/alg.reverse
parentb7f87c0ecfeba4b4358fd5ff0cad066845fd6e07 (diff)
downloadbcm5719-llvm-6ab35c9dc0bc92223f5927829823920d3bc674c6.tar.gz
bcm5719-llvm-6ab35c9dc0bc92223f5927829823920d3bc674c6.zip
[pstl] Mark pstl tests as unsupported before C++17
This is required to run the tests in lit with libc++'s tests. llvm-svn: 363942
Diffstat (limited to 'pstl/test/std/algorithms/alg.modifying.operations/alg.reverse')
-rw-r--r--pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp2
-rw-r--r--pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp2
2 files changed, 4 insertions, 0 deletions
diff --git a/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp b/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp
index 01330196fc7..5372524b854 100644
--- a/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp
+++ b/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp
@@ -7,6 +7,8 @@
//
//===----------------------------------------------------------------------===//
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
#include "support/pstl_test_config.h"
#include <iterator>
diff --git a/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp b/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp
index cc2bf186862..7bd2444c5f4 100644
--- a/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp
+++ b/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp
@@ -7,6 +7,8 @@
//
//===----------------------------------------------------------------------===//
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
#include "support/pstl_test_config.h"
#include <iterator>
OpenPOWER on IntegriCloud