trivial diff: run tests on taifun

Fergus Henderson fjh at cs.mu.OZ.AU
Mon Nov 2 15:52:26 AEDT 1998


tools/test_mercury:
tools/run_all_test_from_cron:
	Some minor changes to get things to work on taifun.cs.mu.oz.au.

cvs diff: Diffing .
Index: run_all_tests_from_cron
===================================================================
RCS file: /home/staff/zs/imp/mercury/tools/run_all_tests_from_cron,v
retrieving revision 1.11
diff -u -u -r1.11 run_all_tests_from_cron
--- run_all_tests_from_cron	1998/05/27 23:33:46	1.11
+++ run_all_tests_from_cron	1998/11/02 04:42:25
@@ -28,6 +28,7 @@
 	munta) 		ARCH=sgi	FULLARCH=mips-sgi-irix5.2 ;;
 	muse) 		ARCH=sgi	FULLARCH=mips-sgi-irix5.3 ;;
 	kryten) 	ARCH=sparc	FULLARCH=sparc-sun-solaris2.5 ;;
+	taifun) 	ARCH=sparc	FULLARCH=sparc-sun-solaris2.6 ;;
 	murlibobo) 	ARCH=alpha	FULLARCH=alpha-dec-osf3.2 ;;
 	mundook) 	ARCH=alpha	FULLARCH=alpha-dec-osf3.2 ;;
 	mercury) 	ARCH=i586	FULLARCH=i586-pc-linux-gnu ;;
@@ -36,7 +37,7 @@
 esac
 
 case $HOST in
-	kryten) 	mail="rsh munta /bin/mail" ;;
+	kryten|taifun) 	mail="rsh munta /bin/mail" ;;
 	hydra)		mail=/usr/bin/mail ;;
 	*)		mail=/bin/mail ;;
 esac
@@ -49,6 +50,7 @@
 PATH="/home/mercury/public/mercury-latest/$FULLARCH/bin:$PATH"
 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/sicstus3/$HOST:$PATH"
 PATH="/home/mercury/public/$HOST:$PATH"
Index: test_mercury
===================================================================
RCS file: /home/staff/zs/imp/mercury/tools/test_mercury,v
retrieving revision 1.80
diff -u -u -r1.80 test_mercury
--- test_mercury	1998/09/24 05:30:52	1.80
+++ test_mercury	1998/11/02 04:46:53
@@ -21,6 +21,7 @@
 PATH="/home/mercury/public/mercury-latest/$FULLARCH/bin:$PATH"
 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/sicstus3/$HOST:$PATH"
 PATH="/home/mercury/public/$HOST:$PATH"
@@ -52,6 +53,7 @@
 	# test things at different optimization levels...
 	murlibobo)	OPTIMIZE=-O5 ;;
 	kryten) 	OPTIMIZE=-O1 ;;
+	taifun) 	OPTIMIZE=-O1 ;;
 	mercury) 	OPTIMIZE=-O3 ;;
 	hydra)		OPTIMIZE=-O2 ;;
 	muse)		OPTIMIZE=-O0 ;;
@@ -95,7 +97,7 @@
 # df (disk free) command
 DF=df
 case $HOST in
-	kryten)		DF="df -k" ;;
+	kryten|taifun)	DF="df -k" ;;
 esac
 
 #-----------------------------------------------------------------------------#
@@ -393,6 +395,11 @@
 			jump.gc fast.gc asm_jump.gc
 			asm_fast.gc asm_fast.gc.prof asm_fast.prof
 			asm_fast.gc.tr"
+		;;
+	taifun)
+		GRADES="asm_fast.gc asm_fast asm_fast.gc.prof asm_fast.prof
+			asm_fast.gc.memprof asm_fast.gc.tr
+			asm_fast.gc.tr.debug"
 		;;
 	muse|munta)
 		GRADES="reg.gc asm_fast asm_fast.gc
-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.



More information about the developers mailing list