[libcxx-commits] [PATCH] D100271: [libcxx] adds `input_iterator` and `input_range`

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 13 11:44:40 PDT 2021


cjdb added a comment.

In D100271#2684903 <https://reviews.llvm.org/D100271#2684903>, @miscco wrote:

> I like the test coverage but I believe that we should get @CaseyCarter on board to port the ranges test machinery over. It is quite extensive and rebuilding it for the fun of it seems a waste of time

The intention is for there to be a libc++ test suite and an MSVC STL test suite. It improves coverage and also lets us respect the different project test structures without being intrusive.
MSVC tests will be added once they can be, and after we get a script happening (I consider it P3 <https://reviews.llvm.org/P3> in terms of libc++; P6 <https://reviews.llvm.org/P6> when factoring in my day job's responsibilities).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100271



More information about the libcxx-commits mailing list