[libcxx-commits] [libcxx] [libcxx] [test] Add a test parameter for disabling memory intensive tests (PR #68214)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Oct 4 15:39:04 PDT 2023
ldionne wrote:
I have a slight problem with these kinds of Lit features, because what's considered "large" or "slow" is entirely subjective. This is also the reason why `long-tests` is not a great Lit parameter, and in fact I've contemplated removing it IDK how many times.
Instead, I think it would be better to have a way to exclude tests that time out after a certain amount of time, or that bypass some system limits like rlimits. WDYT?
https://github.com/llvm/llvm-project/pull/68214
More information about the libcxx-commits
mailing list