[libcxx-commits] [pstl] r363942 - [pstl] Mark pstl tests as unsupported before C++17

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 20 09:22:06 PDT 2019


Author: ldionne
Date: Thu Jun 20 09:22:06 2019
New Revision: 363942

URL: http://llvm.org/viewvc/llvm-project?rev=363942&view=rev
Log:
[pstl] Mark pstl tests as unsupported before C++17

This is required to run the tests in lit with libc++'s tests.

Modified:
    pstl/trunk/test/pstl/header_inclusion_order_algorithm_0.pass.cpp
    pstl/trunk/test/pstl/header_inclusion_order_algorithm_1.pass.cpp
    pstl/trunk/test/pstl/header_inclusion_order_memory_0.pass.cpp
    pstl/trunk/test/pstl/header_inclusion_order_memory_1.pass.cpp
    pstl/trunk/test/pstl/header_inclusion_order_numeric_0.pass.cpp
    pstl/trunk/test/pstl/header_inclusion_order_numeric_1.pass.cpp
    pstl/trunk/test/std/algorithms/alg.merge/inplace_merge.pass.cpp
    pstl/trunk/test/std/algorithms/alg.merge/merge.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/is_partitioned.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/partition_copy.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/fill.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/generate.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/remove.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/remove_copy.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/replace.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/replace_copy.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/rotate.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/rotate_copy.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/swap_ranges.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/transform_binary.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/transform_unary.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/unique.pass.cpp
    pstl/trunk/test/std/algorithms/alg.modifying.operations/unique_copy_equal.pass.cpp
    pstl/trunk/test/std/algorithms/alg.nonmodifying/adjacent_find.pass.cpp
    pstl/trunk/test/std/algorithms/alg.nonmodifying/all_of.pass.cpp
    pstl/trunk/test/std/algorithms/alg.nonmodifying/any_of.pass.cpp
    pstl/trunk/test/std/algorithms/alg.nonmodifying/count.pass.cpp
    pstl/trunk/test/std/algorithms/alg.nonmodifying/equal.pass.cpp
    pstl/trunk/test/std/algorithms/alg.nonmodifying/find.pass.cpp
    pstl/trunk/test/std/algorithms/alg.nonmodifying/find_end.pass.cpp
    pstl/trunk/test/std/algorithms/alg.nonmodifying/find_first_of.pass.cpp
    pstl/trunk/test/std/algorithms/alg.nonmodifying/find_if.pass.cpp
    pstl/trunk/test/std/algorithms/alg.nonmodifying/for_each.pass.cpp
    pstl/trunk/test/std/algorithms/alg.nonmodifying/mismatch.pass.cpp
    pstl/trunk/test/std/algorithms/alg.nonmodifying/none_of.pass.cpp
    pstl/trunk/test/std/algorithms/alg.nonmodifying/nth_element.pass.cpp
    pstl/trunk/test/std/algorithms/alg.nonmodifying/search_n.pass.cpp
    pstl/trunk/test/std/algorithms/alg.sorting/alg.heap.operations/is_heap.pass.cpp
    pstl/trunk/test/std/algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare.pass.cpp
    pstl/trunk/test/std/algorithms/alg.sorting/alg.min.max/minmax_element.pass.cpp
    pstl/trunk/test/std/algorithms/alg.sorting/alg.set.operations/includes.pass.cpp
    pstl/trunk/test/std/algorithms/alg.sorting/alg.set.operations/set.pass.cpp
    pstl/trunk/test/std/algorithms/alg.sorting/is_sorted.pass.cpp
    pstl/trunk/test/std/algorithms/alg.sorting/partial_sort.pass.cpp
    pstl/trunk/test/std/algorithms/alg.sorting/partial_sort_copy.pass.cpp
    pstl/trunk/test/std/algorithms/alg.sorting/sort.pass.cpp
    pstl/trunk/test/std/numerics/numeric.ops/adjacent_difference.pass.cpp
    pstl/trunk/test/std/numerics/numeric.ops/reduce.pass.cpp
    pstl/trunk/test/std/numerics/numeric.ops/scan.pass.cpp
    pstl/trunk/test/std/numerics/numeric.ops/transform_reduce.pass.cpp
    pstl/trunk/test/std/numerics/numeric.ops/transform_scan.pass.cpp
    pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_construct.pass.cpp
    pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_copy_move.pass.cpp
    pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_fill_destroy.pass.cpp

