[Ada testsuite] Log run_acats.sh start and end times

Rainer Orth ro@CeBiTec.Uni-Bielefeld.DE
Mon Mar 15 19:20:00 GMT 2010


I'm currently investigating testsuite runtimes to speed up the testsuite
in the future by increasing parallelism for the benefit of e.g. CMT
machines.  While the DejaGnu-based testsuites do log start end end
times, the ACATS testsuite does not.  While I plan to convert it to dg
in the future (this would buy us all the benefits of stuff we had to
reimplement, like timeouts, and give us multilib testing as well), for
the time being just logging the times in the same format as runtest does
helps and is pretty low-risk.

Ok for mainline?

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


2010-03-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	gcc/testsuite:
	* ada/acats/run_all.sh: Log start and end times.

diff -r a430b41c77a1 -r b7b767631f66 gcc/testsuite/ada/acats/run_all.sh
--- a/gcc/testsuite/ada/acats/run_all.sh	Mon Mar 15 20:13:12 2010 +0100
+++ b/gcc/testsuite/ada/acats/run_all.sh	Mon Mar 15 20:13:12 2010 +0100
@@ -76,6 +76,8 @@
 
 rm -f $dir/acats.sum $dir/acats.log
 
+display "Test Run By $USER on `date`"
+
 display "		=== acats configuration ==="
 
 target=`$GCC -dumpmachine`
@@ -312,4 +314,6 @@
    display "*** FAILURES: $failed"
 fi
 
+display "$0 completed at `date`"
+
 exit 0



More information about the Gcc-patches mailing list