change log for gcc-testing (2010-05-21)

rtems-vc at rtems.org rtems-vc at rtems.org
Fri May 21 16:10:02 UTC 2010


 *joel*:
2010-05-21	Joel Sherrill <joel.sherrill at oarcorp.com>

	* do_one: Only send results if things ran OK.
	* test_driver: Add quotes in terms of test.
	* testsuite/ada/acats/Makefile.rtems: Add lm32_evr and m32rsim.

M   1.11  gcc/ChangeLog
M   1.13  gcc/do_one
M   1.15  gcc/test_driver
M   1.11  gcc/testsuite/ada/acats/Makefile.rtems

diff -u gcc-testing/gcc/ChangeLog:1.10 gcc-testing/gcc/ChangeLog:1.11
--- gcc-testing/gcc/ChangeLog:1.10	Thu Apr 29 14:54:27 2010
+++ gcc-testing/gcc/ChangeLog	Fri May 21 10:34:38 2010
@@ -1,3 +1,9 @@
+2010-05-21	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* do_one: Only send results if things ran OK.
+	* test_driver: Add quotes in terms of test.
+	* testsuite/ada/acats/Makefile.rtems: Add lm32_evr and m32rsim.
+
 2010-04-29	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	* do_one, test_driver: Add more arguments. Remove early exit.

diff -u gcc-testing/gcc/do_one:1.12 gcc-testing/gcc/do_one:1.13
--- gcc-testing/gcc/do_one:1.12	Thu Apr 29 14:54:27 2010
+++ gcc-testing/gcc/do_one	Fri May 21 10:34:38 2010
@@ -613,14 +613,16 @@
   cd ${GCCDIR}/gcc/testsuite/ada/acats/ || exit 1
 
   time ${ADASCRIPTDIR}/run_all_rtems.sh ${INSTALL} ${BSP_INSTALL} \
-   ${TARGET} ${bsp} >${LOGDIR}/${cpu}-acats-${bsp}-build.log 2>&1
-  if [ -r work-${bsp}/acats.log ] ; then
-    cp work-${bsp}/acats.log ${LOGDIR}/${cpu}-acats-${bsp}.log
-  fi
+    ${TARGET} ${bsp} >${LOGDIR}/${cpu}-acats-${bsp}-build.log 2>&1
+  if [ $? -eq 0 ] ; then
+    if [ -r work-${bsp}/acats.log ] ; then
+      cp work-${bsp}/acats.log ${LOGDIR}/${cpu}-acats-${bsp}.log
+    fi
 
-  if [ ${do_mail} = "yes" ] ; then
-    echo Sending ACATS test results to GCC community..
-    ${ADASCRIPTDIR}/rtems_generate_acats_email ${cpu} ${bsp} yes
+    if [ ${do_mail} = "yes" ] ; then
+      echo Sending ACATS test results to GCC community..
+      ${ADASCRIPTDIR}/rtems_generate_acats_email ${cpu} ${bsp} yes
+    fi
   fi
 
   cd ../../../../.. || exit 1

diff -u gcc-testing/gcc/test_driver:1.14 gcc-testing/gcc/test_driver:1.15
--- gcc-testing/gcc/test_driver:1.14	Thu Apr 29 14:54:27 2010
+++ gcc-testing/gcc/test_driver	Fri May 21 10:34:39 2010
@@ -108,7 +108,7 @@
   echo "Build Ada            " ${doAda}
   echo "Email Results:       " ${doMail}
   echo "Run Tests:           " ${doTests}
-  if [ X${CPUs} = X ] ; then
+  if [ "X${CPUs}" = "X" ] ; then
     echo "CPUs to Build:       " ALL
   else
     echo "CPUs to Build:       " ${CPUs}

diff -u gcc-testing/gcc/testsuite/ada/acats/Makefile.rtems:1.10 gcc-testing/gcc/testsuite/ada/acats/Makefile.rtems:1.11
--- gcc-testing/gcc/testsuite/ada/acats/Makefile.rtems:1.10	Fri Oct 30 11:30:48 2009
+++ gcc-testing/gcc/testsuite/ada/acats/Makefile.rtems	Fri May 21 10:34:39 2010
@@ -36,6 +36,12 @@
   ifeq ($(RTEMS_BSP),jmr3904)
 	echo "  jmr3904 -C -l 240 $$"'*' >> $@
   endif # jmr3904
+  ifeq ($(RTEMS_BSP),lm32_evr)
+	echo "  qemu-lm32_evr -C -l 240 $$"'*' >> $@
+  endif # lm32_evr
+  ifeq ($(RTEMS_BSP),m32rsim)
+	echo "  m32rsim -C -l 180 $$"'*' >> $@
+  endif # m32rsim
   ifeq ($(RTEMS_BSP),psim)
 	echo "  psim -C -l 180 $$"'*' >> $@
   endif # psim
@@ -63,9 +69,6 @@
   ifeq ($(RTEMS_BSP),mcf5206elite)
 	echo "  nosim $$"'*' >> $@
   endif # mcf5206elite
-  ifeq ($(RTEMS_BSP),eZKit533)
-	echo "  nosim $$"'*' >> $@
-  endif # mcf5206elite
 	echo "}" >>$@
 
 stamp-targetgcc:



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20100521/53782a30/attachment-0001.html>


More information about the vc mailing list