[llvm] [lit] add --max-retries-per-test execution option (PR #141851)
Thomas Preud'homme via llvm-commits
llvm-commits at lists.llvm.org
Fri May 30 05:38:54 PDT 2025
================
@@ -199,6 +199,13 @@ def parse_args():
"0 means no time limit. [Default: 0]",
type=_non_negative_int,
)
+ execution_group.add_argument(
+ "--max-retries-per-test",
+ dest="maxRetriesPerTest",
+ metavar="N",
+ help="Maximum number of allowed retry attempts per test (NOTE: ALLOWED_RETRIES keyword always takes precedence)",
----------------
RoboTux wrote:
Should we mention the test_retry_attempts as well in the note?
https://github.com/llvm/llvm-project/pull/141851
More information about the llvm-commits
mailing list