[m-rev.] diff: fix failing test cases in .profdeep grades

Julien Fischer juliensf at csse.unimelb.edu.au
Fri Jun 1 14:10:41 AEST 2007


Estimated hours taken: 0.1
Branches: main

Fix test case failures in .profdeep grades.

tests/hard_coded/Mmakefile:
  	Don't run test cases that (now) make use of catching exceptions
  	in deep profiling grades, since deep profiling cannot yet handle
  	code that catches exceptions.

Julien.

Index: Mmakefile
===================================================================
RCS file: /home/mercury/mercury1/repository/tests/hard_coded/Mmakefile,v
retrieving revision 1.316
diff -u -r1.316 Mmakefile
--- Mmakefile	30 May 2007 02:47:09 -0000	1.316
+++ Mmakefile	1 Jun 2007 04:07:12 -0000
@@ -14,8 +14,6 @@
   	backquoted_qualified_ops \
   	bag_various \
   	bidirectional \
-	bitmap_test \
-	bit_buffer_test \
   	boyer \
   	brace \
   	builtin_inst_rename \
@@ -241,7 +239,6 @@
   	unusual_name_mutable \
   	user_compare \
   	user_defined_equality2 \
-	version_array_test \
   	write \
   	write_reg1 \
   	write_reg2 \
@@ -436,6 +433,8 @@
   	NON_PROFDEEP_PROGS = \
   		allow_stubs \
   		backend_external \
+		bitmap_test \
+		bit_buffer_test \
   		dir_test \
   		final_excp \
   		init_excp \
@@ -446,6 +445,7 @@
   		test_array2d \
   		test_injection \
   		user_defined_equality \
+		version_array_test \
   		write_binary
   else
   	NON_PROFDEEP_PROGS =

--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to:       mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions:          mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------



More information about the reviews mailing list