[libcxx-commits] [PATCH] D110994: [libc++] Make test_allocator constexpr-friendly for constexpr string/vector

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Oct 30 03:51:14 PDT 2021


philnik updated this revision to Diff 383568.
philnik added a comment.

- moved test_allocator_statistics


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110994

Files:
  libcxx/test/std/containers/associative/map/map.cons/assign_initializer_list.pass.cpp
  libcxx/test/std/containers/associative/set/set.cons/assign_initializer_list.pass.cpp
  libcxx/test/std/containers/container.requirements/container.requirements.general/allocator_move.pass.cpp
  libcxx/test/std/containers/sequences/deque/deque.modifiers/push_back_exception_safety.pass.cpp
  libcxx/test/std/containers/sequences/deque/deque.modifiers/push_front_exception_safety.pass.cpp
  libcxx/test/std/containers/sequences/vector.bool/move.pass.cpp
  libcxx/test/std/containers/sequences/vector/vector.cons/move.pass.cpp
  libcxx/test/std/re/re.results/re.results.const/move.pass.cpp
  libcxx/test/std/strings/basic.string/string.capacity/capacity.pass.cpp
  libcxx/test/std/strings/basic.string/string.cons/move_alloc.pass.cpp
  libcxx/test/std/thread/futures/futures.promise/alloc_ctor.pass.cpp
  libcxx/test/std/thread/futures/futures.promise/move_assign.pass.cpp
  libcxx/test/std/thread/futures/futures.promise/move_ctor.pass.cpp
  libcxx/test/std/thread/futures/futures.promise/swap.pass.cpp
  libcxx/test/std/thread/futures/futures.shared_future/dtor.pass.cpp
  libcxx/test/std/thread/futures/futures.task/futures.task.members/ctor_func_alloc.pass.cpp
  libcxx/test/std/thread/futures/futures.unique_future/dtor.pass.cpp
  libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_F.pass.cpp
  libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/nullptr_t_deleter_allocator.pass.cpp
  libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/nullptr_t_deleter_allocator_throw.pass.cpp
  libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter_allocator.pass.cpp
  libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter_allocator_throw.pass.cpp
  libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/allocate_shared.pass.cpp
  libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/reset_pointer_deleter_allocator.pass.cpp
  libcxx/test/support/test_allocator.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110994.383568.patch
Type: text/x-patch
Size: 70589 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211030/aadb11f9/attachment-0001.bin>


More information about the libcxx-commits mailing list