[libcxx-commits] [PATCH] D115588: [libcxx][test] Verify customization point object properties

Joe Loser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 15 19:42:39 PST 2021


jloser updated this revision to Diff 394730.
jloser added a comment.

Split test_cpo use into their respective individual files.

Move iter_swap.pass.cpp into iterator.cust.swap directory to mirror its iter_move counterpart. Test the cpo there.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115588

Files:
  libcxx/test/std/concepts/concepts.lang/concept.swappable/swappable.pass.cpp
  libcxx/test/std/iterators/iterator.requirements/iterator.cust/iterator.cust.move/iter_move.pass.cpp
  libcxx/test/std/iterators/iterator.requirements/iterator.cust/iterator.cust.swap.pass.cpp
  libcxx/test/std/iterators/iterator.requirements/iterator.cust/iterator.cust.swap/iter_swap.pass.cpp
  libcxx/test/std/language.support/cmp/cmp.alg/partial_order.pass.cpp
  libcxx/test/std/language.support/cmp/cmp.alg/strong_order.pass.cpp
  libcxx/test/std/language.support/cmp/cmp.alg/weak_order.pass.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.adaptors/range.all/all.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.common.view/adaptor.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.counted/counted.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.reverse/adaptor.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.transform/adaptor.pass.cpp
  libcxx/test/std/ranges/range.factories/range.iota.view/views_iota.pass.cpp
  libcxx/test/support/test_cpo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115588.394730.patch
Type: text/x-patch
Size: 15764 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211216/89abf704/attachment-0001.bin>


More information about the libcxx-commits mailing list