<!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-08-02)</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-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>

        * psxtest/init.c, psxtmtest_blocking/init.c, psxtmtest_single/init.c,
        psxtmtest_unblocking_nopreempt/init.c,
        psxtmtest_unblocking_preempt/init.c, sptest/init.c,
        sptest_operation_from_tsr/init.c, sptest_with_task/init.c,
        tmtest/init.c: Formatting.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/rtems-test-template/ChangeLog.diff?r1=text&tr1=1.21&r2=text&tr2=1.22&diff_format=h">M</a></td><td width='1%'>1.22</td><td width='100%'>rtems-test-template/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/rtems-test-template/psxtest/init.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&diff_format=h">M</a></td><td width='1%'>1.5</td><td width='100%'>rtems-test-template/psxtest/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/rtems-test-template/psxtmtest_blocking/init.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&diff_format=h">M</a></td><td width='1%'>1.6</td><td width='100%'>rtems-test-template/psxtmtest_blocking/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/rtems-test-template/psxtmtest_single/init.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&diff_format=h">M</a></td><td width='1%'>1.7</td><td width='100%'>rtems-test-template/psxtmtest_single/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/rtems-test-template/psxtmtest_unblocking_nopreempt/init.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&diff_format=h">M</a></td><td width='1%'>1.4</td><td width='100%'>rtems-test-template/psxtmtest_unblocking_nopreempt/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/rtems-test-template/psxtmtest_unblocking_preempt/init.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>rtems-test-template/psxtmtest_unblocking_preempt/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/rtems-test-template/sptest/init.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&diff_format=h">M</a></td><td width='1%'>1.5</td><td width='100%'>rtems-test-template/sptest/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/rtems-test-template/sptest_operation_from_tsr/init.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&diff_format=h">M</a></td><td width='1%'>1.7</td><td width='100%'>rtems-test-template/sptest_operation_from_tsr/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/rtems-test-template/sptest_with_task/init.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&diff_format=h">M</a></td><td width='1%'>1.5</td><td width='100%'>rtems-test-template/sptest_with_task/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/rtems-test-template/tmtest/init.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&diff_format=h">M</a></td><td width='1%'>1.5</td><td width='100%'>rtems-test-template/tmtest/init.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems-testing/rtems-test-template/ChangeLog:1.21 rtems-testing/rtems-test-template/ChangeLog:1.22
--- rtems-testing/rtems-test-template/ChangeLog:1.21    Tue Aug  2 08:04:30 2011
+++ rtems-testing/rtems-test-template/ChangeLog Tue Aug  2 09:17:58 2011
</font><font color='#997700'>@@ -1,5 +1,13 @@
</font> 2011-08-02        Joel Sherrill <joel.sherrill@oarcorp.com>
 
<font color='#000088'>+   * psxtest/init.c, psxtmtest_blocking/init.c, psxtmtest_single/init.c,
+       psxtmtest_unblocking_nopreempt/init.c,
+       psxtmtest_unblocking_preempt/init.c, sptest/init.c,
+       sptest_operation_from_tsr/init.c, sptest_with_task/init.c,
+       tmtest/init.c: Formatting.
+
+2011-08-02     Joel Sherrill <joel.sherrill@oarcorp.com>
+
</font>   * psxtmtest_blocking/Makefile.am, psxtmtest_single/Makefile.am,
        psxtmtest_unblocking_nopreempt/Makefile.am,
        psxtmtest_unblocking_preempt/Makefile.am, spfatal/Makefile.am,

<font color='#006600'>diff -u rtems-testing/rtems-test-template/psxtest/init.c:1.4 rtems-testing/rtems-test-template/psxtest/init.c:1.5
--- rtems-testing/rtems-test-template/psxtest/init.c:1.4        Thu Jul 21 08:42:25 2011
+++ rtems-testing/rtems-test-template/psxtest/init.c    Tue Aug  2 09:17:58 2011
</font><font color='#997700'>@@ -19,7 +19,7 @@
</font>   puts( "\n\n*** POSIX TEST @UPPER@ ***" );
 
   /* XXX test code goes here */
<font color='#880000'>-<span style="background-color: #FF0000">  </span>
</font><font color='#000088'>+
</font>   puts( "*** END OF POSIX TEST @UPPER@ ***" );
 
   rtems_test_exit(0);

<font color='#006600'>diff -u rtems-testing/rtems-test-template/psxtmtest_blocking/init.c:1.5 rtems-testing/rtems-test-template/psxtmtest_blocking/init.c:1.6
--- rtems-testing/rtems-test-template/psxtmtest_blocking/init.c:1.5     Thu Jul 21 08:42:25 2011
+++ rtems-testing/rtems-test-template/psxtmtest_blocking/init.c Tue Aug  2 09:17:58 2011
</font><font color='#997700'>@@ -64,7 +64,7 @@
</font>     status = pthread_create( &threadId, NULL, Middle, NULL );
     rtems_test_assert( !status );
   }
<font color='#880000'>-<span style="background-color: #FF0000">  </span>
</font><font color='#000088'>+
</font>   status = pthread_create( &threadId, NULL, Low, NULL );
   rtems_test_assert( !status );
 

<font color='#006600'>diff -u rtems-testing/rtems-test-template/psxtmtest_single/init.c:1.6 rtems-testing/rtems-test-template/psxtmtest_single/init.c:1.7
--- rtems-testing/rtems-test-template/psxtmtest_single/init.c:1.6       Thu Jul 21 08:42:25 2011
+++ rtems-testing/rtems-test-template/psxtmtest_single/init.c   Tue Aug  2 09:17:58 2011
</font><font color='#997700'>@@ -48,9 +48,8 @@
</font>   /* XXX any required initialization goes here */
 
   benchmark_NAME_OF_OPERATION();
