<!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-09-26)</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-09-26 Petr Benes <benesp16@fel.cvut.cz>
PR 1923/testing
* score/src/schedulercbsgetexecutiontime.c: Improve coverage.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2925&r2=text&tr2=1.2926&diff_format=h">M</a></td><td width='1%'>1.2926</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/src/schedulercbsgetexecutiontime.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%'>cpukit/score/src/schedulercbsgetexecutiontime.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2925 rtems/cpukit/ChangeLog:1.2926
--- rtems/cpukit/ChangeLog:1.2925 Sat Sep 24 07:45:55 2011
+++ rtems/cpukit/ChangeLog Mon Sep 26 19:58:42 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-09-26 Petr Benes <benesp16@fel.cvut.cz>
+
+ PR 1923/testing
+ * score/src/schedulercbsgetexecutiontime.c: Improve coverage.
+
</font> 2011-09-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1921/cpukit
<font color='#006600'>diff -u rtems/cpukit/score/src/schedulercbsgetexecutiontime.c:1.1 rtems/cpukit/score/src/schedulercbsgetexecutiontime.c:1.2
--- rtems/cpukit/score/src/schedulercbsgetexecutiontime.c:1.1 Thu Sep 15 10:49:32 2011
+++ rtems/cpukit/score/src/schedulercbsgetexecutiontime.c Mon Sep 26 19:58:42 2011
</font><font color='#997700'>@@ -31,7 +31,7 @@
</font> return SCHEDULER_CBS_ERROR_INVALID_PARAMETER;
if ( !_Scheduler_CBS_Server_list[server_id] )
return SCHEDULER_CBS_ERROR_NOSERVER;
<font color='#880000'>- if ( !_Scheduler_CBS_Server_list[server_id]->task_id ) {
</font><font color='#000088'>+ if ( _Scheduler_CBS_Server_list[server_id]->task_id == -1 ) {
</font> *exec_time = 0;
return SCHEDULER_CBS_OK;
}
</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>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-09-26 Petr Benes <benesp16@fel.cvut.cz>
PR 1923/testing
* spcbssched02/spcbssched02.scn, spcbssched02/system.h,
spcbssched03/init.c, spcbssched03/system.h, spedfsched02/system.h,
spedfsched03/system.h, sprbtree01/init.c: Improve coverage.
</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.487&r2=text&tr2=1.488&diff_format=h">M</a></td><td width='1%'>1.488</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/spcbssched02/spcbssched02.scn.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%'>testsuites/sptests/spcbssched02/spcbssched02.scn</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/sptests/spcbssched02/system.h.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%'>testsuites/sptests/spcbssched02/system.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/sptests/spcbssched03/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/sptests/spcbssched03/init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/sptests/spcbssched03/system.h.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/sptests/spcbssched03/system.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/sptests/spedfsched02/system.h.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/sptests/spedfsched02/system.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/sptests/spedfsched03/system.h.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%'>testsuites/sptests/spedfsched03/system.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/sptests/sprbtree01/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%'>testsuites/sptests/sprbtree01/init.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/sptests/ChangeLog:1.487 rtems/testsuites/sptests/ChangeLog:1.488
--- rtems/testsuites/sptests/ChangeLog:1.487 Tue Sep 20 08:06:58 2011
+++ rtems/testsuites/sptests/ChangeLog Mon Sep 26 19:59:30 2011
</font><font color='#997700'>@@ -1,3 +1,10 @@
</font><font color='#000088'>+2011-09-26 Petr Benes <benesp16@fel.cvut.cz>
+
+ PR 1923/testing
+ * spcbssched02/spcbssched02.scn, spcbssched02/system.h,
+ spcbssched03/init.c, spcbssched03/system.h, spedfsched02/system.h,
+ spedfsched03/system.h, sprbtree01/init.c: Improve coverage.
+
</font> 2011-09-20 Petr Benes <benesp16@fel.cvut.cz>
PR 1916/testing
<font color='#006600'>diff -u rtems/testsuites/sptests/spcbssched02/spcbssched02.scn:1.2 rtems/testsuites/sptests/spcbssched02/spcbssched02.scn:1.3
--- rtems/testsuites/sptests/spcbssched02/spcbssched02.scn:1.2 Tue Sep 20 08:06:58 2011
+++ rtems/testsuites/sptests/spcbssched02/spcbssched02.scn Mon Sep 26 19:59:30 2011
</font><font color='#997700'>@@ -18,14 +18,23 @@
</font> Periodic task: Set parameters
Periodic task: Approved budget
Periodic task: Starting periodic behavior
<font color='#000088'>+Periodic task: Starting periodic behavior
</font> P1-S ticks:1
P1-F ticks:11
<font color='#000088'>+P2-S ticks:11
+P2-F ticks:21
</font> P1-S ticks:31
P1-F ticks:41
<font color='#000088'>+P2-S ticks:41
+P2-F ticks:51
</font> P1-S ticks:61
P1-F ticks:71
<font color='#000088'>+P2-S ticks:71
+P2-F ticks:81
</font> P1-S ticks:91
P1-F ticks:101
<font color='#000088'>+P2-S ticks:101
+P2-F ticks:111
</font> P1-S ticks:121
Periodic task: Deleting self
Init: Checking server with a deleted task
<font color='#006600'>diff -u rtems/testsuites/sptests/spcbssched02/system.h:1.2 rtems/testsuites/sptests/spcbssched02/system.h:1.3
--- rtems/testsuites/sptests/spcbssched02/system.h:1.2 Tue Sep 20 08:06:58 2011
+++ rtems/testsuites/sptests/spcbssched02/system.h Mon Sep 26 19:59:30 2011
</font><font color='#997700'>@@ -30,7 +30,7 @@
</font> #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
<font color='#880000'>-#define CONFIGURE_MICROSECONDS_PER_TICK 100000
</font><font color='#000088'>+#define CONFIGURE_MICROSECONDS_PER_TICK 20000
</font>
#define CONFIGURE_MAXIMUM_TASKS 3
#define CONFIGURE_MAXIMUM_PERIODS 10
<font color='#006600'>diff -u rtems/testsuites/sptests/spcbssched03/init.c:1.1 rtems/testsuites/sptests/spcbssched03/init.c:1.2
--- rtems/testsuites/sptests/spcbssched03/init.c:1.1 Thu Sep 15 10:56:01 2011
+++ rtems/testsuites/sptests/spcbssched03/init.c Mon Sep 26 19:59:30 2011
</font><font color='#997700'>@@ -58,6 +58,8 @@
</font> directive_failed( status, "rtems_task_start loop" );
}
<font color='#000088'>+ rtems_task_wake_after( RTEMS_YIELD_PROCESSOR );
+
</font> status = rtems_task_delete( RTEMS_SELF );
directive_failed( status, "rtems_task_delete of RTEMS_SELF" );
}
<font color='#006600'>diff -u rtems/testsuites/sptests/spcbssched03/system.h:1.1 rtems/testsuites/sptests/spcbssched03/system.h:1.2
--- rtems/testsuites/sptests/spcbssched03/system.h:1.1 Thu Sep 15 10:56:01 2011
+++ rtems/testsuites/sptests/spcbssched03/system.h Mon Sep 26 19:59:30 2011
</font><font color='#997700'>@@ -34,13 +34,13 @@
</font> #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
<font color='#880000'>-#define CONFIGURE_MICROSECONDS_PER_TICK 100000
</font><font color='#000088'>+#define CONFIGURE_MICROSECONDS_PER_TICK 20000
</font>
#define CONFIGURE_MAXIMUM_TASKS 7
#define CONFIGURE_MAXIMUM_PERIODS 10
#define CONFIGURE_INIT_TASK_PRIORITY 100
<font color='#880000'>-#define CONFIGURE_INIT_TASK_INITIAL_MODES RTEMS_DEFAULT_MODES
</font><font color='#000088'>+#define CONFIGURE_INIT_TASK_INITIAL_MODES RTEMS_NO_PREEMPT
</font> #define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_EXTRA_TASK_STACKS (6 * 4 * RTEMS_MINIMUM_STACK_SIZE)
<font color='#006600'>diff -u rtems/testsuites/sptests/spedfsched02/system.h:1.1 rtems/testsuites/sptests/spedfsched02/system.h:1.2
--- rtems/testsuites/sptests/spedfsched02/system.h:1.1 Sun Sep 11 15:56:45 2011
+++ rtems/testsuites/sptests/spedfsched02/system.h Mon Sep 26 19:59:30 2011
</font><font color='#997700'>@@ -38,7 +38,7 @@
</font> #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
<font color='#880000'>-#define CONFIGURE_MICROSECONDS_PER_TICK 100000
</font><font color='#000088'>+#define CONFIGURE_MICROSECONDS_PER_TICK 20000
</font>
#define CONFIGURE_MAXIMUM_TASKS 7
#define CONFIGURE_MAXIMUM_PERIODS 10
<font color='#006600'>diff -u rtems/testsuites/sptests/spedfsched03/system.h:1.2 rtems/testsuites/sptests/spedfsched03/system.h:1.3
--- rtems/testsuites/sptests/spedfsched03/system.h:1.2 Tue Sep 20 08:06:58 2011
+++ rtems/testsuites/sptests/spedfsched03/system.h Mon Sep 26 19:59:30 2011
</font><font color='#997700'>@@ -34,7 +34,7 @@
</font> #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
<font color='#880000'>-#define CONFIGURE_MICROSECONDS_PER_TICK 100000
</font><font color='#000088'>+#define CONFIGURE_MICROSECONDS_PER_TICK 20000
</font>
#define CONFIGURE_MAXIMUM_TASKS 7
#define CONFIGURE_MAXIMUM_PERIODS 10
<font color='#006600'>diff -u rtems/testsuites/sptests/sprbtree01/init.c:1.6 rtems/testsuites/sptests/sprbtree01/init.c:1.7
--- rtems/testsuites/sptests/sprbtree01/init.c:1.6 Sun Aug 21 15:07:23 2011
+++ rtems/testsuites/sptests/sprbtree01/init.c Mon Sep 26 19:59:30 2011
</font><font color='#997700'>@@ -465,6 +465,8 @@
</font> puts ( "INIT - ERROR ON RBTREE NULL GRANDPARENT MISMATCH" );
if ( _RBTree_Is_red( NULL ) != 0 )
puts ( "INIT - ERROR ON RBTREE NULL IS RED MISMATCH" );
<font color='#000088'>+ if ( _RBTree_Is_red( rbtree1.root ) != 0 )
+ puts ( "INIT - ERROR ON RBTREE NULL IS RED MISMATCH" );
</font>
puts( "INIT - Removing 100 nodes" );
</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>