[libcxx-commits] [PATCH] D121129: [libc++] Remove workarounds for re-defining _LIBCPP_ASSERT in the test suite

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 7 08:37:27 PST 2022


ldionne created this revision.
Herald added a subscriber: arichardson.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: libcxx-commits, sstefan1.
Herald added a project: libc++.
Herald added a reviewer: libc++.

With the new support for defining assertion handlers, it is now possible
to stop defining `_LIBCPP_ASSERT` in the test suite, which has always
been a hack.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D121129

Files:
  libcxx/docs/DesignDocs/DebugMode.rst
  libcxx/include/__algorithm/comp_ref_type.h
  libcxx/include/__assert
  libcxx/test/libcxx/algorithms/debug_less.pass.cpp
  libcxx/test/libcxx/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/db_deallocate.pass.cpp
  libcxx/test/libcxx/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/deallocate.assert.pass.cpp
  libcxx/test/libcxx/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/db_deallocate.pass.cpp
  libcxx/test/libcxx/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/deallocate.assert.pass.cpp
  libcxx/utils/libcxx/test/format.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121129.413500.patch
Type: text/x-patch
Size: 7944 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220307/3317f802/attachment.bin>


More information about the libcxx-commits mailing list