[tests] Cleanup initialization of test suffixes.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 16 Aug 2013 00:37:11 +0000 (00:37 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 16 Aug 2013 00:37:11 +0000 (00:37 +0000)
commit24ec2e5a72d7fca58f8ae2b3c01501a9927ef04e
treea6dc925b56c3886f97483599009ecee88fc1fb3e
parent4658ce9c1f023ca8198add9eabc9ec466d23c8cb
[tests] Cleanup initialization of test suffixes.

 - Instead of setting the suffixes in a bunch of places, just set one master
   list in the top-level config. We now only modify the suffix list in a few
   suites that have one particular unique suffix (.ml, .mc, .yaml, .td, .py).

 - Aside from removing the need for a bunch of lit.local.cfg files, this enables
   4 tests that were inadvertently being skipped (one in
   Transforms/BranchFolding, a .s file each in DebugInfo/AArch64 and
   CodeGen/PowerPC, and one in CodeGen/SI which is now failing and has been
   XFAILED).

 - This commit also fixes a bunch of config files to use config.root instead of
   older copy-pasted code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188513 91177308-0d34-0410-b5e6-96231b3b80d8
157 files changed:
test/Analysis/BasicAA/lit.local.cfg [deleted file]
test/Analysis/BlockFrequencyInfo/lit.local.cfg [deleted file]
test/Analysis/BranchProbabilityInfo/lit.local.cfg [deleted file]
test/Analysis/CallGraph/lit.local.cfg [deleted file]
test/Analysis/CostModel/ARM/lit.local.cfg
test/Analysis/CostModel/PowerPC/lit.local.cfg
test/Analysis/CostModel/X86/lit.local.cfg
test/Analysis/CostModel/lit.local.cfg [deleted file]
test/Analysis/DependenceAnalysis/lit.local.cfg [deleted file]
test/Analysis/Dominators/lit.local.cfg [deleted file]
test/Analysis/GlobalsModRef/lit.local.cfg [deleted file]
test/Analysis/LoopInfo/lit.local.cfg [deleted file]
test/Analysis/MemoryDependenceAnalysis/lit.local.cfg [deleted file]
test/Analysis/PostDominators/lit.local.cfg [deleted file]
test/Analysis/Profiling/lit.local.cfg
test/Analysis/RegionInfo/lit.local.cfg [deleted file]
test/Analysis/ScalarEvolution/lit.local.cfg [deleted file]
test/Analysis/TypeBasedAliasAnalysis/lit.local.cfg [deleted file]
test/Assembler/lit.local.cfg [deleted file]
test/Bindings/Ocaml/lit.local.cfg
test/Bitcode/lit.local.cfg [deleted file]
test/BugPoint/lit.local.cfg [deleted file]
test/CodeGen/AArch64/lit.local.cfg
test/CodeGen/ARM/lit.local.cfg
test/CodeGen/CPP/lit.local.cfg
test/CodeGen/Generic/lit.local.cfg [deleted file]
test/CodeGen/Hexagon/lit.local.cfg
test/CodeGen/MSP430/lit.local.cfg
test/CodeGen/Mips/lit.local.cfg
test/CodeGen/NVPTX/lit.local.cfg
test/CodeGen/PowerPC/lit.local.cfg
test/CodeGen/R600/lit.local.cfg
test/CodeGen/SI/lit.local.cfg [new file with mode: 0644]
test/CodeGen/SI/sanity.ll
test/CodeGen/SPARC/lit.local.cfg
test/CodeGen/SystemZ/lit.local.cfg
test/CodeGen/Thumb/lit.local.cfg
test/CodeGen/Thumb2/lit.local.cfg
test/CodeGen/X86/GC/lit.local.cfg
test/CodeGen/X86/lit.local.cfg
test/CodeGen/XCore/lit.local.cfg
test/DebugInfo/AArch64/lit.local.cfg
test/DebugInfo/Inputs/lit.local.cfg [deleted file]
test/DebugInfo/PowerPC/lit.local.cfg
test/DebugInfo/SystemZ/lit.local.cfg
test/DebugInfo/X86/lit.local.cfg
test/DebugInfo/lit.local.cfg [deleted file]
test/ExecutionEngine/MCJIT/lit.local.cfg
test/ExecutionEngine/MCJIT/remote/lit.local.cfg
test/ExecutionEngine/RuntimeDyld/lit.local.cfg [deleted file]
test/ExecutionEngine/lit.local.cfg
test/Feature/lit.local.cfg [deleted file]
test/FileCheck/lit.local.cfg [deleted file]
test/Instrumentation/AddressSanitizer/X86/lit.local.cfg
test/Instrumentation/AddressSanitizer/lit.local.cfg [deleted file]
test/Instrumentation/BoundsChecking/lit.local.cfg [deleted file]
test/Instrumentation/DataFlowSanitizer/lit.local.cfg [deleted file]
test/Instrumentation/MemorySanitizer/lit.local.cfg [deleted file]
test/Instrumentation/ThreadSanitizer/lit.local.cfg [deleted file]
test/Integer/lit.local.cfg [deleted file]
test/JitListener/lit.local.cfg
test/Linker/lit.local.cfg [deleted file]
test/MC/AArch64/lit.local.cfg
test/MC/ARM/AlignedBundling/lit.local.cfg
test/MC/ARM/lit.local.cfg
test/MC/AsmParser/lit.local.cfg
test/MC/COFF/lit.local.cfg
test/MC/Disassembler/AArch64/lit.local.cfg
test/MC/Disassembler/ARM/lit.local.cfg
test/MC/Disassembler/Mips/lit.local.cfg
test/MC/Disassembler/SystemZ/lit.local.cfg
test/MC/Disassembler/X86/lit.local.cfg
test/MC/Disassembler/XCore/lit.local.cfg
test/MC/ELF/lit.local.cfg
test/MC/MachO/ARM/lit.local.cfg
test/MC/MachO/lit.local.cfg
test/MC/Mips/lit.local.cfg
test/MC/PowerPC/lit.local.cfg
test/MC/SystemZ/lit.local.cfg
test/MC/X86/AlignedBundling/lit.local.cfg
test/MC/X86/lit.local.cfg
test/Object/Mips/lit.local.cfg
test/Object/X86/lit.local.cfg
test/Other/X86/lit.local.cfg
test/Other/lit.local.cfg [deleted file]
test/Transforms/ADCE/lit.local.cfg [deleted file]
test/Transforms/ArgumentPromotion/lit.local.cfg [deleted file]
test/Transforms/BBVectorize/lit.local.cfg
test/Transforms/BlockPlacement/lit.local.cfg [deleted file]
test/Transforms/CodeExtractor/lit.local.cfg [deleted file]
test/Transforms/CodeGenPrepare/lit.local.cfg [deleted file]
test/Transforms/ConstProp/lit.local.cfg [deleted file]
test/Transforms/ConstantMerge/lit.local.cfg [deleted file]
test/Transforms/CorrelatedValuePropagation/lit.local.cfg [deleted file]
test/Transforms/DeadArgElim/lit.local.cfg [deleted file]
test/Transforms/DeadStoreElimination/lit.local.cfg [deleted file]
test/Transforms/DebugIR/lit.local.cfg [deleted file]
test/Transforms/EarlyCSE/lit.local.cfg [deleted file]
test/Transforms/FunctionAttrs/lit.local.cfg [deleted file]
test/Transforms/GCOVProfiling/lit.local.cfg [deleted file]
test/Transforms/GVN/lit.local.cfg [deleted file]
test/Transforms/GlobalDCE/lit.local.cfg [deleted file]
test/Transforms/GlobalOpt/lit.local.cfg [deleted file]
test/Transforms/IPConstantProp/lit.local.cfg [deleted file]
test/Transforms/IndVarSimplify/lit.local.cfg [deleted file]
test/Transforms/Inline/lit.local.cfg [deleted file]
test/Transforms/InstCombine/lit.local.cfg [deleted file]
test/Transforms/InstSimplify/lit.local.cfg [deleted file]
test/Transforms/Internalize/lit.local.cfg [deleted file]
test/Transforms/JumpThreading/lit.local.cfg [deleted file]
test/Transforms/LCSSA/lit.local.cfg [deleted file]
test/Transforms/LICM/lit.local.cfg [deleted file]
test/Transforms/LoopDeletion/lit.local.cfg [deleted file]
test/Transforms/LoopIdiom/X86/lit.local.cfg
test/Transforms/LoopIdiom/lit.local.cfg [deleted file]
test/Transforms/LoopRotate/lit.local.cfg [deleted file]
test/Transforms/LoopSimplify/lit.local.cfg [deleted file]
test/Transforms/LoopStrengthReduce/ARM/lit.local.cfg
test/Transforms/LoopStrengthReduce/X86/lit.local.cfg
test/Transforms/LoopStrengthReduce/lit.local.cfg [deleted file]
test/Transforms/LoopUnroll/lit.local.cfg [deleted file]
test/Transforms/LoopUnswitch/lit.local.cfg [deleted file]
test/Transforms/LoopVectorize/ARM/lit.local.cfg
test/Transforms/LoopVectorize/X86/lit.local.cfg
test/Transforms/LoopVectorize/lit.local.cfg [deleted file]
test/Transforms/LowerAtomic/lit.local.cfg [deleted file]
test/Transforms/LowerExpectIntrinsic/lit.local.cfg [deleted file]
test/Transforms/LowerInvoke/lit.local.cfg [deleted file]
test/Transforms/LowerSwitch/lit.local.cfg [deleted file]
test/Transforms/Mem2Reg/lit.local.cfg [deleted file]
test/Transforms/MemCpyOpt/lit.local.cfg [deleted file]
test/Transforms/MergeFunc/lit.local.cfg [deleted file]
test/Transforms/MetaRenamer/lit.local.cfg [deleted file]
test/Transforms/ObjCARC/lit.local.cfg [deleted file]
test/Transforms/PhaseOrdering/lit.local.cfg [deleted file]
test/Transforms/PruneEH/lit.local.cfg [deleted file]
test/Transforms/Reassociate/lit.local.cfg [deleted file]
test/Transforms/Reg2Mem/lit.local.cfg [deleted file]
test/Transforms/SCCP/lit.local.cfg [deleted file]
test/Transforms/SLPVectorizer/X86/lit.local.cfg
test/Transforms/SLPVectorizer/lit.local.cfg [deleted file]
test/Transforms/SROA/lit.local.cfg [deleted file]
test/Transforms/ScalarRepl/lit.local.cfg [deleted file]
test/Transforms/SimplifyCFG/SPARC/lit.local.cfg
test/Transforms/SimplifyCFG/X86/lit.local.cfg
test/Transforms/SimplifyCFG/lit.local.cfg [deleted file]
test/Transforms/Sink/lit.local.cfg [deleted file]
test/Transforms/StripSymbols/lit.local.cfg [deleted file]
test/Transforms/StructurizeCFG/lit.local.cfg [deleted file]
test/Transforms/TailCallElim/lit.local.cfg [deleted file]
test/Transforms/TailDup/X86/lit.local.cfg
test/Transforms/TailDup/lit.local.cfg
test/Verifier/lit.local.cfg [deleted file]
test/lit.cfg
test/tools/llvm-lit/lit.local.cfg [deleted file]
test/tools/llvm-objdump/lit.local.cfg
test/tools/llvm-readobj/lit.local.cfg [deleted file]