[llvm] [lit] add --max-retries-per-test execution option (PR #141851)
Konrad Kleine via llvm-commits
llvm-commits at lists.llvm.org
Fri May 30 06:32:35 PDT 2025
================
@@ -0,0 +1,23 @@
+# ALLOW_RETRIES: 3
+# RUN: "%python" "%s" "%counter"
----------------
kwk wrote:
I haven't found an example of how to do this in the existing lit tests. Separating the tests into their own distinct folder seemed the clearest to me.
https://github.com/llvm/llvm-project/pull/141851
More information about the llvm-commits
mailing list