[llvm-commits] [poolalloc] r137269 - /poolalloc/branches/release_27/test/Makefile

Will Dietz wdietz2 at illinois.edu
Wed Aug 10 16:05:53 PDT 2011


Author: wdietz2
Date: Wed Aug 10 18:05:53 2011
New Revision: 137269

URL: http://llvm.org/viewvc/llvm-project?rev=137269&view=rev
Log:
Remove ULIMIT on lit tests--type-checking runtime needs lots of memory!

For now, we'll just have to trust the tests to be well-behaved enough.
We _could_ switch the tracking runtime for tests to store metadata
in a simple set or so, but then we wouldn't be testing the actual runtime
used in experiments.

Modified:
    poolalloc/branches/release_27/test/Makefile

Modified: poolalloc/branches/release_27/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/poolalloc/branches/release_27/test/Makefile?rev=137269&r1=137268&r2=137269&view=diff
==============================================================================
--- poolalloc/branches/release_27/test/Makefile (original)
+++ poolalloc/branches/release_27/test/Makefile Wed Aug 10 18:05:53 2011
@@ -486,7 +486,7 @@
 
 #Run the lit tests for this project
 lit: lit.site.cfg $(TOOLS)
-	$(SETPATH) $(MAKE) -C $(LLVM_OBJ_ROOT)/test check-local-lit TESTSUITE=$(TESTSUITE)
+	$(SETPATH) $(MAKE) -C $(LLVM_OBJ_ROOT)/test check-local-lit TESTSUITE=$(TESTSUITE) ULIMIT=
 
 #Run the lit tests, but supress all error output--just report the test results.
 lit-report: lit.site.cfg $(TOOLS)





More information about the llvm-commits mailing list