[m-rev.] trivial diff: disable agc tests in .mm grades

Fergus Henderson fjh at cs.mu.OZ.AU
Wed Jan 7 04:04:40 AEDT 2004


This fixes a test case failure in the nightly tests on aral.

Estimated hours taken: 0.25
Branches: main

tests/valid/Mmakefile:
	Disable agc tests in .mm grades, since minimal model tabling
	is currently incompatible with agc.

Workspace: /home/jupiter/fjh/ws-jupiter/mercury
Index: tests/valid/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/tests/valid/Mmakefile,v
retrieving revision 1.138
diff -u -d -r1.138 Mmakefile
--- tests/valid/Mmakefile	6 Jan 2004 14:18:44 -0000	1.138
+++ tests/valid/Mmakefile	6 Jan 2004 17:01:37 -0000
@@ -220,7 +220,9 @@
 else
 	# The agc.* tests don't work in the il grades, as the CLR has
 	# its own builtin GC.
-	ifneq "$(findstring il,$(GRADE))" ""
+	# The agc.* tests also don't work in minimal model grades,
+	# because the collector doesn't scan the copied areas of the stacks.
+	ifneq "$(findstring il,$(GRADE))$(findstring .mm,$(GRADE))" ""
 		PROGS0 = $(TYPECLASS_PROGS) $(OTHER_PROGS)
 	else
 		PROGS0 = $(AGC_PROGS) $(TYPECLASS_PROGS) $(OTHER_PROGS)

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list