Limit the amount of time the test will run
authorChris Lattner <sabre@nondot.org>
Thu, 23 Jan 2003 16:52:04 +0000 (16:52 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 23 Jan 2003 16:52:04 +0000 (16:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5413 91177308-0d34-0410-b5e6-96231b3b80d8

test/Assembler/2002-07-08-HugePerformanceProblem.llx

index 4a86d3e1a17b1a98498bf789d634ced836189682..6335c8bce85134f2fdef0563836aa2454074b5f7 100644 (file)
@@ -1,6 +1,8 @@
 ; This file takes about 48 __MINUTES__ to assemble using as.  This is WAY too
 ; long.  The type resolution code needs to be sped up a lot.   
 
+; RUN: ulimit -t 20; as < %s
+
        %ALL_INTERSECTIONS_METHOD = type int (%OBJECT*, %RAY*, %ISTACK*)*
        %BBOX = type { %BBOX_VECT, %BBOX_VECT }
        %BBOX_TREE = type { short, short, %BBOX, %BBOX_TREE** }