When running a large test in LLVM_ENABLE_EXPENSIVE_CHECKS=ON mode, buildbot could hit timeout.
Disable the test when this mode is on.
Also disable it for debug so that the test won't hang for too long.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/PowerPC/aix-overflow-toc.py | ||
---|---|---|
1 | Let's also disable this for debug builds (we were told it takes too long at 30 seconds). |
Comment Actions
LGTM (given similar handling for debug builds). Thanks @jasonliu for finding a way to disable this selectively.
Let's also disable this for debug builds (we were told it takes too long at 30 seconds).