[Lldb-commits] [PATCH] D83904: [lldb] Unify sleep and time outs in GDB remote testcases
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 17 06:39:38 PDT 2020
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
Sounds like a good idea.
================
Comment at: lldb/test/API/tools/lldb-server/TestGdbRemoteThreadsInStopReply.py:63-64
# Wait until all threads have started.
- threads = self.wait_for_thread_count(thread_count,
- timeout_seconds=self._WAIT_TIMEOUT)
+ threads = self.wait_for_thread_count(thread_count
+ )
self.assertIsNotNone(threads)
----------------
unwrap this
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83904/new/
https://reviews.llvm.org/D83904
More information about the lldb-commits
mailing list