[Lldb-commits] [PATCH] D83904: [lldb] Unify sleep and time outs in GDB remote testcases

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 15 13:47:00 PDT 2020


JDevlieghere created this revision.
JDevlieghere added reviewers: labath, aprantl, teemperor.

Reduce sleep and time outs in GDB remote testcases to one default value for each. Stop passing these values around and always use the default instead.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D83904

Files:
  lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
  lldb/test/API/tools/lldb-server/TestGdbRemoteKill.py
  lldb/test/API/tools/lldb-server/TestGdbRemoteProcessInfo.py
  lldb/test/API/tools/lldb-server/TestGdbRemoteThreadsInStopReply.py
  lldb/test/API/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py
  lldb/test/API/tools/lldb-server/TestLldbGdbServer.py
  lldb/test/API/tools/lldb-server/commandline/TestStubReverseConnect.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83904.278297.patch
Type: text/x-patch
Size: 12740 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200715/a91fb5fc/attachment.bin>


More information about the lldb-commits mailing list