[llvm] r322983 - [SystemZ] Run branch-12.ll test only if long tests enabled
Ulrich Weigand via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 19 11:51:38 PST 2018
Author: uweigand
Date: Fri Jan 19 11:51:38 2018
New Revision: 322983
URL: http://llvm.org/viewvc/llvm-project?rev=322983&view=rev
Log:
[SystemZ] Run branch-12.ll test only if long tests enabled
This avoids excessive test run times e.g. with expensive checks enabled.
Added:
llvm/trunk/test/CodeGen/SystemZ/Large/branch-01.ll
- copied unchanged from r322981, llvm/trunk/test/CodeGen/SystemZ/branch-12.ll
Removed:
llvm/trunk/test/CodeGen/SystemZ/branch-12.ll
Modified:
llvm/trunk/test/CodeGen/SystemZ/Large/lit.local.cfg
Modified: llvm/trunk/test/CodeGen/SystemZ/Large/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/SystemZ/Large/lit.local.cfg?rev=322983&r1=322982&r2=322983&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/SystemZ/Large/lit.local.cfg (original)
+++ llvm/trunk/test/CodeGen/SystemZ/Large/lit.local.cfg Fri Jan 19 11:51:38 2018
@@ -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.
More information about the llvm-commits
mailing list