jingham added inline comments.
================ Comment at: lldb/test/API/functionalities/launch_stop_at_entry/TestStopAtEntry.py:21 + # The port used by debugserver. + PORT = 54637 + ---------------- jingham wrote: > clayborg wrote: > > This hard coded port worries me for buildbot flakiness. Do other tests do > > this? > The test I copied it from does... That is "TestPlatformSDK.py". I didn't centralize that logic because the two uses were different, and the implementation is not very many lines. If we see flakiness in either of these tests we can centralize this logic and handle the port fetching better. But I'd rather not do that as part of this patch. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D112747/new/ https://reviews.llvm.org/D112747 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits