[all-commits] [llvm/llvm-project] 132116: Disable a large test for EXPENSIVE_CHECKS and debu...

jasonliudev via All-commits all-commits at lists.llvm.org
Wed Sep 16 14:58:04 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1321160a26e7e489baf9b10d6de90a342f898960
      https://github.com/llvm/llvm-project/commit/1321160a26e7e489baf9b10d6de90a342f898960
  Author: jasonliu <jasonliu.development at gmail.com>
  Date:   2020-09-16 (Wed, 16 Sep 2020)

  Changed paths:
    M llvm/test/CMakeLists.txt
    M llvm/test/CodeGen/PowerPC/aix-overflow-toc.py
    M llvm/test/lit.cfg.py
    M llvm/test/lit.site.cfg.py.in

  Log Message:
  -----------
  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




More information about the All-commits mailing list