summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-01-13 19:50:23 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-13 19:50:23 +0000
commitc29923ffebde8eaa9919005d3d7a2afd2de55d50 (patch)
tree7a3ac717513c1dd93c3c7c41e913d958d4ac5a81 /INSTALL
parentd2876be5b271f570ff7582f2abd26166bc9d3060 (diff)
downloadperl-c29923ffebde8eaa9919005d3d7a2afd2de55d50.tar.gz
Mention some of the load-affected tests.
p4raw-id: //depot/perl@14247
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL11
1 files changed, 6 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 71b4a7ede8..9568cda5aa 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1927,11 +1927,12 @@ external program.
=item Timing problems
-Several tests in the test suite check timing functions, such as sleep(),
-and see if they return in a reasonable amount of time. If your system is
-quite busy and doesn't return quickly enough, these tests might fail.
-If possible, try running the tests again with the system under a
-lighter load.
+Several tests in the test suite check timing functions, such as
+sleep(), and see if they return in a reasonable amount of time.
+If your system is quite busy and doesn't return quickly enough,
+these tests might fail. If possible, try running the tests again with
+the system under a lighter load. These tests include F<t/op/alarm.t>,
+F<ext/Time/HiRes/HiRes.t>, and F<lib/Benchmark.t>.
=item Out of memory