From ac04d9b8e5f1d9668ed17977784bd844477c8cfc Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Fri, 19 Jan 2018 19:51:38 +0000 Subject: [PATCH] [SystemZ] Run branch-12.ll test only if long tests enabled This avoids excessive test run times e.g. with expensive checks enabled. llvm-svn: 322983 --- llvm/test/CodeGen/SystemZ/{branch-12.ll => Large/branch-01.ll} | 0 llvm/test/CodeGen/SystemZ/Large/lit.local.cfg | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename llvm/test/CodeGen/SystemZ/{branch-12.ll => Large/branch-01.ll} (100%) diff --git a/llvm/test/CodeGen/SystemZ/branch-12.ll b/llvm/test/CodeGen/SystemZ/Large/branch-01.ll similarity index 100% rename from llvm/test/CodeGen/SystemZ/branch-12.ll rename to llvm/test/CodeGen/SystemZ/Large/branch-01.ll diff --git a/llvm/test/CodeGen/SystemZ/Large/lit.local.cfg b/llvm/test/CodeGen/SystemZ/Large/lit.local.cfg index d9d464726135..dcfac5b37ba3 100644 --- a/llvm/test/CodeGen/SystemZ/Large/lit.local.cfg +++ b/llvm/test/CodeGen/SystemZ/Large/lit.local.cfg @@ -1,4 +1,4 @@ -config.suffixes = ['.py'] +config.suffixes = [ '.ll', '.py' ] # These tests take on the order of seconds to run, so skip them unless # we're running long tests.