[libcxx-commits] [libcxx] 01d68b1 - [libcxx][ranges] mark new join view tests unsupported without experimental flag
via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Feb 11 12:44:16 PST 2023
Author: Hui
Date: 2023-02-11T20:42:00Z
New Revision: 01d68b13f52df4a64b7f71bbc390bfb5a92ffcbe
URL: https://github.com/llvm/llvm-project/commit/01d68b13f52df4a64b7f71bbc390bfb5a92ffcbe
DIFF: https://github.com/llvm/llvm-project/commit/01d68b13f52df4a64b7f71bbc390bfb5a92ffcbe.diff
LOG: [libcxx][ranges] mark new join view tests unsupported without experimental flag
Differential Revision: https://reviews.llvm.org/D143828
Added:
Modified:
libcxx/test/libcxx/ranges/range.adaptors/range.join/segmented_iterator.compile.pass.cpp
libcxx/test/std/ranges/iterator_robust_against_adl.compile.pass.cpp
Removed:
################################################################################
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 08b8949eeb18a..509b0c89e7f10 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 <ranges>
#include <vector>
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 5efd6c72a13db..09b77c0901a22 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
More information about the libcxx-commits
mailing list