[PATCH] D47062: Suggest lldb-dotest to reproduce a failure.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 18 08:31:18 PDT 2018


aprantl added inline comments.


================
Comment at: packages/Python/lldbsuite/test/dosep.py:122
             print("[%s FAILED]%s" % (name, timeout_str), file=sys.stderr)
-            print("Command invoked: %s" % ' '.join(command), file=sys.stderr)
+            print("Reproduce with: lldb-dotest -f {}".format(name), file=sys.stderr)
         update_progress(name)
----------------
What do you think about adding the full path to lldb-dotest? I usually have at least three concurrent checkouts of lldb at any time.


Repository:
  rL LLVM

https://reviews.llvm.org/D47062





More information about the llvm-commits mailing list