[libcxx-commits] [PATCH] D91434: [libc++] Move the GDB pretty printer tests to the DSL
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 13 08:58:34 PST 2020
ldionne created this revision.
ldionne added a reviewer: saugustine.
Herald added subscribers: libcxx-commits, jkorous, arichardson, mgorny.
Herald added a project: libc++.
Herald added a reviewer: libc++.
ldionne requested review of this revision.
Also, enable them whenever we detect that gdb is available. Previously,
these tests would basically never run because they relied on a CMake
configuration option that defaulted to OFF.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D91434
Files:
libcxx/CMakeLists.txt
libcxx/test/CMakeLists.txt
libcxx/test/configs/legacy.cfg.in
libcxx/test/libcxx/gdb/gdb_pretty_printer_test.py
libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
libcxx/test/pretty_printers/gdb_pretty_printer_test.py
libcxx/test/pretty_printers/gdb_pretty_printer_test.sh.cpp
libcxx/utils/libcxx/test/config.py
libcxx/utils/libcxx/test/dsl.py
libcxx/utils/libcxx/test/features.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91434.305179.patch
Type: text/x-patch
Size: 11489 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201113/acc3d056/attachment-0001.bin>
More information about the libcxx-commits
mailing list