[all-commits] [llvm/llvm-project] d99085: [libcxx][nfc] Cleanup libc++ specific tests.

mordante via All-commits all-commits at lists.llvm.org
Fri Jul 23 09:42:37 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d9908523273dbe08af76b78abb366caf607bf91e
      https://github.com/llvm/llvm-project/commit/d9908523273dbe08af76b78abb366caf607bf91e
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2021-07-23 (Fri, 23 Jul 2021)

  Changed paths:
    A libcxx/test/libcxx/input.output/filesystems/class.path/path.member/path.native.obs/string_alloc.pass.cpp
    A libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/libcxx.control_block_layout.pass.cpp
    R libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/string_alloc.pass.cpp
    M libcxx/test/std/iterators/iterator.requirements/iterator.cust/iterator.cust.move/iter_move.nodiscard.verify.cpp
    R libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/libcxx.control_block_layout.pass.cpp

  Log Message:
  -----------
  [libcxx][nfc] Cleanup libc++ specific tests.

Move the tests to libcxx so they no longer need `REQUIRES: libc++`.
Verify tests don't need `REQUIRES: libc++`.

Reviewed By: #libc, ldionne

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




More information about the All-commits mailing list