From 01d68b13f52df4a64b7f71bbc390bfb5a92ffcbe Mon Sep 17 00:00:00 2001 From: Hui Date: Sat, 11 Feb 2023 20:41:43 +0000 Subject: [PATCH] [libcxx][ranges] mark new join view tests unsupported without experimental flag Differential Revision: https://reviews.llvm.org/D143828 --- .../ranges/range.adaptors/range.join/segmented_iterator.compile.pass.cpp | 1 + libcxx/test/std/ranges/iterator_robust_against_adl.compile.pass.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/libcxx/test/libcxx/ranges/range.adaptors/range.join/segmented_iterator.compile.pass.cpp b/libcxx/test/libcxx/ranges/range.adaptors/range.join/segmented_iterator.compile.pass.cpp index 08b8949..509b0c8 100644 --- a/libcxx/test/libcxx/ranges/range.adaptors/range.join/segmented_iterator.compile.pass.cpp +++ b/libcxx/test/libcxx/ranges/range.adaptors/range.join/segmented_iterator.compile.pass.cpp @@ -7,6 +7,7 @@ //===----------------------------------------------------------------------===// // UNSUPPORTED: c++03, c++11, c++14, c++17 +// UNSUPPORTED: !c++experimental #include #include diff --git a/libcxx/test/std/ranges/iterator_robust_against_adl.compile.pass.cpp b/libcxx/test/std/ranges/iterator_robust_against_adl.compile.pass.cpp index 5efd6c7..09b77c0 100644 --- a/libcxx/test/std/ranges/iterator_robust_against_adl.compile.pass.cpp +++ b/libcxx/test/std/ranges/iterator_robust_against_adl.compile.pass.cpp @@ -7,6 +7,7 @@ //===----------------------------------------------------------------------===// // UNSUPPORTED: c++03, c++11, c++14, c++17 +// UNSUPPORTED: !c++experimental // ADL call with nested iterators of views should not look up base's view's // namespace -- 2.7.4