Skip to content
Snippets Groups Projects
Commit eeba8371 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

commented out some over-enthuseastic tests

Rev: src/modules/Gz/testsuite.in:1.7
parent e64f5a12
No related branches found
No related tags found
No related merge requests found
// $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))
]])
]])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment