[libcxx-commits] [PATCH] D143828: [libcxx][ranges] mark new join view tests unsupported without experimental flag

Hui Huang via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Feb 11 12:44:29 PST 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG01d68b13f52d: [libcxx][ranges] mark new join view tests unsupported without experimental flag (authored by Hui).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143828/new/

https://reviews.llvm.org/D143828

Files:
  libcxx/test/libcxx/ranges/range.adaptors/range.join/segmented_iterator.compile.pass.cpp
  libcxx/test/std/ranges/iterator_robust_against_adl.compile.pass.cpp


Index: libcxx/test/std/ranges/iterator_robust_against_adl.compile.pass.cpp
===================================================================
--- libcxx/test/std/ranges/iterator_robust_against_adl.compile.pass.cpp
+++ 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
Index: libcxx/test/libcxx/ranges/range.adaptors/range.join/segmented_iterator.compile.pass.cpp
===================================================================
--- libcxx/test/libcxx/ranges/range.adaptors/range.join/segmented_iterator.compile.pass.cpp
+++ 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>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143828.496712.patch
Type: text/x-patch
Size: 1123 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230211/554c9319/attachment.bin>


More information about the libcxx-commits mailing list