[libcxx-commits] [PATCH] D98750: Apply [[standalone_debug]] to some types in the STL.

Amy Huang via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 1 09:30:06 PDT 2021


akhuang added a comment.

In D98750#2662041 <https://reviews.llvm.org/D98750#2662041>, @akhuang wrote:

> It looks like there's already a pretty printer test in libc++ (`./libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp`). It currently fails on my machine for some reason before running the actual tests, but in theory if it worked, it would catch the issues when -fuse-ctor-homing is enabled.

Actually, it looks like the `./libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp` test is working; it's just that when it's run with lit, it doesn't show any details about which parts pass or fail.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98750



More information about the libcxx-commits mailing list