From: Gurusamy Sarathy Date: Thu, 2 Mar 2000 21:06:49 +0000 (+0000) Subject: add note about failed tests on memory starved systems (from X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7970f296db4882557630b778d4f82fed186f19e2;p=p5sagit%2Fp5-mst-13.2.git add note about failed tests on memory starved systems (from Andy Dougherty) p4raw-id: //depot/perl@5455 --- diff --git a/INSTALL b/INSTALL index bb0eeb0..7a3a0c5 100644 --- a/INSTALL +++ b/INSTALL @@ -1594,10 +1594,8 @@ external program. On some systems, particularly those with smaller amounts of RAM, some of the tests in t/op/pat.t may fail with an "Out of memory" message. -Specifically, in perl5.004_64, tests 74 and 78 have been reported to -fail on some systems. On my SparcStation IPC with 8 MB of RAM, test 78 -will fail if the system is running any other significant tasks at the -same time. +For example, on my SparcStation IPC with 12 MB of RAM, in perl5.5.670, +test 85 will fail if run under either t/TEST or t/harness. Try stopping other jobs on the system and then running the test by itself: