[all-commits] [llvm/llvm-project] 7ad8e1: [libc++] Move the GDB pretty printer tests to the DSL
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Nov 16 13:17:14 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7ad8e19958b271b9369e6b9d8d76f2f9f1beeb90
https://github.com/llvm/llvm-project/commit/7ad8e19958b271b9369e6b9d8d76f2f9f1beeb90
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-11-16 (Mon, 16 Nov 2020)
Changed paths:
M libcxx/CMakeLists.txt
M libcxx/test/CMakeLists.txt
M libcxx/test/configs/legacy.cfg.in
A libcxx/test/libcxx/gdb/gdb_pretty_printer_test.py
A libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp
R libcxx/test/pretty_printers/gdb_pretty_printer_test.py
R libcxx/test/pretty_printers/gdb_pretty_printer_test.sh.cpp
M libcxx/utils/libcxx/test/config.py
M libcxx/utils/libcxx/test/dsl.py
M libcxx/utils/libcxx/test/features.py
Log Message:
-----------
[libc++] Move the GDB pretty printer tests to the DSL
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.
Differential Revision: https://reviews.llvm.org/D91434
More information about the All-commits
mailing list