Author: Jim Ingham Date: 2021-10-28T17:45:31-07:00 New Revision: d1e9514ac89b1ceed51114159b7dd4888ce58974
URL: https://github.com/llvm/llvm-project/commit/d1e9514ac89b1ceed51114159b7dd4888ce58974 DIFF: https://github.com/llvm/llvm-project/commit/d1e9514ac89b1ceed51114159b7dd4888ce58974.diff LOG: To avoid the obvious problem, use a different port... There's another test that opens an hard-coded port to talk to debugserver (TestPlatformSDK.py). Make sure this port and the one in that other test are different to avoid that potential conflict. Added: Modified: lldb/test/API/functionalities/launch_stop_at_entry/TestStopAtEntry.py Removed: ################################################################################ diff --git a/lldb/test/API/functionalities/launch_stop_at_entry/TestStopAtEntry.py b/lldb/test/API/functionalities/launch_stop_at_entry/TestStopAtEntry.py index 157d16fe025b..4fbe7199267e 100644 --- a/lldb/test/API/functionalities/launch_stop_at_entry/TestStopAtEntry.py +++ b/lldb/test/API/functionalities/launch_stop_at_entry/TestStopAtEntry.py @@ -18,7 +18,7 @@ class TestStopAtEntry(TestBase): NO_DEBUG_INFO_TESTCASE = True # The port used by debugserver. - PORT = 54637 + PORT = 54638 # The number of attempts. ATTEMPTS = 10 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits