llvm-project/lldb/test/API
Jason Molenda 83bea6d99d Remove 'process launch failed:' message prefix in Target::Launch
SB API clients can describe the failure message in a more natural
way for their UI, this doesn't add information for them.

Differential Revision: https://reviews.llvm.org/D74585
<rdar://problem/49953304>
2020-02-14 18:42:38 -08:00
..
android/platform [lldb][test] Remove symlink for API tests. 2020-02-11 10:03:53 -08:00
api [lldb][test] Remove symlink for API tests. 2020-02-11 10:03:53 -08:00
arm [lldb][test] Remove symlink for API tests. 2020-02-11 10:03:53 -08:00
benchmarks [lldb][test] Remove symlink for API tests. 2020-02-11 10:03:53 -08:00
commands [lldb] Replace assertTrue(a == b, "msg") with assertEquals(a, b, "msg") in the test suite 2020-02-13 15:00:55 +01:00
driver/batch_mode [lldb][test] Remove symlink for API tests. 2020-02-11 10:03:53 -08:00
functionalities Remove 'process launch failed:' message prefix in Target::Launch 2020-02-14 18:42:38 -08:00
iohandler [lldb][test] Remove symlink for API tests. 2020-02-11 10:03:53 -08:00
issue_verification [lldb][test] Remove symlink for API tests. 2020-02-11 10:03:53 -08:00
lang [lldb] Replace assertTrue(a == b, "msg") with assertEquals(a, b, "msg") in the test suite 2020-02-13 15:00:55 +01:00
linux [lldb] Replace assertTrue(a == b, "msg") with assertEquals(a, b, "msg") in the test suite 2020-02-13 15:00:55 +01:00
macosx Add a test for debugserver handling threads suspended from within a program. 2020-02-13 15:48:38 -08:00
python_api [lldb] Replace assertTrue(a == b, "msg") with assertEquals(a, b, "msg") in the test suite 2020-02-13 15:00:55 +01:00
sample_test [lldb][test] Remove symlink for API tests. 2020-02-11 10:03:53 -08:00
sanity [lldb][test] Remove symlink for API tests. 2020-02-11 10:03:53 -08:00
source-manager [lldb][test] Remove symlink for API tests. 2020-02-11 10:03:53 -08: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] Remove accidentally checked-in debugging code 2020-02-14 10:21:35 +01:00
types [lldb][test] Remove symlink for API tests. 2020-02-11 10:03:53 -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] Remove symlink for API tests. 2020-02-11 10:03:53 -08: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
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.