llvm-project/lldb/test/API
Pavel Labath 4b284b9ca8 [lldb] Fix TestPlatformProcessConnect.py
The test was marked as remote-only, which means it was run ~never, and
accumulated various problems. This commit modifies the test to run
locally and includes a couple of other fixes necessary to make it run:
- moves the "invoke" method into the "Base" test class
- adds []'s around the IP address in a couple more places to make things
  work with IPv6

The test is now marked as skipped when running the remote test suite. It
would be possible to make it run both locally and remotely, but this
would require writing a lot special logic for the remote case, and that
is not worth it.
2021-01-14 09:49:19 +01:00
..
android/platform [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
api [lldb] [test] Update test status for NetBSD 2020-12-20 11:32:43 +01:00
arm [lldb/test] Skip TestBreakpointThumbCodesection on arm64. 2020-06-25 16:20:27 -07:00
assert_messages_test [lldb/test] Catch invalid calls to expect() 2020-10-05 12:41:52 -07:00
benchmarks [lldb/Test] Add a trace method to replace print statements. 2020-05-25 11:11:46 -07:00
commands [lldb] Remove stale LLDB-Info.plist 2021-01-08 10:12:16 -08:00
driver/batch_mode [lldb/test] Catch invalid calls to expect() 2020-10-05 12:41:52 -07:00
functionalities [lldb] [test] Update test status for NetBSD 2020-12-20 11:32:43 +01:00
iohandler [lldb] Display autosuggestion part in gray if there is one possible suggestion 2020-08-14 11:37:49 +02:00
lang [lldb] [test] Update test status for NetBSD 2020-12-20 11:32:43 +01:00
linux [lldb][AArch64/Linux] Show memory tagged memory regions 2020-11-20 11:21:59 +00:00
macosx Add func call so we don't instruction-step into the builtin_trap 2021-01-13 23:41:33 -08:00
python_api [lldb] Skip scoped enum checks with Dwarf <4 2021-01-06 17:13:33 -08: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
test_utils [lldb] Also Catch invalid calls to TestPExpectTest's expect() 2020-11-05 14:08:46 +01:00
tools [lldb] Fix TestPlatformProcessConnect.py 2021-01-14 09:49:19 +01:00
types [lldb] Kill the inferior instead of detaching during test suite runs 2020-12-09 18:40:06 -08:00
CMakeLists.txt [lldb] Remove LLDB session dir and just store test traces in the respective test build directory 2020-12-04 11:43:10 +01: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] Remove LLDB session dir and just store test traces in the respective test build directory 2020-12-04 11:43:10 +01:00
lit.site.cfg.py.in [lldb] Remove LLDB session dir and just store test traces in the respective test build directory 2020-12-04 11:43:10 +01:00
lldbtest.py [lldb] Make the lit configuration values optional for the API tests 2020-08-28 18:08:22 -07:00
use_lldb_suite.py [lldb/test] Use realpath consistently for test root file paths. 2020-08-05 11:35:37 -07:00