[all-commits] [llvm/llvm-project] 079e66: [lldb] Re-enable TestPlatformProcessConnect on macos
Pavel Labath via All-commits
all-commits at lists.llvm.org
Tue Jan 19 02:05:53 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 079e664661770a78e30c0d27a12d50047f1b1ea8
https://github.com/llvm/llvm-project/commit/079e664661770a78e30c0d27a12d50047f1b1ea8
Author: Pavel Labath <pavel at labath.sk>
Date: 2021-01-19 (Tue, 19 Jan 2021)
Changed paths:
M lldb/packages/Python/lldbsuite/test/tools/lldb-server/lldbgdbserverutils.py
M lldb/test/API/tools/lldb-server/platform-process-connect/TestPlatformProcessConnect.py
Log Message:
-----------
[lldb] Re-enable TestPlatformProcessConnect on macos
The test couldn't find lldb-server as it's path was being overridden by
LLDB_DEBUGSERVER_PATH environment variable (pointing to debugserver).
This test should always use lldb-server, as it tests its platform
capabilities.
There's no need for the environment override, as lldb-server tests
should test the executable they just built, so I just remote the
override capability.
More information about the All-commits
mailing list