[all-commits] [llvm/llvm-project] 0fbbf3: [lldb] Unify sleep and time outs in GDB remote tes...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Jul 17 11:03:37 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0fbbf3a98ca6fc75aafb6405943ee00e7c4d5594
https://github.com/llvm/llvm-project/commit/0fbbf3a98ca6fc75aafb6405943ee00e7c4d5594
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-07-17 (Fri, 17 Jul 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
M lldb/test/API/tools/lldb-server/TestGdbRemoteKill.py
M lldb/test/API/tools/lldb-server/TestGdbRemoteProcessInfo.py
M lldb/test/API/tools/lldb-server/TestGdbRemoteThreadsInStopReply.py
M lldb/test/API/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py
M lldb/test/API/tools/lldb-server/TestLldbGdbServer.py
M lldb/test/API/tools/lldb-server/commandline/TestStubReverseConnect.py
Log Message:
-----------
[lldb] Unify sleep and time outs in GDB remote testcases
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.
Differential revision: https://reviews.llvm.org/D83904
More information about the All-commits
mailing list