<!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-04-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>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-04-20 Joel Sherrill <joel.sherrill@oarcorp.com>

        * README, psxtmtests_plan.csv: Add more possible test cases.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtmtests/ChangeLog.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%'>testsuites/psxtmtests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtmtests/README.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/psxtmtests/README</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/psxtmtests/psxtmtests_plan.csv.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/psxtmtests/psxtmtests_plan.csv</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/psxtmtests/ChangeLog:1.5 rtems/testsuites/psxtmtests/ChangeLog:1.6
--- rtems/testsuites/psxtmtests/ChangeLog:1.5   Tue Feb 22 08:55:38 2011
+++ rtems/testsuites/psxtmtests/ChangeLog       Wed Apr 20 11:22:14 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-04-20    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * README, psxtmtests_plan.csv: Add more possible test cases.
+
</font> 2011-02-22        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * configure.ac: Add AC_CONFIG_HEADER(config.h).

<font color='#006600'>diff -u rtems/testsuites/psxtmtests/README:1.1 rtems/testsuites/psxtmtests/README:1.2
--- rtems/testsuites/psxtmtests/README:1.1      Mon Dec  6 10:35:30 2010
+++ rtems/testsuites/psxtmtests/README  Wed Apr 20 11:22:14 2011
</font><font color='#997700'>@@ -23,3 +23,10 @@
</font> execution of the tests.  This insures that the directive time reported
 does not include any interrupt time.
 
<font color='#000088'>+The file psxtmtests_plan.csv contains the development plan for this
+test suite.  It is a PLAN which indicates which tests are to contain<span style="background-color: #FF0000"> </span>
+which test cases, the test name, and which template in
+rtems-testing/rtems-test-templates are to be used for their construction.<span style="background-color: #FF0000">  </span>
+This is just a plan.  There may need to be more test cases for a
+particular service to effectively measure all interesting non-error
+use cases.
</font>
<font color='#006600'>diff -u rtems/testsuites/psxtmtests/psxtmtests_plan.csv:1.1 rtems/testsuites/psxtmtests/psxtmtests_plan.csv:1.2
--- rtems/testsuites/psxtmtests/psxtmtests_plan.csv:1.1 Mon Dec  6 10:35:30 2010
+++ rtems/testsuites/psxtmtests/psxtmtests_plan.csv     Wed Apr 20 11:22:14 2011
</font><font color='#997700'>@@ -19,8 +19,8 @@
</font> "pthread_cond_signal - thread waiting, no preempt",,,
 "pthread_cond_signal - thread waiting, preempt",,,
 "pthread_cond_broadcast",,,
<font color='#880000'>-"pthread_cond_wait - blocks",,,
-"pthread_cond_timedwait - blocks",,,
</font><font color='#000088'>+"pthread_cond_wait - blocks",,"psxtmtest_blocking",
+"pthread_cond_timedwait - blocks",,"psxtmtest_blocking",
</font> ,,,
 "pthread_create - no preempt","psxtmthread01","psxtmtest_single","Yes"
 "pthread_create - preempt","psxtmthread02","psxtmtest_single",
<font color='#997700'>@@ -52,29 +52,62 @@
</font> ,,,
 "pthread_barrier_init",,"psxtmtest_init_destroy",
 "pthread_barrier_destroy",,"psxtmtest_init_destroy",
<font color='#880000'>-"pthread_barrier_wait",,,
</font><font color='#000088'>+"pthread_barrier_wait – blocking",,"psxtmtest_blocking",
+"pthread_barrier_wait – releasing",,,
</font> ,,,
 "pthread_spin_init",,"psxtmtest_init_destroy",
 "pthread_spin_destroy",,"psxtmtest_init_destroy",
<font color='#880000'>-"pthread_spin_lock - available",,,
-"pthread_spin_trylock - available",,,
-"pthread_spin_trylock - not available",,,
</font><font color='#000088'>+"pthread_spin_lock - available",,"psxtmtest_single",
+"pthread_spin_trylock - available",,"psxtmtest_single",
+"pthread_spin_trylock - not available",,"psxtmtest_single",
</font> "pthread_spin_unlock",,,
 ,,,
 "pthread_rwlock_init",,"psxtmtest_init_destroy",
 "pthread_rwlock_destroy",,"psxtmtest_init_destroy",
