[m-rev.] trivial diff: disable AGC tests on 0.10.* branch

Fergus Henderson fjh at cs.mu.OZ.AU
Thu Mar 22 13:22:02 AEDT 2001


Estimated hours taken: 0.25
Branches: release

tests/valid/Mmakefile:
	Disable the accurate GC tests, since they are not expected
	to pass on this branch.  (They've been fixed on the main
	branch, and the fix will not be ported to the 0.10.* branch.)

Workspace: /mnt/venus/home/venus/fjh/ws-venus/mercury
Index: tests/valid/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/tests/valid/Mmakefile,v
retrieving revision 1.83
diff -u -d -r1.83 Mmakefile
--- tests/valid/Mmakefile	2001/02/09 03:27:35	1.83
+++ tests/valid/Mmakefile	2001/03/22 02:19:37
@@ -168,8 +168,12 @@
 # Base grades `jump' and `fast'
 # cannot be used with accurate GC or type classes
 
+# XXX The AGC tests are disabled on the 0.10.* branch.
+# They are fixed on the main branch, but the fix will
+# not be ported to the 0.10.*.
+
 ifneq "$(findstring asm_,$(GRADE))" ""
-    SOURCES0=$(AGC_SOURCES) $(TYPECLASS_SOURCES) $(OTHER_SOURCES)
+    SOURCES0=$(TYPECLASS_SOURCES) $(OTHER_SOURCES)
 else
     ifneq "$(findstring jump,$(GRADE))" ""
         SOURCES0=$(OTHER_SOURCES)
@@ -177,7 +181,7 @@
         ifneq "$(findstring fast,$(GRADE))" ""
             SOURCES0=$(OTHER_SOURCES)
         else
-            SOURCES0=$(AGC_SOURCES) $(TYPECLASS_SOURCES) $(OTHER_SOURCES)
+            SOURCES0=$(TYPECLASS_SOURCES) $(OTHER_SOURCES)
         endif
     endif
 endif

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
                                    |  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