[libcxx-commits] [libcxx] [llvm] [utils] update how auto-updated tests are displayed when the test is retried (PR #181097)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 13 11:30:44 PST 2026


https://github.com/ldionne commented:

I think I added `ALLOW_RETRIES` back in the days, and since then my thinking has evolved that this was probably not worth doing. We've actually been refactoring our tests to remove those, and grepping through the monorepo, it seems that there aren't many `ALLOW_RETRIES` tests left anymore. I'm not familiar with that "test updater" is so I think I am missing the whole point of this PR, but in case the only motivation for this change is `ALLOW_RETRIES`, I think it might be better to clean up the few remaining uses of that feature and then not have to do this.

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


More information about the libcxx-commits mailing list