[all-commits] [llvm/llvm-project] c474d8: [libc++] NFC: Move iterator.range tests into the r...

Louis Dionne via All-commits all-commits at lists.llvm.org
Fri Oct 16 05:36:11 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c474d829d0b80ce211f4145711e3db54c86d78e4
      https://github.com/llvm/llvm-project/commit/c474d829d0b80ce211f4145711e3db54c86d78e4
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-10-16 (Fri, 16 Oct 2020)

  Changed paths:
    A libcxx/test/std/iterators/iterator.range/begin_array.pass.cpp
    A libcxx/test/std/iterators/iterator.range/begin_const.pass.cpp
    A libcxx/test/std/iterators/iterator.range/begin_non_const.pass.cpp
    A libcxx/test/std/iterators/iterator.range/end_array.pass.cpp
    A libcxx/test/std/iterators/iterator.range/end_const.pass.cpp
    A libcxx/test/std/iterators/iterator.range/end_non_const.pass.cpp
    R libcxx/test/std/iterators/stream.iterators/iterator.range/begin_array.pass.cpp
    R libcxx/test/std/iterators/stream.iterators/iterator.range/begin_const.pass.cpp
    R libcxx/test/std/iterators/stream.iterators/iterator.range/begin_non_const.pass.cpp
    R libcxx/test/std/iterators/stream.iterators/iterator.range/end_array.pass.cpp
    R libcxx/test/std/iterators/stream.iterators/iterator.range/end_const.pass.cpp
    R libcxx/test/std/iterators/stream.iterators/iterator.range/end_non_const.pass.cpp

  Log Message:
  -----------
  [libc++] NFC: Move iterator.range tests into the right place

They seem to have been placed under stream.iterators by mistake.
This is relevant for some upcoming UNSUPPORTED markup.


  Commit: 13410fa79ff0176fd111b8e3e1ea64c54bc7fea1
      https://github.com/llvm/llvm-project/commit/13410fa79ff0176fd111b8e3e1ea64c54bc7fea1
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-10-16 (Fri, 16 Oct 2020)

  Changed paths:
    M libcxx/test/libcxx/containers/sequences/vector/asan.pass.cpp
    M libcxx/test/std/strings/string.view/string.view.nonmem/quoted.pass.cpp
    M libcxx/test/std/utilities/intseq/intseq.intseq/integer_seq.compile.fail.cpp

  Log Message:
  -----------
  [libc++] NFCI: Use Lit features to disable tests instead of #if


Compare: https://github.com/llvm/llvm-project/compare/0857029011a9...13410fa79ff0


More information about the All-commits mailing list