Revert the test from r88984. It relies on being able to mmap 16GB of
authorJeffrey Yasskin <jyasskin@google.com>
Mon, 16 Nov 2009 23:32:30 +0000 (23:32 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Mon, 16 Nov 2009 23:32:30 +0000 (23:32 +0000)
commitfeada9462b4917fe48e18fca8d21335b3c51e802
treee5c95298ea75b957dd1247fcc8e7c5fc54d21d41
parent9f07f3b009b8c82e0d8d314c8ac8883a4478a4ac
Revert the test from r88984. It relies on being able to mmap 16GB of
address space (though it only uses a small fraction of that), and the
buildbots disallow that.

Also add a comment to the Makefile's ulimit line warning future
developers that changing it won't work.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88994 91177308-0d34-0410-b5e6-96231b3b80d8
test/Makefile
unittests/ExecutionEngine/JIT/JITTest.cpp