[m-rev.] trivial diff: minor updates to test_mercury

Fergus Henderson fjh at cs.mu.OZ.AU
Tue May 8 17:01:20 AEST 2001


Estimated hours taken: 0.5
Branches: main

tools/test_mercury:
	Some minor fixes:
	- use autoconf 2.13
	- change RELEASE_VERSION_PATTERN for the branch to 0.10.2-beta*,
	  so we don't leave dozens of old 0.10.2-beta* binaries lying around.
	- test the asm_fast.gc.tr.rt grade on roy

Workspace: /home/mercury/public/test_mercury/scripts/mercury
Index: tools/test_mercury
===================================================================
RCS file: /home/staff/zs/imp/mercury/tools/test_mercury,v
retrieving revision 1.151
diff -u -d -r1.151 test_mercury
--- tools/test_mercury	2001/04/12 05:00:59	1.151
+++ tools/test_mercury	2001/05/08 06:57:48
@@ -22,7 +22,7 @@
 PATH="/home/mercury/public/nuprolog/$FULLARCH/bin:$PATH"
 PATH="/home/mercury/public/gcc-2.7.2/$FULLARCH/bin:$PATH"
 PATH="/home/mercury/public/egcs-1.1b/$FULLARCH/bin:$PATH"
-PATH="/home/mercury/public/autoconf-2.4/$FULLARCH/bin:$PATH"
+PATH="/home/mercury/public/autoconf-2.13/$FULLARCH/bin:$PATH"
 PATH="/home/mercury/public/sicstus3/$HOST:$PATH"
 PATH="/home/mercury/public/$FULLARCH:$PATH"
 PATH="/home/mercury/public/$HOST:$PATH"
@@ -95,7 +95,7 @@
 		BASE_TAG_NAME=version-0_10_y
 		RELEASE_VERSION=0.10.2-beta-$DATE
 		#RELEASE_VERSION=0.10.2
-		RELEASE_VERSION_PATTERN=0.10.1*
+		RELEASE_VERSION_PATTERN=0.10.2-beta-*
 		;;
 esac
 case "$C_COMPILER" in
@@ -723,8 +723,14 @@
 		;;
 	roy)
 		GRADES="hlc.gc hlc.gc.prof hlc.gc.memprof hlc.gc.tr hlc.par.gc
-			hl.gc  hl.gc.prof  hl.gc.memprof  hl.gc.tr  hl.par.gc 
-			asm_fast.gc.tr.rt"
+			hl.gc  hl.gc.prof  hl.gc.memprof  hl.gc.tr  hl.par.gc"
+		# Test the asm_fast.gc.tr.rt grade, but not on the 0.10 branch,
+		# since the asm_fast.gc.tr.rt grade is not yet implemented
+		# in the 0.10 branch.
+		case $BRANCH in
+			0.10)	;;
+			*)	GRADES="$GRADES asm_fast.gc.tr.rt" ;;
+		esac
 		;;
 	ender)
 		GRADES="asm_fast.gc asm_fast

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
                                    |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
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