change log for rtems-testing (2011-09-16)

rtems-vc at rtems.org rtems-vc at rtems.org
Fri Sep 16 10:10:02 UTC 2011


 *sh*:
2011-09-16	Sebastian Huber <sebastian.huber at embedded-brains.de>

	* check_endof: Update due to test case output changes.
	* gdb-sim-run.in: Run more test cases.
	* sis.in: Use 180 seconds time limit for all test cases.

M  1.102  sim-scripts/ChangeLog
M    1.3  sim-scripts/check_endof
M   1.56  sim-scripts/gdb-sim-run.in
M    1.7  sim-scripts/sis.in

diff -u rtems-testing/sim-scripts/ChangeLog:1.101 rtems-testing/sim-scripts/ChangeLog:1.102
--- rtems-testing/sim-scripts/ChangeLog:1.101	Wed Aug 31 15:43:57 2011
+++ rtems-testing/sim-scripts/ChangeLog	Fri Sep 16 04:29:34 2011
@@ -1,3 +1,9 @@
+2011-09-16	Sebastian Huber <sebastian.huber at embedded-brains.de>
+
+	* check_endof: Update due to test case output changes.
+	* gdb-sim-run.in: Run more test cases.
+	* sis.in: Use 180 seconds time limit for all test cases.
+
 2011-08-31	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	* gdb-sim.in: Default bspDoTrace variable to no.

diff -u rtems-testing/sim-scripts/check_endof:1.2 rtems-testing/sim-scripts/check_endof:1.3
--- rtems-testing/sim-scripts/check_endof:1.2	Fri Oct 16 13:58:37 2009
+++ rtems-testing/sim-scripts/check_endof	Fri Sep 16 04:29:34 2011
@@ -19,15 +19,7 @@
     case $f in
       # we don't expect an "END OF" from these
       *ppd*) ;;
-      *fatal*) ;;
       *minimum*) ;;
-      *stackchk*) ;;
-      # These do not know when they hit the case so run until killed.
-      *spintrcritical06*) ;;
-      *spintrcritical07*) ;;
-      *spintrcritical09*) ;;
-      *spintrcritical13*) ;;
-      *spintrcritical14*) ;;
       *)
         grep "END OF" $f >/dev/null
         if [ $? -ne 0 ] ; then

diff -u rtems-testing/sim-scripts/gdb-sim-run.in:1.55 rtems-testing/sim-scripts/gdb-sim-run.in:1.56
--- rtems-testing/sim-scripts/gdb-sim-run.in:1.55	Wed Jul 20 15:49:47 2011
+++ rtems-testing/sim-scripts/gdb-sim-run.in	Fri Sep 16 04:29:34 2011
@@ -89,9 +89,8 @@
 enable_display_adapter="no"
 enable_network="no"
 rtems_test="no"
-skipIntrCriticalTest="no"
 
-while getopts "vcCgGil:L:DsSNT" OPT
+while getopts "vcCgGil:L:DsNT" OPT
 do
  case "$OPT" in
    v) verbose="yes";;
@@ -105,7 +104,6 @@
    l) defaultLimit="$OPTARG";;
    L) logdir="$OPTARG";;
    s) use_sysv_ipc="yes";;
-   S) skipIntrCriticalTest="yes";;
    t) doTrace="yes";;
    T) rtems_test="yes";;
    *) fatal;;
@@ -413,16 +411,6 @@
   ## If the test is known to be interactive or locks up and we are
   ## in batch mode, skip it.
   case ${baseToRun} in
-    monitor*|termios.*|fileio*|capture*)
-        warn "skipping interactive ${baseToRun}"
-        continue
-        ;;
-    spintrcritical*|psxintrcritical*)
-        if [ ${skipIntrCriticalTest} = "yes" ] ; then
-          warn "skipping Interrupt Critical Section test ${baseToRun}"
-          continue
-        fi
-        ;;
     appstart*)
         warn "skipping intermediate file ${baseToRun}"
         continue

diff -u rtems-testing/sim-scripts/sis.in:1.6 rtems-testing/sim-scripts/sis.in:1.7
--- rtems-testing/sim-scripts/sis.in:1.6	Mon Oct 12 16:16:23 2009
+++ rtems-testing/sim-scripts/sis.in	Fri Sep 16 04:29:34 2011
@@ -18,11 +18,7 @@
 {
   testname=$1
   case ${testname} in
-    *stackchk*)limit=5 ;;
-    *fatal*)   limit=1 ;;
-    *minimum*) limit=1 ;;
-    *psxtime*) limit=180 ;;
-    *)         limit=60 ;;
+    *)         limit=180 ;;
   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/20110916/23ccb3ed/attachment.html>


More information about the vc mailing list