<!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 (2010-07-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>2010-07-06 Joel Sherrill <joel.sherrilL@OARcorp.com>

        * termios06/init.c, termios06/termios06.scn: Add a couple more PPPDISC
        cases. Coverage of these paths is near complete.
</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.199&r2=text&tr2=1.200&diff_format=h">M</a></td><td width='1%'>1.200</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/termios06/init.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/termios06/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/termios06/termios06.scn.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/termios06/termios06.scn</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/libtests/ChangeLog:1.199 rtems/testsuites/libtests/ChangeLog:1.200
--- rtems/testsuites/libtests/ChangeLog:1.199   Mon Jul  5 20:02:06 2010
+++ rtems/testsuites/libtests/ChangeLog Tue Jul  6 14:54:00 2010
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2010-07-06    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * termios06/init.c, termios06/termios06.scn: Add a couple more PPPDISC
+       cases. Coverage of these paths is near complete.
+
</font> 2010-07-05        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        * malloctest/system.h: Enable malloc statistics.

<font color='#006600'>diff -u rtems/testsuites/libtests/termios06/init.c:1.1 rtems/testsuites/libtests/termios06/init.c:1.2
--- rtems/testsuites/libtests/termios06/init.c:1.1      Mon Jul  5 16:14:39 2010
+++ rtems/testsuites/libtests/termios06/init.c  Tue Jul  6 14:54:00 2010
</font><font color='#997700'>@@ -46,6 +46,10 @@
</font>   puts( "ioctl - TIOCSETD - OK" );
   sc = ioctl(Test_fd, TIOCSETD, &pppdisc);
   rtems_test_assert( sc == 0 );
<font color='#000088'>+
+  puts( "ioctl - TIOCSETD - OK" );
+  sc = ioctl(Test_fd, TIOCSETD, &pppdisc);
+  rtems_test_assert( sc == 0 );
</font> }
 
 void ioctl_it(void)

<font color='#006600'>diff -u rtems/testsuites/libtests/termios06/termios06.scn:1.1 rtems/testsuites/libtests/termios06/termios06.scn:1.2
--- rtems/testsuites/libtests/termios06/termios06.scn:1.1       Mon Jul  5 16:14:39 2010
+++ rtems/testsuites/libtests/termios06/termios06.scn   Tue Jul  6 14:54:00 2010
</font><font color='#997700'>@@ -3,6 +3,9 @@
</font> ioctl - TIOCGETD - OK
 ioctl - TIOCSETD - OK
 pppopen called
<font color='#000088'>+ioctl - TIOCSETD - OK
+pppclose called
+pppopen called
</font> write(PPPD TEST) - OK<span style="background-color: #FF0000"> </span>
 pppwrite called - 10 bytes
 50 50 50 44 20 54 45 53 54 00                   |PPPD TEST.      |
<font color='#997700'>@@ -13,7 +16,8 @@
</font> Reading (expected):
 54 68 69 73 20 69 73 20 74 65 73 74 20 50 50 50 |This is test PPP|
 20 69 6e 70 75 74                               | input          |
<font color='#880000'>-pppread calledpppinput called - with (T)
</font><font color='#000088'>+pppread called
+pppinput called - with (T)
</font> pppinput called - with (h)
 pppinput called - with (i)
 pppinput called - with (s)
</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>