[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 05:55:20 PDT 2025


================
@@ -0,0 +1,23 @@
+# ALLOW_RETRIES: 3
+# RUN: "%python" "%s" "%counter"
----------------
kwk wrote:

In this call: `RUN: "%python" "%s" "%counter"`, `%counter` is the `sys.argv[1]`. Or am I completely misunderstanding this?

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


More information about the llvm-commits mailing list