OSDN Git Service

[lldb] Re-enable TestPlatformProcessConnect on macos
authorPavel Labath <pavel@labath.sk>
Tue, 19 Jan 2021 09:53:51 +0000 (10:53 +0100)
committerPavel Labath <pavel@labath.sk>
Tue, 19 Jan 2021 10:01:07 +0000 (11:01 +0100)
commit079e664661770a78e30c0d27a12d50047f1b1ea8
tree21ee831bd251649448385b8a2f1523ce3309e763
parent244ad228f34363b508cd1096c99d8f1bbe999d85
[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.
lldb/packages/Python/lldbsuite/test/tools/lldb-server/lldbgdbserverutils.py
lldb/test/API/tools/lldb-server/platform-process-connect/TestPlatformProcessConnect.py