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

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


 *joel*:
2010-05-10	Joel Sherrill <joel.sherrilL at OARcorp.com>

	* gdb-sim-run.in: Use 50 millisecond per period.
	* pc386.in: Switch from 486 to qemu32 CPU model.
	* qemu-lm32_evr.in: Increase time limits on some tests.

M   1.82  sim-scripts/ChangeLog
M   1.42  sim-scripts/gdb-sim-run.in
M    1.8  sim-scripts/pc386.in
M    1.2  sim-scripts/qemu-lm32_evr.in

diff -u gcc-testing/sim-scripts/ChangeLog:1.81 gcc-testing/sim-scripts/ChangeLog:1.82
--- gcc-testing/sim-scripts/ChangeLog:1.81	Tue Apr 20 16:20:12 2010
+++ gcc-testing/sim-scripts/ChangeLog	Mon May 10 15:31:15 2010
@@ -1,3 +1,9 @@
+2010-05-10	Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+	* gdb-sim-run.in: Use 50 millisecond per period.
+	* pc386.in: Switch from 486 to qemu32 CPU model.
+	* qemu-lm32_evr.in: Increase time limits on some tests.
+
 2010-04-20	Joel Sherrill <joel.sherrilL at oarcorp.com>
 
 	* .cvsignore, Makefile, bf537Stamp.in, ezkit533.in: Move current

diff -u gcc-testing/sim-scripts/gdb-sim-run.in:1.41 gcc-testing/sim-scripts/gdb-sim-run.in:1.42
--- gcc-testing/sim-scripts/gdb-sim-run.in:1.41	Wed Jan 13 16:21:02 2010
+++ gcc-testing/sim-scripts/gdb-sim-run.in	Mon May 10 15:31:15 2010
@@ -320,8 +320,8 @@
   do
     # sleep 10ms at a time waiting for job to finish or timer to expire
     # if job has exited, then we exit, too.
-    usleep 25000  # twenty five milliseconds
-    milliseconds=`expr ${milliseconds} + 25`
+    usleep 50000  # fifty milliseconds
+    milliseconds=`expr ${milliseconds} + 50`
     kill -0 $pid 2> /dev/null
     running=$?
     if [ $running -eq 0 ] ; then

diff -u gcc-testing/sim-scripts/pc386.in:1.7 gcc-testing/sim-scripts/pc386.in:1.8
--- gcc-testing/sim-scripts/pc386.in:1.7	Tue Apr 13 08:08:57 2010
+++ gcc-testing/sim-scripts/pc386.in	Mon May 10 15:31:15 2010
@@ -56,10 +56,11 @@
      COVERAGE_ARG="-trace ${1}.cov"
   fi
 
+  # -cpu 486
   # can also redirect to file with file:log/"`basename ${1} .exe`
   SERIAL_ARG="stdio"
   echo "-m 8 -boot a -fda ${fd0Image} -hda fat:${hd0Dir} ${COVERAGE_ARG} \
-         -cpu 486 -monitor null -nographic -serial ${SERIAL_ARG} --no-reboot"
+         -monitor null -nographic -serial ${SERIAL_ARG} --no-reboot"
 }
 
 checkBSPFaults()

diff -u gcc-testing/sim-scripts/qemu-lm32_evr.in:1.1 gcc-testing/sim-scripts/qemu-lm32_evr.in:1.2
--- gcc-testing/sim-scripts/qemu-lm32_evr.in:1.1	Tue Mar 23 13:33:36 2010
+++ gcc-testing/sim-scripts/qemu-lm32_evr.in	Mon May 10 15:31:15 2010
@@ -24,7 +24,7 @@
      COVERAGE_ARG="-trace ${1}.tra"
   fi
 
-  echo "-M lm32-evr -nographic ${COVERAGE_ARG} -kernel ${1}"
+  echo "-M lm32-evr -nographic ${COVERAGE_ARG} -global lm32,sys.enabled=1 -kernel ${1}"
 }
 
 checkBSPFaults()
@@ -39,7 +39,8 @@
     *stackchk*)limit=5 ;;
     *fatal*)   limit=1 ;;
     *minimum*) limit=1 ;;
-    *psxtime*) limit=270 ;;
+    *sp20*)    limit=180 ;;  # 2 min 32 seconds on Joel's laptop
+    *psxtime*) limit=390 ;;  # 6 min  2 seconds on Joel's laptop
     *)         limit=60 ;;
   esac
   echo ${limit}



--

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/20100510/00071188/attachment.html>


More information about the vc mailing list