JDevlieghere abandoned this revision.
JDevlieghere added a comment.
Alright, let's keep it 👍
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66908/new/
https://reviews.llvm.org/D66908
___
lldb-commits mailing list
ll
jingham requested changes to this revision.
jingham added a comment.
This revision now requires changes to proceed.
I use -# for running single tests multiple times. This is useful particularly
if you have a test that only fails sometimes, you can do:
$ lldb-dotest -p testname.py -d -#400
th
JDevlieghere created this revision.
JDevlieghere added a reviewer: LLDB.
Herald added a project: LLDB.
Rerunning the test suite is not something that dotest.py should be responsible
for. This is another step towards making lit the driver and dotest the test
framework.
Repository:
rLLDB LLDB