trivial diff: integer_test.m requires GC

Fergus Henderson fjh at cs.mu.OZ.AU
Sat Apr 18 06:46:19 AEST 1998


tests/hard_coded/Mmakefile:
	Add `--gc conservative' to the GRADEFLAGS settings for
	integer_test and rational_test, since these test cases both use
	enough memory that they require some kind of GC -- without it
	the test fails because it runs out of heap space.

Index: Mmakefile
===================================================================
RCS file: /home/staff/zs/imp/tests/hard_coded/Mmakefile,v
retrieving revision 1.26
diff -u -u -r1.26 Mmakefile
--- Mmakefile	1998/04/16 12:00:23	1.26
+++ Mmakefile	1998/04/17 20:41:30
@@ -95,6 +96,12 @@
 # It is much easier to just work around it this way rather than
 # tracking it down.
 MLFLAGS-mode_choice = --no-strip
+
+# these tests run out of memory unless we have GC
+GRADEFLAGS-integer_test		=	--gc conservative
+GRADEFLAGS-integer_test_init	=	--gc conservative
+GRADEFLAGS-rational_test 	=	--gc conservative
+GRADEFLAGS-rational_test_init	=	--gc conservative
 
 # no_fully_strict is expected to fail (it calls error/1)
 # so we need to ignore the exit status (hence the leading `-')
-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.



More information about the developers mailing list