[all-commits] [llvm/llvm-project] ad871e: [compiler-rt] Disable fuzzer large.test when LLVM_...

Alex Lorenz via All-commits all-commits at lists.llvm.org
Tue Dec 3 14:38:02 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ad871e42958ed94f0a27b0ba173cff4e00b5ee61
      https://github.com/llvm/llvm-project/commit/ad871e42958ed94f0a27b0ba173cff4e00b5ee61
  Author: Alex Lorenz <arphaman at gmail.com>
  Date:   2019-12-03 (Tue, 03 Dec 2019)

  Changed paths:
    M compiler-rt/test/CMakeLists.txt
    M compiler-rt/test/fuzzer/large.test
    M compiler-rt/test/lit.common.cfg.py
    M compiler-rt/test/lit.common.configured.in
    M llvm/cmake/modules/LLVMConfig.cmake.in

  Log Message:
  -----------
  [compiler-rt] Disable fuzzer large.test when LLVM_ENABLE_EXPENSIVE_CHECKS=ON

This test is timing out on Green Dragon http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-expensive/
and looks like it's not executed on other bots with expensive checks
enabled
http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-ubuntu
http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win

The test times out at the C++ source file takes too long to build (2+ hours on my machine), as
clang spends a lot of time in IR/MIR verifiers.

Differential Revision: https://reviews.llvm.org/D70024




More information about the All-commits mailing list