summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-04-02 01:59:40 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-02 01:59:40 +0000
commit9341413f1f8a4432c871addd279e474994792dca (patch)
tree4f6b3397084b15a076a0aab8d9548bd84b807df2 /INSTALL
parentbe6228f7c2abd7aa10af57822ba74340e3f0e471 (diff)
downloadperl-9341413f1f8a4432c871addd279e474994792dca.tar.gz
Add a few tests to the timing-sensitive list.
p4raw-id: //depot/perl@15671
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 6 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 83e6b838f9..1d27d65cfe 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1920,10 +1920,12 @@ external program.
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>.
+If your system is quite busy and doesn't respond quickly enough,
+these tests might fail. If possible, try running the tests again
+with the system under a lighter load. These timing-sensitive
+and load-sensitive tests include F<t/op/alarm.t>,
+F<ext/Time/HiRes/HiRes.t>, F<lib/Benchmark.t>,
+F<lib/Memoize/t/expmod_t.t>, and F<lib/Memoize/t/speed.t>.
=item Out of memory