Fixes #59464
Details
Details
- Reviewers
ldionne Mordante - Group Reviewers
Restricted Project - Commits
- rG70b716db965a: [libc++] Add ALLOW_RETRIES to a few flaky tests
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for working on this. Did you check whether there are other flacky tests?
LGTM, but make sure the CI is green.
libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ranges.transform.pass.cpp | ||
---|---|---|
1–2 ↗ | (On Diff #489671) | This one is not flaky, it's simply too slow. I would instead split it up. I'd rather not use ALLOW_RETRIES since that isn't what it was meant for -- it was meant to help with tests that are inherently timing-sensitive, not with tests that are just too slow. For example, if ranges.transform.pass.cpp were to fail due to a legitimate problem in the code, it wouldn't make sense to retry it 3 times. |