diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-02 01:59:40 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-02 01:59:40 +0000 |
commit | 9341413f1f8a4432c871addd279e474994792dca (patch) | |
tree | 4f6b3397084b15a076a0aab8d9548bd84b807df2 /INSTALL | |
parent | be6228f7c2abd7aa10af57822ba74340e3f0e471 (diff) | |
download | perl-9341413f1f8a4432c871addd279e474994792dca.tar.gz |
Add a few tests to the timing-sensitive list.
p4raw-id: //depot/perl@15671
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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 |