llvm-project/lldb/test/API
Stella Stamenova d53c8c6af5 [lldb/tests] Correctly configure the lldb dotest arguments
Summary:
When the generator used for CMake is a multi-configuration generator (such as VS), the arguments passed to dotest are not currently configured correctly. There are a couple of issues:
1) The per-configuration files are all generated for the same configuration since the for loop overwrites the properties
2) Not all of the parameters are configured in the lit cfg, so they end up with %(build_mode)s as configuration and they point to non-existent paths

Reviewers: JDevlieghere

Reviewed By: JDevlieghere

Subscribers: mgorny, lldb-commits, asmith

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D74093
2020-02-06 10:27:10 -08:00
..
CMakeLists.txt [lldb/CMake] Add check-lldb-shell and check-lldb-api targets for Xcode 2020-01-21 13:22:33 -08:00
README.md Re-land "[test] Split LLDB tests into API, Shell & Unit" 2019-10-09 19:22:02 +00:00
dotest.py Re-land "[test] Split LLDB tests into API, Shell & Unit" 2019-10-09 19:22:02 +00:00
lit.cfg.py [lldb] [test] Pass LLVM_LIBS_DIR from CMake for linking liblldb 2020-02-05 18:33:25 +01:00
lit.site.cfg.py.in [lldb/tests] Correctly configure the lldb dotest arguments 2020-02-06 10:27:10 -08:00
lldbtest.py [lldb/Lit] Fix UnboundLocalError when reaching a timeout. 2020-01-30 21:23:58 -08:00
testcases [lldb] [test/API] Fix testcases symlink 2019-10-31 17:43:18 +01:00
use_lldb_suite.py Re-land "[test] Split LLDB tests into API, Shell & Unit" 2019-10-09 19:22:02 +00:00

README.md

LLDB API Tests

This directory only exists for the lit test driver. The actual tests live in the tests directory in top level LLDB directory.