[Lldb-commits] [PATCH] D69453: Modernize TestThreadStepOut.py

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 28 12:41:40 PDT 2019


aprantl added inline comments.


================
Comment at: lldb/packages/Python/lldbsuite/test/lldbutil.py:781
 
-    test.assertTrue(len(threads) == 1, "Expected 1 thread to stop at breakpoint, %d did."%(len(threads)))
+    num_threads = len(threads)
+    if only_one_thread:
----------------
this isn't used in the next condition?


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69453/new/

https://reviews.llvm.org/D69453





More information about the lldb-commits mailing list