[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:57:28 PDT 2025
================
@@ -0,0 +1,23 @@
+# ALLOW_RETRIES: 3
+# RUN: "%python" "%s" "%counter"
----------------
kwk wrote:
It would maybe be possible to share the test file across two of the tests that don't modify `ALLOW_RETRIES:` in the test file. But the test file is being used in several other places as well. And so I continued in that habit.
https://github.com/llvm/llvm-project/pull/141851
More information about the llvm-commits
mailing list