[Lldb-commits] [PATCH] D47062: Suggest lldb-dotest to reproduce a failure.
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri May 18 06:40:45 PDT 2018
JDevlieghere created this revision.
JDevlieghere added reviewers: labath, davide, aprantl.
Rather than trying to figure out what arguments to pass to `dotest.py`, suggest using `lldb-dotest`. Athough this obviously won't work for all invocations (i.e. when you're passing custom arguments to `lldb-dotest`) it will work in the most common case (which is unfortunately not true today).
Repository:
rL LLVM
https://reviews.llvm.org/D47062
Files:
packages/Python/lldbsuite/test/dosep.py
packages/Python/lldbsuite/test/dotest.py
packages/Python/lldbsuite/test/lldbtest.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47062.147496.patch
Type: text/x-patch
Size: 4532 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180518/f8928735/attachment-0001.bin>
More information about the lldb-commits
mailing list