add note about failed tests on memory starved systems (from
Gurusamy Sarathy [Thu, 2 Mar 2000 21:06:49 +0000 (21:06 +0000)]
Andy Dougherty)

p4raw-id: //depot/perl@5455

INSTALL

diff --git a/INSTALL b/INSTALL
index bb0eeb0..7a3a0c5 100644 (file)
--- 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: