[m-rev.] trivial diff: minor updates to test_mercury
Fergus Henderson
fjh at cs.mu.OZ.AU
Thu May 31 15:17:08 AEST 2001
Estimated hours taken: 0.5
Branches: main
tools/test_mercury:
- Use autoconf-2.13 (this fixes a problem with the Windows
distribution that was caused by using an earlier autoconf version).
- Build with --c-debug on hg.
- Don't test the asm_fast.gc.rt grade on the 0.10 branch,
since it isn't implemented on the branch.
- Change RELEASE_VERSION_PATTERN to match RELEASE_VERSION.
Workspace: /home/mercury/public/test_mercury/scripts
Index: test_mercury
===================================================================
RCS file: /home/staff/zs/imp/mercury/tools/test_mercury,v
retrieving revision 1.151
diff -u -d -u -r1.151 test_mercury
--- test_mercury 2001/04/12 05:00:59 1.151
+++ test_mercury 2001/05/21 13:12:17
@@ -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
@@ -163,6 +163,12 @@
;;
esac
+case $HOST in hg)
+ INSTALL_MGNUCFLAGS="$INSTALL_MGNUCFLAGS --c-debug"
+ INSTALL_MLFLAGS="$INSTALL_MLFLAGS --c-debug"
+ ;;
+esac
+
# directories to use
TESTDIR=/home/mercury/public/test_mercury
@@ -723,8 +729,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