Adding subdirectory dg.exp files in order to be able to use dejagnu to only run speci...
authorTanya Lattner <tonic@nondot.org>
Sat, 13 Nov 2004 23:00:45 +0000 (23:00 +0000)
committerTanya Lattner <tonic@nondot.org>
Sat, 13 Nov 2004 23:00:45 +0000 (23:00 +0000)
commit28b372f1d3653a10f44b7769bc8d534f38475516
treebe61a4ccc5c1b5da1e1b6df260816b0baa364595
parentde942dc12d8f2b68124c1e5e466954d5f9ee7c23
Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17712 91177308-0d34-0410-b5e6-96231b3b80d8
62 files changed:
test/Analysis/Andersens/dg.exp [new file with mode: 0644]
test/Analysis/BasicAA/dg.exp [new file with mode: 0644]
test/Analysis/DSGraph/dg.exp [new file with mode: 0644]
test/Analysis/Dominators/dg.exp [new file with mode: 0644]
test/Analysis/GlobalsModRef/dg.exp [new file with mode: 0644]
test/Analysis/LoadVN/dg.exp [new file with mode: 0644]
test/Analysis/LoopInfo/dg.exp [new file with mode: 0644]
test/Assembler/dg.exp [new file with mode: 0644]
test/BugPoint/dg.exp [new file with mode: 0644]
test/Bytecode/dg.exp [new file with mode: 0644]
test/C++Frontend/dg.exp [new file with mode: 0644]
test/CFrontend/dg.exp [new file with mode: 0644]
test/CodeGen/CBackend/dg.exp [new file with mode: 0644]
test/CodeGen/Generic/dg.exp [new file with mode: 0644]
test/CodeGen/PowerPC/dg.exp [new file with mode: 0644]
test/CodeGen/SparcV9/dg.exp [new file with mode: 0644]
test/CodeGen/X86/dg.exp [new file with mode: 0644]
test/Debugger/dg.exp [new file with mode: 0644]
test/ExecutionEngine/dg.exp [new file with mode: 0644]
test/Linker/dg.exp [new file with mode: 0644]
test/Other/dg.exp [new file with mode: 0644]
test/TableGen/dg.exp [new file with mode: 0644]
test/Transforms/ADCE/dg.exp [new file with mode: 0644]
test/Transforms/ArgumentPromotion/dg.exp [new file with mode: 0644]
test/Transforms/BlockPlacement/dg.exp [new file with mode: 0644]
test/Transforms/BranchCombine/dg.exp [new file with mode: 0644]
test/Transforms/CodeExtractor/dg.exp [new file with mode: 0644]
test/Transforms/ConstProp/dg.exp [new file with mode: 0644]
test/Transforms/ConstantMerge/dg.exp [new file with mode: 0644]
test/Transforms/CorrelatedExprs/dg.exp [new file with mode: 0644]
test/Transforms/DSAnalysis/dg.exp [new file with mode: 0644]
test/Transforms/DeadArgElim/dg.exp [new file with mode: 0644]
test/Transforms/DeadStoreElimination/dg.exp [new file with mode: 0644]
test/Transforms/DecomposeMultiDimRefs/dg.exp [new file with mode: 0644]
test/Transforms/FunctionResolve/dg.exp [new file with mode: 0644]
test/Transforms/GCSE/dg.exp [new file with mode: 0644]
test/Transforms/GlobalDCE/dg.exp [new file with mode: 0644]
test/Transforms/GlobalOpt/dg.exp [new file with mode: 0644]
test/Transforms/IPConstantProp/dg.exp [new file with mode: 0644]
test/Transforms/IndVarsSimplify/dg.exp [new file with mode: 0644]
test/Transforms/Inline/dg.exp [new file with mode: 0644]
test/Transforms/InstCombine/dg.exp [new file with mode: 0644]
test/Transforms/LICM/dg.exp [new file with mode: 0644]
test/Transforms/LevelRaise/dg.exp [new file with mode: 0644]
test/Transforms/LoopSimplify/dg.exp [new file with mode: 0644]
test/Transforms/LoopUnroll/dg.exp [new file with mode: 0644]
test/Transforms/LoopUnswitch/dg.exp [new file with mode: 0644]
test/Transforms/LowerInvoke/dg.exp [new file with mode: 0644]
test/Transforms/LowerSetJmp/dg.exp [new file with mode: 0644]
test/Transforms/LowerSwitch/dg.exp [new file with mode: 0644]
test/Transforms/Mem2Reg/dg.exp [new file with mode: 0644]
test/Transforms/PRE/dg.exp [new file with mode: 0644]
test/Transforms/ProfilePaths/dg.exp [new file with mode: 0644]
test/Transforms/PruneEH/dg.exp [new file with mode: 0644]
test/Transforms/RaiseAllocations/dg.exp [new file with mode: 0644]
test/Transforms/Reassociate/dg.exp [new file with mode: 0644]
test/Transforms/SCCP/dg.exp [new file with mode: 0644]
test/Transforms/ScalarRepl/dg.exp [new file with mode: 0644]
test/Transforms/SimplifyCFG/dg.exp [new file with mode: 0644]
test/Transforms/TailCallElim/dg.exp [new file with mode: 0644]
test/Transforms/TailDup/dg.exp [new file with mode: 0644]
test/Verifier/dg.exp [new file with mode: 0644]