<font color='#880000'>-"pthread_rwlock_rdlock - available",,,
</font><font color='#000088'>+"pthread_rwlock_rdlock - available",,"psxtmtest_single",
</font> "pthread_rwlock_rdlock - not available, blocks",,"psxtmtest_blocking",
<font color='#880000'>-"pthread_rwlock_tryrdlock - available",,,
-"pthread_rwlock_tryrdlock - not available",,,
-"pthread_rwlock_timedrdlock - available",,,
</font><font color='#000088'>+"pthread_rwlock_tryrdlock - available",,"psxtmtest_single",
+"pthread_rwlock_tryrdlock - not available",,"psxtmtest_single",
+"pthread_rwlock_timedrdlock - available",,"psxtmtest_single",
</font> "pthread_rwlock_timedrdlock - not available, blocks",,"psxtmtest_blocking",
 "pthread_rwlock_unlock - no threads waiting",,,
 "pthread_rwlock_unlock - thread waiting, no preempt",,,
 "pthread_rwlock_unlock - thread waiting, preempt",,,
<font color='#880000'>-"pthread_rwlock_wrlock - available",,,
</font><font color='#000088'>+"pthread_rwlock_wrlock - available",,"psxtmtest_single",
</font> "pthread_rwlock_wrlock - not available, blocks",,"psxtmtest_blocking",
<font color='#880000'>-"pthread_rwlock_trywrlock - available",,,
-"pthread_rwlock_trywrlock - not available",,,
-"pthread_rwlock_timedwrlock - available",,,
</font><font color='#000088'>+"pthread_rwlock_trywrlock - available",,"psxtmtest_single",
+"pthread_rwlock_trywrlock - not available",,"psxtmtest_single",
+"pthread_rwlock_timedwrlock - available",,"psxtmtest_single",
</font> "pthread_rwlock_timedwrlock - not available, blocks",,"psxtmtest_blocking",
<font color='#000088'>+,,,
+"mq_open (first open)","psxtmsem02","psxtmtest_init_destroy",
+"mq_close (close of first)","psxtmsem02","psxtmtest_init_destroy",
+"mq_open (second open)","psxtmsem03","psxtmtest_init_destroy",
+"mq_close (close of second)","psxtmsem03","psxtmtest_init_destroy",
+"mq_unlink",,,
+"mq_receive – available",,"psxtmtest_single",
+"mq_receive - not available, block",,"psxtmtest_blocking",
+"mq_timedreceive - available",,"psxtmtest_single",
+"mq_timedreceive - not available, blocks",," ",
+"mq_send - no threads waiting",,"psxtmtest_single",
+"mq_send - thread waiting, no preempt",,,
+"mq_send - thread waiting, preempt",,,
+"mq_timedsend - no threads waiting",,"psxtmtest_single",
+"mq_timedsend - thread waiting, no preempt",,,
+"mq_timedsend - thread waiting, preemption",,,
+"mq_notify ",,"psxtmtest_single",
+,,,
+"sem_init","psxtmsem01","psxtmtest_init_destroy",
+"sem_destroy","psxtmsem01","psxtmtest_init_destroy",
+"sem_open (first open)","psxtmsem02","psxtmtest_init_destroy",
+"sem_close (close of first)","psxtmsem02","psxtmtest_init_destroy",
+"sem_open (second open)","psxtmsem03","psxtmtest_init_destroy",
+"sem_close (close of second)","psxtmsem03","psxtmtest_init_destroy",
+"sem_wait – available",,"psxtmtest_single",
+"sem_wait - not available, block",,"psxtmtest_blocking",
+"sem_trywait - available",,"psxtmtest_single",
+"sem_trywait - not available",,"psxtmtest_single",
+"sem_post - no threads waiting",,"psxtmtest_single",
+"sem_post - thread waiting, no preempt",,,
+"sem_post - thread waiting, preempt",,,
+"sem_getvalue",,"psxtmtest_single",
</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>