llvm-project/lldb/utils
Jim Ingham a2670b92a2 Fix a bug in lldb-dotest that was uncovered by setting no value for dotest_args_str.
We were splitting the string, and adding that array to cmd.  But split generated
[''] which shows up later on as an empty "test directory search path".  That got
extended to the CWD + "" which generally doesn't have any tests, so

lldb-dotest -p SomeRealTest.py

would fail with a no matching tests error.

Differential Revision: https://reviews.llvm.org/D133075
2022-08-31 18:00:18 -07:00
..
TableGen [lldb] Refactor command option enum values (NFC) 2022-07-14 21:18:07 -07:00
lit-cpuid
lldb-dotest Fix a bug in lldb-dotest that was uncovered by setting no value for dotest_args_str. 2022-08-31 18:00:18 -07:00
lldb-repro [lldb] Match test dependencies name to other LLVM projects. 2021-05-21 00:10:27 -07:00
lui
CMakeLists.txt