Disable a large test for EXPENSIVE_CHECKS and debug build
authorjasonliu <jasonliu.development@gmail.com>
Wed, 16 Sep 2020 21:51:41 +0000 (21:51 +0000)
committerjasonliu <jasonliu.development@gmail.com>
Wed, 16 Sep 2020 21:57:34 +0000 (21:57 +0000)
commit1321160a26e7e489baf9b10d6de90a342f898960
tree9bf9c7a7897fe8bfc624d223ad0b948aef7d8467
parentdd3eb3f33239b23a12dd8864ae236390adf79550
Disable a large test for EXPENSIVE_CHECKS and debug build

Summary:
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.

Reviewed By: hubert.reinterpretcast

Differential Revision: https://reviews.llvm.org/D87794
llvm/test/CMakeLists.txt
llvm/test/CodeGen/PowerPC/aix-overflow-toc.py
llvm/test/lit.cfg.py
llvm/test/lit.site.cfg.py.in