<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems-testing (2011-02-06)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
<font color='#bb2222'><strong>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-02-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* gdb-sim-run.in, pc386.in: Messages have changed.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/sim-scripts/ChangeLog.diff?r1=text&tr1=1.92&r2=text&tr2=1.93&diff_format=h">M</a></td><td width='1%'>1.93</td><td width='100%'>sim-scripts/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/sim-scripts/gdb-sim-run.in.diff?r1=text&tr1=1.49&r2=text&tr2=1.50&diff_format=h">M</a></td><td width='1%'>1.50</td><td width='100%'>sim-scripts/gdb-sim-run.in</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/sim-scripts/pc386.in.diff?r1=text&tr1=1.10&r2=text&tr2=1.11&diff_format=h">M</a></td><td width='1%'>1.11</td><td width='100%'>sim-scripts/pc386.in</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems-testing/sim-scripts/ChangeLog:1.92 rtems-testing/sim-scripts/ChangeLog:1.93
--- rtems-testing/sim-scripts/ChangeLog:1.92 Fri Jan 28 12:21:27 2011
+++ rtems-testing/sim-scripts/ChangeLog Sun Feb 6 10:47:43 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-02-06 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * gdb-sim-run.in, pc386.in: Messages have changed.
+
</font> 2011-01-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* pc386.in: Now running Go tests on PowerPC (2/3 passing) and i386 (in
<font color='#006600'>diff -u rtems-testing/sim-scripts/gdb-sim-run.in:1.49 rtems-testing/sim-scripts/gdb-sim-run.in:1.50
--- rtems-testing/sim-scripts/gdb-sim-run.in:1.49 Fri Jan 21 10:58:44 2011
+++ rtems-testing/sim-scripts/gdb-sim-run.in Sun Feb 6 10:47:43 2011
</font><font color='#997700'>@@ -206,7 +206,8 @@
</font> "^assertion .* failed: file .*, line .*, function:" \
"===.*FAILED.*===" \
"===.*PASSED.*===" \
<font color='#880000'>- "FAULTY THREAD WILL BE DELETED"
</font><font color='#000088'>+ "FAULTY THREAD WILL BE " \
+ "\*\*\* EXIT code "
</font> do
grep "${pattern}" ${logfile} >/dev/null 2>&1
if [ $? -eq 0 ] ; then
<font color='#006600'>diff -u rtems-testing/sim-scripts/pc386.in:1.10 rtems-testing/sim-scripts/pc386.in:1.11
--- rtems-testing/sim-scripts/pc386.in:1.10 Fri Jan 28 12:21:28 2011
+++ rtems-testing/sim-scripts/pc386.in Sun Feb 6 10:47:43 2011
</font><font color='#997700'>@@ -65,8 +65,9 @@
</font>
checkBSPFaults()
{
<font color='#000088'>+ # faulty thread may be deleted or suspended
</font> for pattern in \
<font color='#880000'>- "FAULTY THREAD WILL BE DELETED" \
</font><font color='#000088'>+ "FAULTY THREAD WILL BE " \
</font> "Error code pushed by processor itself"
do
grep "${pattern}" ${logfile}
</pre>
<p> </p>
<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>