<font color='#880000'>-<span style="background-color: #FF0000">  </span>
-  puts( "*** END OF POSIX TIME TEST @UPPER@ ***" );
</font> 
<font color='#000088'>+  puts( "*** END OF POSIX TIME TEST @UPPER@ ***" );
</font>   rtems_test_exit(0);
 }
 

<font color='#006600'>diff -u rtems-testing/rtems-test-template/psxtmtest_unblocking_nopreempt/init.c:1.3 rtems-testing/rtems-test-template/psxtmtest_unblocking_nopreempt/init.c:1.4
--- rtems-testing/rtems-test-template/psxtmtest_unblocking_nopreempt/init.c:1.3 Thu Jul 21 08:42:25 2011
+++ rtems-testing/rtems-test-template/psxtmtest_unblocking_nopreempt/init.c     Tue Aug  2 09:17:58 2011
</font><font color='#997700'>@@ -46,7 +46,7 @@
</font> 
   status = pthread_create( &threadId, NULL, Blocker, NULL );
   rtems_test_assert( status == 0 );
<font color='#880000'>-<span style="background-color: #FF0000">  </span>
</font><font color='#000088'>+
</font>   /*
    * Deliberately create the XXX after the threads.  This way if the
    * threads do run before we intend, they will get an error.

<font color='#006600'>diff -u rtems-testing/rtems-test-template/psxtmtest_unblocking_preempt/init.c:1.2 rtems-testing/rtems-test-template/psxtmtest_unblocking_preempt/init.c:1.3
--- rtems-testing/rtems-test-template/psxtmtest_unblocking_preempt/init.c:1.2   Thu Jul 21 08:42:25 2011
+++ rtems-testing/rtems-test-template/psxtmtest_unblocking_preempt/init.c       Tue Aug  2 09:17:58 2011
</font><font color='#997700'>@@ -128,7 +128,7 @@
</font>     );
     rtems_test_assert( status == 0 );
   }
<font color='#880000'>-<span style="background-color: #FF0000">  </span>
</font><font color='#000088'>+
</font>   /*
    * Now start the timer which will be stopped in Low
    */

<font color='#006600'>diff -u rtems-testing/rtems-test-template/sptest/init.c:1.4 rtems-testing/rtems-test-template/sptest/init.c:1.5
--- rtems-testing/rtems-test-template/sptest/init.c:1.4 Thu Jul 21 08:42:25 2011
+++ rtems-testing/rtems-test-template/sptest/init.c     Tue Aug  2 09:17:58 2011
</font><font color='#997700'>@@ -19,7 +19,7 @@
</font>   puts( "\n\n*** TEST @UPPER@ ***" );
 
   /* XXX test code goes here */
<font color='#880000'>-<span style="background-color: #FF0000">  </span>
</font><font color='#000088'>+
</font>   puts( "*** END OF TEST @UPPER@ ***" );
 
   rtems_test_exit(0);

<font color='#006600'>diff -u rtems-testing/rtems-test-template/sptest_operation_from_tsr/init.c:1.6 rtems-testing/rtems-test-template/sptest_operation_from_tsr/init.c:1.7
--- rtems-testing/rtems-test-template/sptest_operation_from_tsr/init.c:1.6      Thu Jul 21 08:42:25 2011
+++ rtems-testing/rtems-test-template/sptest_operation_from_tsr/init.c  Tue Aug  2 09:17:58 2011
</font><font color='#997700'>@@ -19,7 +19,6 @@
</font> )
 {
   /* do something from ISR */
<font color='#880000'>-<span style="background-color: #FF0000">  </span>
</font> 
   operation_performed_from_tsr = true;
 }

<font color='#006600'>diff -u rtems-testing/rtems-test-template/sptest_with_task/init.c:1.4 rtems-testing/rtems-test-template/sptest_with_task/init.c:1.5
--- rtems-testing/rtems-test-template/sptest_with_task/init.c:1.4       Thu Jul 21 08:42:25 2011
+++ rtems-testing/rtems-test-template/sptest_with_task/init.c   Tue Aug  2 09:17:58 2011
</font><font color='#997700'>@@ -37,12 +37,11 @@
</font>     &task_id
   );
   directive_failed( status, "rtems_task_create" );
<font color='#880000'>-<span style="background-color: #FF0000">  </span>
</font><font color='#000088'>+
</font>   status = rtems_task_start( task_id, Test_task, 0 );
   directive_failed( status, "rtems_task_start" );
 
   puts( "*** END OF TEST @UPPER@ ***" );
<font color='#880000'>-
</font>   rtems_test_exit(0);
 }
 

<font color='#006600'>diff -u rtems-testing/rtems-test-template/tmtest/init.c:1.4 rtems-testing/rtems-test-template/tmtest/init.c:1.5
--- rtems-testing/rtems-test-template/tmtest/init.c:1.4 Thu Jul 21 08:42:25 2011
+++ rtems-testing/rtems-test-template/tmtest/init.c     Tue Aug  2 09:17:58 2011
</font><font color='#997700'>@@ -21,7 +21,7 @@
</font>   puts( "\n\n*** TIME TEST @UPPER@ ***" );
 
   /* XXX test code goes here */
<font color='#880000'>-<span style="background-color: #FF0000">  </span>
</font><font color='#000088'>+
</font>   puts( "*** END OF TIME TEST @UPPER@ ***" );
 
   rtems_test_exit(0);
</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>