[Lldb-commits] [lldb] [lldb] Improving dotest script flags. (PR #143797)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 12 01:17:08 PDT 2025


DavidSpickett wrote:

When I need to do this I always end up on https://stackoverflow.com/questions/12967232/repeatedly-run-a-shell-command-until-it-fails.

lit does not have a built in way to do this. I know libcxx has something that will repeat failing tests, but not for running it N times regardless.

Unlikely anyone is going to do a big migration effort though so I'd be ok with having fewer broken options.

https://github.com/llvm/llvm-project/pull/143797


More information about the lldb-commits mailing list