diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-11-26 15:16:43 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-11-26 15:16:43 +0000 |
commit | 6c4ecdccbcffd9bddfea6ca9717ac96ffe7dceb3 (patch) | |
tree | 3eaf53ab52dc40eb0650674f3d9439cf88b71b13 /INSTALL | |
parent | 785aa5e3ab3f6ca6bf868640e06a308c1726a955 (diff) | |
download | perl-6c4ecdccbcffd9bddfea6ca9717ac96ffe7dceb3.tar.gz |
More tests are sensitive to load: document them
p4raw-id: //depot/perl@32499
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1862,7 +1862,8 @@ 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<ext/Time/HiRes/t/HiRes.t>, F<ext/threads/shared/t/waithires.t>, +F<ext/threads/shared/t/stress.t>, F<lib/Benchmark.t>, F<lib/Memoize/t/expmod_t.t>, and F<lib/Memoize/t/speed.t>. =item Out of memory |