From: Chris Lattner Date: Thu, 23 Jan 2003 16:52:04 +0000 (+0000) Subject: Limit the amount of time the test will run X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4767e01a4ef59a2b6872fe0850dbd3de945c1448;p=oota-llvm.git Limit the amount of time the test will run git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5413 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Assembler/2002-07-08-HugePerformanceProblem.llx b/test/Assembler/2002-07-08-HugePerformanceProblem.llx index 4a86d3e1a17..6335c8bce85 100644 --- a/test/Assembler/2002-07-08-HugePerformanceProblem.llx +++ b/test/Assembler/2002-07-08-HugePerformanceProblem.llx @@ -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** }