Modified: pstl/trunk/test/pstl/header_inclusion_order_algorithm_0.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/pstl/header_inclusion_order_algorithm_0.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/pstl/header_inclusion_order_algorithm_0.pass.cpp (original)
+++ pstl/trunk/test/pstl/header_inclusion_order_algorithm_0.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <execution>

Modified: pstl/trunk/test/pstl/header_inclusion_order_algorithm_1.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/pstl/header_inclusion_order_algorithm_1.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/pstl/header_inclusion_order_algorithm_1.pass.cpp (original)
+++ pstl/trunk/test/pstl/header_inclusion_order_algorithm_1.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <algorithm>

Modified: pstl/trunk/test/pstl/header_inclusion_order_memory_0.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/pstl/header_inclusion_order_memory_0.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/pstl/header_inclusion_order_memory_0.pass.cpp (original)
+++ pstl/trunk/test/pstl/header_inclusion_order_memory_0.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <execution>

Modified: pstl/trunk/test/pstl/header_inclusion_order_memory_1.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/pstl/header_inclusion_order_memory_1.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/pstl/header_inclusion_order_memory_1.pass.cpp (original)
+++ pstl/trunk/test/pstl/header_inclusion_order_memory_1.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <memory>

Modified: pstl/trunk/test/pstl/header_inclusion_order_numeric_0.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/pstl/header_inclusion_order_numeric_0.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/pstl/header_inclusion_order_numeric_0.pass.cpp (original)
+++ pstl/trunk/test/pstl/header_inclusion_order_numeric_0.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <execution>

Modified: pstl/trunk/test/pstl/header_inclusion_order_numeric_1.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/pstl/header_inclusion_order_numeric_1.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/pstl/header_inclusion_order_numeric_1.pass.cpp (original)
+++ pstl/trunk/test/pstl/header_inclusion_order_numeric_1.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <numeric>

Modified: pstl/trunk/test/std/algorithms/alg.merge/inplace_merge.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.merge/inplace_merge.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.merge/inplace_merge.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.merge/inplace_merge.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <execution>

Modified: pstl/trunk/test/std/algorithms/alg.merge/merge.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.merge/merge.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.merge/merge.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.merge/merge.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <execution>

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 // Tests for copy_if and remove_copy_if
 #include "support/pstl_test_config.h"
 

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/is_partitioned.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/is_partitioned.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/is_partitioned.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/is_partitioned.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <execution>

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 // Tests for stable_partition and partition
 #include "support/pstl_test_config.h"
 

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/partition_copy.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/partition_copy.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/partition_copy.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/partition_copy.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 // Tests for stable_partition and partition_copy
 #include "support/pstl_test_config.h"
 

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <iterator>

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <iterator>

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/copy_move.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,8 +7,9 @@
 //
 //===----------------------------------------------------------------------===//
 
-// Tests for copy, move and copy_n
+// UNSUPPORTED: c++98, c++03, c++11, c++14
 
+// Tests for copy, move and copy_n
 #include "support/pstl_test_config.h"
 
 #include <execution>

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/fill.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/fill.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/fill.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/fill.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <execution>

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/generate.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/generate.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/generate.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/generate.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <atomic>

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/remove.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/remove.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/remove.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/remove.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 // Test for remove, remove_if
 #include "support/pstl_test_config.h"
 

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/remove_copy.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/remove_copy.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/remove_copy.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/remove_copy.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <execution>

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/replace.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/replace.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/replace.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/replace.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <execution>

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/replace_copy.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/replace_copy.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/replace_copy.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/replace_copy.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 // Tests for replace_copy and replace_copy_if
 
 #include "support/pstl_test_config.h"

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/rotate.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/rotate.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/rotate.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/rotate.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <iterator>

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/rotate_copy.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/rotate_copy.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/rotate_copy.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/rotate_copy.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <iterator>

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/swap_ranges.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/swap_ranges.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/swap_ranges.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/swap_ranges.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <iterator>

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/transform_binary.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/transform_binary.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/transform_binary.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/transform_binary.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <execution>

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/transform_unary.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/transform_unary.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/transform_unary.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/transform_unary.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <execution>

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/unique.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/unique.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/unique.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/unique.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 // Test for unique
 #include "support/pstl_test_config.h"
 

