llvm-project/lldb/test/API
Jonas Devlieghere 141c8475b6 [lldb] Get rid of LLDB_LIB_DIR and LLDB_IMPLIB_DIR in dotest
This patch removes the rather confusing LLDB_LIB_DIR and LLDB_IMPLIB_DIR
environment variables. They are confusing because LLDB_LIB_DIR would
point to the bin subdirectory in the build root while LLDB_IMPLIB_DIR
would point to the lib subdirectory. The reason far this was
LLDB.framework, which gets build under bin.

This patch replaces their uses with configuration.lldb_framework_path
and configuration.lldb_libs_dir respectively.

Differential revision: https://reviews.llvm.org/D86817
2020-08-28 15:45:54 -07:00
..
android/platform [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
api [lldb] Fix TestAPILog.py for reproducer replay 2020-08-21 10:35:35 -07:00
arm [lldb/test] Skip TestBreakpointThumbCodesection on arm64. 2020-06-25 16:20:27 -07:00
benchmarks [lldb/Test] Add a trace method to replace print statements. 2020-05-25 11:11:46 -07:00
commands [LLDB] Minor fix in TestSVERegisters.py for AArch64/Linux buildbot 2020-08-19 15:47:59 +05:00
driver/batch_mode [lldb] Modify the `skipIfRemote` decorator so we can skip all PExpect tests. 2020-08-05 15:27:34 -07:00
functionalities [lldb/test] Use shorter test case names in TestStandardUnwind 2020-08-28 11:49:50 -07:00
iohandler [lldb] Display autosuggestion part in gray if there is one possible suggestion 2020-08-14 11:37:49 +02:00
lang [lldb] Add typedefs to the DeclContext they are created in 2020-08-19 14:57:43 +02:00
linux [LLDB] skip TestCreateDuringInstructionStep on aarch64/linux 2020-06-29 21:32:48 +05:00
macosx [lldb] Don't ask for QOS_CLASS_UNSPECIFIED queue in TestQueues 2020-08-25 20:13:33 +02:00
python_api [lldb] Skip test_launch_simple with reproducers 2020-08-17 11:47:07 -07:00
sample_test [lldb][test] Remove symlink for API tests. 2020-02-11 10:03:53 -08:00
sanity Add support for XFAILing a test based on a setting. 2020-03-12 19:26:24 -07:00
source-manager Add an option (-y) to "break set" and "source list" that uses the same 2020-07-20 17:40:36 -07:00
terminal [lldb][test] Remove symlink for API tests. 2020-02-11 10:03:53 -08:00
test_runner/test [lldb][test] Remove symlink for API tests. 2020-02-11 10:03:53 -08:00
tools [lldb] Get rid of LLDB_LIB_DIR and LLDB_IMPLIB_DIR in dotest 2020-08-28 15:45:54 -07:00
types [lldb] Fix the last remaining tests not inheriting TCC permissions 2020-08-11 12:50:36 -07:00
CMakeLists.txt [lldb] Don't pass --rerun-all-issues on Windows. 2020-08-21 19:58:24 -07:00
dotest.py Re-land "[test] Split LLDB tests into API, Shell & Unit" 2019-10-09 19:22:02 +00:00
get_darwin_real_python.py [lldb/test][Darwin] Ask dyld where the real python is 2020-05-08 10:22:58 -07:00
lit.cfg.py [lldb] Dervice dotest.py path from config.lldb_src_root (NFC) 2020-08-28 15:45:54 -07:00
lit.site.cfg.py.in [lldb] Dervice dotest.py path from config.lldb_src_root (NFC) 2020-08-28 15:45:54 -07:00
lldbtest.py [lldb/Test] Fix ASan/TSan workaround for Xcode Python 3 2020-06-11 19:36:42 -07:00
use_lldb_suite.py [lldb/test] Use realpath consistently for test root file paths. 2020-08-05 11:35:37 -07:00