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

Fergus Henderson fjh at cs.mu.OZ.AU
Thu Apr 12 15:00:37 AEST 2001


Estimated hours taken: 0.5
Branches: main

tools/test_mercury:
	- Install and test the asm_fast.gc.tr.rt grade on roy.
	- Name the snapshots on the version-0_10_y branch as
	  0.10.2-beta-<date>.
	- Swap the order of $HOST and $BRANCH in $TEST_ID, to be
	  consistent with the ordering used elsewhere.

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.150
diff -u -d -r1.150 test_mercury
--- tools/test_mercury	2001/04/11 15:19:19	1.150
+++ tools/test_mercury	2001/04/11 15:30:02
@@ -90,19 +90,17 @@
 		RELEASE_VERSION_PATTERN=rotd-*
 		;;
 	0.10)
-		#CHECKOUT_OPTS=-rversion-0_10
-		#BASE_TAG_NAME=version-0_10_y
-		#RELEASE_VERSION=0.10
-		#RELEASE_VERSION_PATTERN=0.10-*
 		CHECKOUT_OPTS=-rversion-0_10_y
+		#CHECKOUT_OPTS=-rversion-0_10_2
 		BASE_TAG_NAME=version-0_10_y
-		RELEASE_VERSION=0.10.1-beta-$DATE
-		RELEASE_VERSION_PATTERN=0.10.1-beta-*
+		RELEASE_VERSION=0.10.2-beta-$DATE
+		#RELEASE_VERSION=0.10.2
+		RELEASE_VERSION_PATTERN=0.10.1*
 		;;
 esac
 case "$C_COMPILER" in
-	gcc)	TEST_ID=$HOST.$BRANCH ;;
-	*)	TEST_ID=$HOST.$BRANCH."$C_COMPILER" ;;
+	gcc)	TEST_ID=$BRANCH.$HOST ;;
+	*)	TEST_ID=$BRANCH.$HOST."$C_COMPILER" ;;
 esac
 
 #-----------------------------------------------------------------------------#
@@ -309,6 +307,14 @@
 		INSTALL_LIBGRADES="hl.gc \
 			hlc.gc.prof hlc.gc.memprof hlc.gc.tr hlc.par.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)	;;
+			*)	INSTALL_LIBGRADES="$INSTALL_LIBGRADES \
+					asm_fast.gc.tr.rt" ;;
+		esac
 		;;
 	hg)
 		CONFIG_OPTS=""
@@ -717,7 +723,8 @@
 		;;
 	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"
+			hl.gc  hl.gc.prof  hl.gc.memprof  hl.gc.tr  hl.par.gc 
+			asm_fast.gc.tr.rt"
 		;;
 	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