[m-rev.] trivial diff: disable dir_test with deep profiling

Simon Taylor stayl at cs.mu.OZ.AU
Mon Aug 11 21:49:03 AEST 2003



Estimated hours taken: 0.1
Branches: main

tests/hard_coded/Mmakefile:
	Disable dir_test in deep profiling grades. The dir_test test
	catches exceptions, which is not supported with deep profiling.

Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/tests/hard_coded/Mmakefile,v
retrieving revision 1.204
diff -u -u -r1.204 Mmakefile
--- Mmakefile	28 Jul 2003 21:50:44 -0000	1.204
+++ Mmakefile	11 Aug 2003 10:14:50 -0000
@@ -232,11 +232,12 @@
 # The following tests are passed only in some grades.
 
 # Deep profiling cannot yet handle exceptions being caught, which the
-# allow_stubs and user_defined_equality test cases do.
+# allow_stubs, dir_test and user_defined_equality test cases do.
 
 ifeq "$(findstring profdeep,$(GRADE))" ""
 	EXCEPTION_PROGS = \
 		allow_stubs \
+		dir_test \
 		user_defined_equality
 else
 	EXCEPTION_PROGS =
--------------------------------------------------------------------------
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