[all-commits] [llvm/llvm-project] 7f4102: [libcxx][test] Remove redundant semiregular checks...

Joseph Loser via All-commits all-commits at lists.llvm.org
Tue Dec 28 19:10:20 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7f410251e8d483e57ad54340ad968e4b498461da
      https://github.com/llvm/llvm-project/commit/7f410251e8d483e57ad54340ad968e4b498461da
  Author: Joe Loser <joeloser93 at gmail.com>
  Date:   2021-12-28 (Tue, 28 Dec 2021)

  Changed paths:
    M libcxx/test/std/iterators/iterator.requirements/iterator.cust/iterator.cust.swap.pass.cpp
    M libcxx/test/std/ranges/range.access/size.pass.cpp
    M libcxx/test/std/ranges/range.access/ssize.pass.cpp
    M libcxx/test/std/ranges/range.adaptors/range.counted/counted.pass.cpp
    M libcxx/test/std/ranges/range.factories/range.iota.view/views_iota.pass.cpp

  Log Message:
  -----------
  [libcxx][test] Remove redundant semiregular checks for CPOs

Some individual test files verify the CPO under test satisfies
`semiregular` concept.  This is redundant since it is already part of the test
in verifying whether the entity is indeed a CPO in
`libcxx/test/std/library/description/conventions/customization.point.object/cpo.compile.pass.cpp`.

Differential Revision: https://reviews.llvm.org/D116173




More information about the All-commits mailing list