X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FMakefile;h=e7776f8459de05b3b574a964e6560a03cfcb0b68;hb=9e6d1d1f5034347d237941f1bf08fba5c1583cd3;hp=1387d56cb199f703b84067bb85acbd7ce69b6cea;hpb=4080d10b4ba943830865945546028d6a975ad964;p=oota-llvm.git diff --git a/test/Makefile b/test/Makefile index 1387d56cb19..e7776f8459d 100644 --- a/test/Makefile +++ b/test/Makefile @@ -75,6 +75,8 @@ ifdef IGNORE_TESTS RUNTESTFLAGS += --ignore "$(strip $(IGNORE_TESTS))" endif +# ulimits like these are redundantly enforced by the buildbots, so +# just removing them here won't work. # Both AuroraUX & Solaris do not have the -m flag for ulimit ifeq ($(HOST_OS),SunOS) ULIMIT=ulimit -t 600 ; ulimit -d 512000 ; ulimit -v 512000 ;