[all-commits] [llvm/llvm-project] 272da5: [libc++] Move a bunch of tests from libcxx/test/li...

Nikolas Klauser via All-commits all-commits at lists.llvm.org
Fri Jul 25 01:46:50 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 272da501398650789d9f4f22b63d543ca7ebbd92
      https://github.com/llvm/llvm-project/commit/272da501398650789d9f4f22b63d543ca7ebbd92
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2025-07-25 (Fri, 25 Jul 2025)

  Changed paths:
    R libcxx/test/libcxx/containers/associative/map/find.modules.compile.pass.mm
    R libcxx/test/libcxx/containers/sequences/forwardlist/bool-conversion.pass.cpp
    R libcxx/test/libcxx/containers/sequences/vector/erase.modules.compile.pass.mm
    R libcxx/test/libcxx/containers/sequences/vector/vector.cons/construct_iter_iter.pass.cpp
    R libcxx/test/libcxx/containers/sequences/vector/vector.cons/construct_iter_iter_alloc.pass.cpp
    A libcxx/test/std/containers/associative/map/find.modules.compile.pass.mm
    M libcxx/test/std/containers/sequences/forwardlist/forwardlist.erasure/erase.pass.cpp
    A libcxx/test/std/containers/sequences/vector/erase.modules.compile.pass.mm
    M libcxx/test/std/containers/sequences/vector/vector.cons/construct_iter_iter.pass.cpp
    M libcxx/test/std/containers/sequences/vector/vector.cons/construct_iter_iter_alloc.pass.cpp

  Log Message:
  -----------
  [libc++] Move a bunch of tests from libcxx/test/libcxx to libcxx/test/std (#150199)

These tests test standard behaviour, so they shouldn't be in the
libc++-specific tests.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list