[libcxx-commits] [PATCH] D115639: [libc++] [DON'T COMMIT] Just the new tests from D115312, D115607.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Dec 13 07:39:04 PST 2021


Quuxplusone created this revision.
Quuxplusone added reviewers: ldionne, libc++.
Quuxplusone added a project: libc++.
Quuxplusone requested review of this revision.
Herald added a subscriber: libcxx-commits.
Herald added 1 blocking reviewer(s): libc++.

This is just my new test cases from D115312 <https://reviews.llvm.org/D115312> and D115607 <https://reviews.llvm.org/D115607>. The idea is to give a blank slate so @ldionne or someone can play around with the existing CPOs and see if it's possible to make a //small// patch that fixes these bugs instead of my proposed big patch.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D115639

Files:
  libcxx/test/libcxx/ranges/range.access/begin.verify.cpp
  libcxx/test/libcxx/ranges/range.access/cbegin.verify.cpp
  libcxx/test/libcxx/ranges/range.access/cend.verify.cpp
  libcxx/test/libcxx/ranges/range.access/data.verify.cpp
  libcxx/test/libcxx/ranges/range.access/empty.verify.cpp
  libcxx/test/libcxx/ranges/range.access/end.verify.cpp
  libcxx/test/libcxx/ranges/range.access/size.verify.cpp
  libcxx/test/libcxx/ranges/range.access/ssize.verify.cpp
  libcxx/test/std/ranges/range.access/range.access.begin/begin.pass.cpp
  libcxx/test/std/ranges/range.access/range.access.end/end.pass.cpp
  libcxx/test/std/ranges/range.access/range.prim/data.pass.cpp
  libcxx/test/std/ranges/range.access/range.prim/empty.pass.cpp
  libcxx/test/std/ranges/range.access/range.prim/size.pass.cpp
  libcxx/test/std/ranges/range.access/range.prim/ssize.pass.cpp
  libcxx/test/std/ranges/range.req/range.range/range.compile.pass.cpp
  libcxx/test/std/ranges/range.req/range.sized/sized_range.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115639.393895.patch
Type: text/x-patch
Size: 26187 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211213/0931d96e/attachment-0001.bin>


More information about the libcxx-commits mailing list