[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:09:50 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)",
----------------
kwk wrote:
Done in fa4abfd4ac40a3c6c97c6d4162b772099a781fd0
https://github.com/llvm/llvm-project/pull/141851
More information about the llvm-commits
mailing list