Modified: pstl/trunk/test/std/algorithms/alg.modifying.operations/unique_copy_equal.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.modifying.operations/unique_copy_equal.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.modifying.operations/unique_copy_equal.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.modifying.operations/unique_copy_equal.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 // Tests for unique_copy
 #include "support/pstl_test_config.h"
 

Modified: pstl/trunk/test/std/algorithms/alg.nonmodifying/adjacent_find.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.nonmodifying/adjacent_find.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.nonmodifying/adjacent_find.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.nonmodifying/adjacent_find.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <execution>

Modified: pstl/trunk/test/std/algorithms/alg.nonmodifying/all_of.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.nonmodifying/all_of.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.nonmodifying/all_of.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.nonmodifying/all_of.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <execution>

Modified: pstl/trunk/test/std/algorithms/alg.nonmodifying/any_of.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.nonmodifying/any_of.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.nonmodifying/any_of.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.nonmodifying/any_of.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <execution>

Modified: pstl/trunk/test/std/algorithms/alg.nonmodifying/count.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.nonmodifying/count.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.nonmodifying/count.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.nonmodifying/count.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 // Tests for count and count_if
 #include "support/pstl_test_config.h"
 

Modified: pstl/trunk/test/std/algorithms/alg.nonmodifying/equal.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.nonmodifying/equal.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.nonmodifying/equal.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.nonmodifying/equal.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <execution>

Modified: pstl/trunk/test/std/algorithms/alg.nonmodifying/find.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.nonmodifying/find.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.nonmodifying/find.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.nonmodifying/find.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 // Tests for find
 #include "support/pstl_test_config.h"
 

Modified: pstl/trunk/test/std/algorithms/alg.nonmodifying/find_end.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.nonmodifying/find_end.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.nonmodifying/find_end.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.nonmodifying/find_end.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <execution>

Modified: pstl/trunk/test/std/algorithms/alg.nonmodifying/find_first_of.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.nonmodifying/find_first_of.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.nonmodifying/find_first_of.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.nonmodifying/find_first_of.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <execution>

Modified: pstl/trunk/test/std/algorithms/alg.nonmodifying/find_if.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.nonmodifying/find_if.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.nonmodifying/find_if.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.nonmodifying/find_if.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 // Tests for find_if and find_if_not
 #include "support/pstl_test_config.h"
 

Modified: pstl/trunk/test/std/algorithms/alg.nonmodifying/for_each.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.nonmodifying/for_each.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.nonmodifying/for_each.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.nonmodifying/for_each.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <execution>

Modified: pstl/trunk/test/std/algorithms/alg.nonmodifying/mismatch.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.nonmodifying/mismatch.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.nonmodifying/mismatch.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.nonmodifying/mismatch.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <execution>

Modified: pstl/trunk/test/std/algorithms/alg.nonmodifying/none_of.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.nonmodifying/none_of.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.nonmodifying/none_of.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.nonmodifying/none_of.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <execution>

Modified: pstl/trunk/test/std/algorithms/alg.nonmodifying/nth_element.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.nonmodifying/nth_element.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.nonmodifying/nth_element.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.nonmodifying/nth_element.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <iostream>

Modified: pstl/trunk/test/std/algorithms/alg.nonmodifying/search_n.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.nonmodifying/search_n.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.nonmodifying/search_n.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.nonmodifying/search_n.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <execution>

Modified: pstl/trunk/test/std/algorithms/alg.sorting/alg.heap.operations/is_heap.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.sorting/alg.heap.operations/is_heap.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.sorting/alg.heap.operations/is_heap.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.sorting/alg.heap.operations/is_heap.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 // Tests for is_heap, is_heap_until
 #include "support/pstl_test_config.h"
 

Modified: pstl/trunk/test/std/algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <iostream>

Modified: pstl/trunk/test/std/algorithms/alg.sorting/alg.min.max/minmax_element.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.sorting/alg.min.max/minmax_element.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.sorting/alg.min.max/minmax_element.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.sorting/alg.min.max/minmax_element.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <execution>

