[m-dev.] diff: enable typeclass tests in jump.* and fast.* grades

Fergus Henderson fjh at cs.mu.OZ.AU
Sun Dec 26 22:13:24 AEDT 1999


Estimated hours taken: 0.25

tests/hard_coded/typeclasses/Mmakefile:
	Enable the typeclass tests in the fast.* and jump.* grades,
	since the problem that was causing them to fail in those
	grades was fixed quite a while ago.

Workspace: /home/mercury0/fjh/mercury
Index: tests/hard_coded/typeclasses/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/tests/hard_coded/typeclasses/Mmakefile,v
retrieving revision 1.24
diff -u -d -r1.24 Mmakefile
--- Mmakefile	1999/12/03 12:52:15	1.24
+++ Mmakefile	1999/12/26 10:45:13
@@ -6,7 +6,7 @@
 
 #-----------------------------------------------------------------------------#
 
-TYPECLASS_PROGS=	\
+PROGS=	\
 	constrained_lambda \
 	extract_typeinfo \
 	existential_type_classes \
@@ -40,23 +40,6 @@
 # The following tests are not enabled:
 #	complicated_constraint --
 #		because we don't support that feature yet
-
-# These tests are all failing in jump and fast grades b/c we can't use static
-# code initialisers.
-
-ifneq "$(findstring asm_,$(GRADE))" ""
-    PROGS=$(TYPECLASS_PROGS)
-else
-    ifneq "$(findstring jump,$(GRADE))" ""
-        PROGS=
-    else
-        ifneq "$(findstring fast,$(GRADE))" ""
-            PROGS=
-        else
-            PROGS=$(TYPECLASS_PROGS)
-        endif
-    endif
-endif
 
 MCFLAGS-extra_typeinfo = --optimize-higher-order --no-type-specialization \
 				--body-typeinfo-liveness

-- 
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.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list