mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 07:57:36 +08:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user