<!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 (2011-05-20)</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>sh</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>

        * mouse01/serial_mouse_config.c: Avoid output due to execution context.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/ChangeLog.diff?r1=text&tr1=1.269&r2=text&tr2=1.270&diff_format=h">M</a></td><td width='1%'>1.270</td><td width='100%'>testsuites/libtests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/mouse01/serial_mouse_config.c.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>testsuites/libtests/mouse01/serial_mouse_config.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/libtests/ChangeLog:1.269 rtems/testsuites/libtests/ChangeLog:1.270
--- rtems/testsuites/libtests/ChangeLog:1.269   Fri May 20 05:30:27 2011
+++ rtems/testsuites/libtests/ChangeLog Fri May 20 08:47:59 2011
</font><font color='#997700'>@@ -1,5 +1,9 @@
</font> 2011-05-20        Sebastian Huber <sebastian.huber@embedded-brains.de>
 
<font color='#000088'>+   * mouse01/serial_mouse_config.c: Avoid output due to execution context.
+
+2011-05-20     Sebastian Huber <sebastian.huber@embedded-brains.de>
+
</font>   * termios08/init.c: Fixed parameter to avoid test failure.
 
 2011-05-20     Sebastian Huber <sebastian.huber@embedded-brains.de>

<font color='#006600'>diff -u rtems/testsuites/libtests/mouse01/serial_mouse_config.c:1.1 rtems/testsuites/libtests/mouse01/serial_mouse_config.c:1.2
--- rtems/testsuites/libtests/mouse01/serial_mouse_config.c:1.1 Mon Mar 14 11:18:10 2011
+++ rtems/testsuites/libtests/mouse01/serial_mouse_config.c     Fri May 20 08:47:59 2011
</font><font color='#997700'>@@ -27,6 +27,5 @@
</font>   *name = TERMIOS_TEST_DRIVER_DEVICE_NAME;
   *type = Mouse_Type_Short;
 
<font color='#880000'>-  printf("Mouse Device: name=%s type=%s\n", *name, *type );
</font>   return true;
 }
</pre>
<p> </p>
<a name='cs2'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>sh</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>

        * spintrcritical01/init.c: Fixed warning fix.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/sptests/ChangeLog.diff?r1=text&tr1=1.451&r2=text&tr2=1.452&diff_format=h">M</a></td><td width='1%'>1.452</td><td width='100%'>testsuites/sptests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/sptests/spintrcritical01/init.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&diff_format=h">M</a></td><td width='1%'>1.8</td><td width='100%'>testsuites/sptests/spintrcritical01/init.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/sptests/ChangeLog:1.451 rtems/testsuites/sptests/ChangeLog:1.452
--- rtems/testsuites/sptests/ChangeLog:1.451    Fri May 13 08:50:51 2011
+++ rtems/testsuites/sptests/ChangeLog  Fri May 20 09:07:52 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-05-20    Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+       * spintrcritical01/init.c: Fixed warning fix.
+
</font> 2011-05-13        Sebastian Huber <sebastian.huber@embedded-brains.de>
 
        * sp21/init.c, sp21/sp21.doc sp21/sp21.scn: New test cases.

<font color='#006600'>diff -u rtems/testsuites/sptests/spintrcritical01/init.c:1.7 rtems/testsuites/sptests/spintrcritical01/init.c:1.8
--- rtems/testsuites/sptests/spintrcritical01/init.c:1.7        Thu May  5 11:45:57 2011
+++ rtems/testsuites/sptests/spintrcritical01/init.c    Fri May 20 09:07:52 2011
</font><font color='#997700'>@@ -84,7 +84,7 @@
</font>   }
 
   status = rtems_semaphore_release( Semaphore );
<font color='#880000'>-  directive_failed( status, "release" );
</font><font color='#000088'>+  directive_failed_with_level( status, "release", -1 );
</font> }
 
 
</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>