[Lldb-commits] [PATCH] D92452: [lldb] Treat remote macOS debugging like any other remote darwin platform
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 2 15:59:46 PST 2020
JDevlieghere marked 4 inline comments as done.
JDevlieghere added inline comments.
================
Comment at: lldb/test/API/commands/platform/sdk/TestPlatformSDK.py:20
+ # The port used by debugserver.
+ PORT = 54637
+
----------------
aprantl wrote:
> What happens if two tests run at the same time?
The test will be XFAILED because of `@expectedFailureIfFn(port_not_available)`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92452/new/
https://reviews.llvm.org/D92452
More information about the lldb-commits
mailing list