[m-rev.] diff: run tests on mundroo
Simon Taylor
stayl at cs.mu.OZ.AU
Mon Apr 29 19:16:36 AEST 2002
Estimated hours taken: 0.25
tools/run_all_tests_from_cron:
tools/test_mercury:
Set up to run the tests on mundroo (Solaris/x86 2.8).
The tests on mundroo and taifun are run 3 times a week.
Always test the main branch twice per week, rather than
just on even-numbered days.
Index: run_all_tests_from_cron
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/run_all_tests_from_cron,v
retrieving revision 1.46
diff -u -u -r1.46 run_all_tests_from_cron
--- run_all_tests_from_cron 14 Nov 2001 17:42:43 -0000 1.46
+++ run_all_tests_from_cron 29 Apr 2002 09:09:33 -0000
@@ -89,7 +89,16 @@
# to problems with the GCC back-end.
BRANCH=latest
;;
- murlibobo|taifun|hg|hydra|mars)
+ taifun|mundroo)
+ # For these hosts we only run 3 times a week.
+ # On Monday and Thursday, test the main branch.
+ # On Sunday, test the release branch.
+ case `date '+%w'` in
+ 6) BRANCH=0.10 ;;
+ *) BRANCH=latest ;;
+ esac
+ ;;
+ murlibobo|hg|hydra|mars)
#
# For these hosts:
# On odd-numbered days, test the release branch.
Index: test_mercury
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.177
diff -u -u -r1.177 test_mercury
--- test_mercury 10 Apr 2002 13:49:08 -0000 1.177
+++ test_mercury 29 Apr 2002 08:47:23 -0000
@@ -113,6 +113,7 @@
# test things at different optimization levels...
murlibobo) OPTIMIZE=-O5 ;;
taifun) OPTIMIZE=-O1 ;;
+ mundroo) OPTIMIZE=-O2 ;;
quicksilver) OPTIMIZE=-O0 ;;
hg) OPTIMIZE=-O4 ;;
roy) OPTIMIZE=-O4 ;; # hlc
@@ -266,7 +267,7 @@
# df (disk free) command
DF=df
case $HOST in
- kryten|taifun|rimmer) DF="df -k" ;;
+ kryten|taifun|mundroo|rimmer) DF="df -k" ;;
esac
#-----------------------------------------------------------------------------#
@@ -473,7 +474,7 @@
;;
esac
case $HOST in
- murlibobo|kryten|taifun|quicksilver|hg|hydra|roy|venus|ender|earth|mars|ceres)
+ murlibobo|kryten|taifun|mundroo|quicksilver|hg|hydra|roy|venus|ender|earth|mars|ceres)
[ -d mercury/extras/clpr/CVS ] ||
(cd mercury/extras && cvs checkout $CHECKOUT_OPTS clpr) ||
{ false; exit 1; }
@@ -623,7 +624,7 @@
# requires --enable-all-grades
GRADES="asm_fast.gc.tr asm_fast.tr"
;;
- hg|quicksilver|hydra|ender|kryten|taifun|venus|earth|mars)
+ hg|quicksilver|hydra|ender|kryten|taifun|mundroo|venus|earth|mars)
case "$C_COMPILER" in
gcc) GRADES="asm_fast.gc.tr" ;;
*) GRADES="" ;;
@@ -749,7 +750,7 @@
# asm_fast.gc asm_fast.gc.prof asm_fast.prof asm_fast.gc.memprof
# asm_fast.gc.tr asm_fast.tr asm_fast.gc.prof.tr asm_fast.gc.tr.debug"
# ;;
- kryten|taifun|rimmer)
+ kryten|taifun|mundroo|rimmer)
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"
--------------------------------------------------------------------------
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