[m-rev.] trivial diff: disable typeclass_dup_method_mode

Julien Fischer juliensf at cs.mu.OZ.AU
Wed Jan 25 13:02:40 AEDT 2006


Estimated hours taken: 0
Branches: main

tests/invalid/Mmakefile:
	Disable the test case typeclass_dup_method_mode.  I added this a week
	or so ago as part of a larger change to improve error reporting for
	typeclasses but the part of the change that correctly reported this
	error had to be backed out (it broke --intermodule-optimistation).

Julien.

Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/tests/invalid/Mmakefile,v
retrieving revision 1.186
diff -u -r1.186 Mmakefile
--- Mmakefile	16 Jan 2006 03:08:15 -0000	1.186
+++ Mmakefile	25 Jan 2006 01:58:51 -0000
@@ -161,7 +161,6 @@
 	tricky_assert1 \
 	typeclass_bogus_method \
 	typeclass_constraint_extra_var \
-	typeclass_dup_method_mode \
 	typeclass_missing_det \
 	typeclass_missing_det_2 \
 	typeclass_missing_det_3 \
@@ -236,6 +235,7 @@
 #			see XXX comment in inst_match:inst_matches_final_3)
 #	inst_matches_final_bug (due to same bug as ho_default_func_4)
 #	bad_detism (error check not yet implemented)
+#	typeclass_dup_method_mode (error check NYI - just calls error)

 # XXX we do not currently pass the following tests:
 #	nonexistent_import (it is unclear whether the new output is OK or not)
--------------------------------------------------------------------------
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