[m-rev.] diff: disable recompilation tests for the il grade

Peter Ross pro at missioncriticalit.com
Sun Oct 26 08:10:33 AEDT 2003


Hi,


===================================================================


Estimated hours taken: 0.25
Branches: main

recompilation/Mmakefile:
	Disable the recompilation tests for the il grade because it
	currently doesn't support intermodule optimization.


Index: recompilation/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/tests/recompilation/Mmakefile,v
retrieving revision 1.12
diff -u -r1.12 Mmakefile
--- recompilation/Mmakefile	24 Jan 2003 07:33:37 -0000	1.12
+++ recompilation/Mmakefile	25 Oct 2003 21:07:50 -0000
@@ -42,8 +42,9 @@
 	type_qual_re \
 	with_type_re
 
-# We currently don't do any testing in grade java on this directory.
-ifneq "$(findstring java,$(GRADE))" ""
+# We currently don't do any testing in java or il grades in this directory
+# because smart compilation doesn't support intermodule-optimization yet
+ifneq "$(filter java% il%,$(GRADE))" ""
 	PROGS=
 else
 	PROGS= $(TESTS_SHOULD_SUCCEED) $(NO_PARALLEL_MAKE_TESTS) \


-- 
Peter Ross		
Software Engineer                                (Work)   +32 2 757 10 15
Mission Critical                                 (Mobile) +32 485 482 559
--------------------------------------------------------------------------
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