Modified: pstl/trunk/test/std/algorithms/alg.sorting/alg.set.operations/includes.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.sorting/alg.set.operations/includes.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.sorting/alg.set.operations/includes.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.sorting/alg.set.operations/includes.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <cmath>

Modified: pstl/trunk/test/std/algorithms/alg.sorting/alg.set.operations/set.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.sorting/alg.set.operations/set.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.sorting/alg.set.operations/set.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.sorting/alg.set.operations/set.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <cmath>

Modified: pstl/trunk/test/std/algorithms/alg.sorting/is_sorted.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.sorting/is_sorted.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.sorting/is_sorted.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.sorting/is_sorted.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <execution>

Modified: pstl/trunk/test/std/algorithms/alg.sorting/partial_sort.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.sorting/partial_sort.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.sorting/partial_sort.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.sorting/partial_sort.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <cmath>

Modified: pstl/trunk/test/std/algorithms/alg.sorting/partial_sort_copy.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.sorting/partial_sort_copy.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.sorting/partial_sort_copy.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.sorting/partial_sort_copy.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,8 +7,9 @@
 //
 //===----------------------------------------------------------------------===//
 
-// Tests for partial_sort_copy
+// UNSUPPORTED: c++98, c++03, c++11, c++14
 
+// Tests for partial_sort_copy
 #include "support/pstl_test_config.h"
 
 #include <cmath>

Modified: pstl/trunk/test/std/algorithms/alg.sorting/sort.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/algorithms/alg.sorting/sort.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/algorithms/alg.sorting/sort.pass.cpp (original)
+++ pstl/trunk/test/std/algorithms/alg.sorting/sort.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <execution>

Modified: pstl/trunk/test/std/numerics/numeric.ops/adjacent_difference.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/numerics/numeric.ops/adjacent_difference.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/numerics/numeric.ops/adjacent_difference.pass.cpp (original)
+++ pstl/trunk/test/std/numerics/numeric.ops/adjacent_difference.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <iterator>

Modified: pstl/trunk/test/std/numerics/numeric.ops/reduce.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/numerics/numeric.ops/reduce.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/numerics/numeric.ops/reduce.pass.cpp (original)
+++ pstl/trunk/test/std/numerics/numeric.ops/reduce.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <execution>

Modified: pstl/trunk/test/std/numerics/numeric.ops/scan.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/numerics/numeric.ops/scan.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/numerics/numeric.ops/scan.pass.cpp (original)
+++ pstl/trunk/test/std/numerics/numeric.ops/scan.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <execution>

Modified: pstl/trunk/test/std/numerics/numeric.ops/transform_reduce.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/numerics/numeric.ops/transform_reduce.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/numerics/numeric.ops/transform_reduce.pass.cpp (original)
+++ pstl/trunk/test/std/numerics/numeric.ops/transform_reduce.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <execution>

Modified: pstl/trunk/test/std/numerics/numeric.ops/transform_scan.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/numerics/numeric.ops/transform_scan.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/numerics/numeric.ops/transform_scan.pass.cpp (original)
+++ pstl/trunk/test/std/numerics/numeric.ops/transform_scan.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <execution>

Modified: pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_construct.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_construct.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_construct.pass.cpp (original)
+++ pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_construct.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 // Tests for uninitialized_default_construct, uninitialized_default_construct_n,
 //           uninitialized_value_construct,   uninitialized_value_construct_n
 

Modified: pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_copy_move.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_copy_move.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_copy_move.pass.cpp (original)
+++ pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_copy_move.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 // Tests for uninitialized_copy, uninitialized_copy_n, uninitialized_move, uninitialized_move_n
 
 #include "support/pstl_test_config.h"

Modified: pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_fill_destroy.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_fill_destroy.pass.cpp?rev=363942&r1=363941&r2=363942&view=diff
==============================================================================
--- pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_fill_destroy.pass.cpp (original)
+++ pstl/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized_fill_destroy.pass.cpp Thu Jun 20 09:22:06 2019
@@ -7,6 +7,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+
 #include "support/pstl_test_config.h"
 
 #include <execution>




More information about the libcxx-commits mailing list