From eeba837120edcb231cc4e881ec3b16e8129d6532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Sat, 19 Jun 1999 13:23:39 -0700 Subject: [PATCH] commented out some over-enthuseastic tests Rev: src/modules/Gz/testsuite.in:1.7 --- src/modules/Gz/testsuite.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/modules/Gz/testsuite.in b/src/modules/Gz/testsuite.in index b8407948e6..ae1b6a2125 100644 --- a/src/modules/Gz/testsuite.in +++ b/src/modules/Gz/testsuite.in @@ -1,4 +1,4 @@ -// $Id: testsuite.in,v 1.6 1999/06/15 06:21:22 hubbe Exp $ +// $Id: testsuite.in,v 1.7 1999/06/19 20:23:39 hubbe Exp $ cond([[ master()->resolv("Gz")->deflate ]], [[ @@ -22,7 +22,10 @@ define(dotest,[[ cond([[ master()->resolv("Crypto") && master()->resolv("Crypto")["randomness"] ]], [[ dotest(Crypto.randomness.pike_random()->read(32768)) - dotest(Crypto.randomness.pike_random()->read(524288)) - dotest(Crypto.randomness.pike_random()->read(8388608)) + +dnl These two causes 'out of memory' errors /Hubbe +dnl +dnl dotest(Crypto.randomness.pike_random()->read(524288)) +dnl dotest(Crypto.randomness.pike_random()->read(8388608)) ]]) ]]) -- GitLab