[all-commits] [llvm/llvm-project] c042af: [NFC] Disallow unused prefixes under llvm/test

Mircea Trofin via All-commits all-commits at lists.llvm.org
Thu Jan 21 20:36:52 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c042aff8860df3cad2b274bf0a495e83ae36ddee
      https://github.com/llvm/llvm-project/commit/c042aff8860df3cad2b274bf0a495e83ae36ddee
  Author: Mircea Trofin <mtrofin at google.com>
  Date:   2021-01-21 (Thu, 21 Jan 2021)

  Changed paths:
    R llvm/test/Analysis/lit.local.cfg
    R llvm/test/CodeGen/lit.local.cfg
    M llvm/test/FileCheck/lit.local.cfg
    M llvm/test/Instrumentation/AddressSanitizer/global_metadata_array.ll
    M llvm/test/Instrumentation/HWAddressSanitizer/basic.ll
    M llvm/test/Instrumentation/HWAddressSanitizer/prologue.ll
    M llvm/test/Instrumentation/MemorySanitizer/array_types.ll
    M llvm/test/Instrumentation/MemorySanitizer/check-array.ll
    M llvm/test/Instrumentation/MemorySanitizer/check-struct.ll
    M llvm/test/Instrumentation/MemorySanitizer/freeze.ll
    M llvm/test/Instrumentation/MemorySanitizer/msan_asm_conservative.ll
    M llvm/test/Instrumentation/MemorySanitizer/msan_eager.ll
    M llvm/test/Instrumentation/MemorySanitizer/msan_x86_bts_asm.ll
    M llvm/test/Instrumentation/MemorySanitizer/reduce.ll
    M llvm/test/MC/AArch64/lit.local.cfg
    M llvm/test/MC/AMDGPU/lit.local.cfg
    M llvm/test/MC/ARM/lit.local.cfg
    M llvm/test/MC/RISCV/lit.local.cfg
    R llvm/test/Other/lit.local.cfg
    A llvm/test/Reduce/lit.local.cfg
    R llvm/test/Transforms/lit.local.cfg
    M llvm/test/lit.cfg.py

  Log Message:
  -----------
  [NFC] Disallow unused prefixes under llvm/test

This patch sets the default for llvm tests, with the exception of tests
under Reduce, because quite a few of them use 'FileCheck' as parameter
to a tool, and including a flag as that parameter would complicate
matters.

The rest of the patch undo-es the lit.local.cfg changes we progressively
introduced as temporary measure to avoid regressions under various
directories.

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




More information about the All-commits mailing list