change log for rtems (2011-08-02)

rtems-vc at rtems.org rtems-vc at rtems.org
Tue Aug 2 22:10:12 UTC 2011


 *joel*:
2011-08-02	Petr Benes <benesp16 at fel.cvut.cz>

	PR 1883/testing
	* sprbtree01/init.c: Attempt provide coverage on last two ranges.

M  1.472  testsuites/sptests/ChangeLog
M    1.5  testsuites/sptests/sprbtree01/init.c

diff -u rtems/testsuites/sptests/ChangeLog:1.471 rtems/testsuites/sptests/ChangeLog:1.472
--- rtems/testsuites/sptests/ChangeLog:1.471	Tue Aug  2 14:26:05 2011
+++ rtems/testsuites/sptests/ChangeLog	Tue Aug  2 16:46:20 2011
@@ -1,3 +1,8 @@
+2011-08-02	Petr Benes <benesp16 at fel.cvut.cz>
+
+	PR 1883/testing
+	* sprbtree01/init.c: Attempt provide coverage on last two ranges.
+
 2011-08-02	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	PR 1877/cpukit

diff -u rtems/testsuites/sptests/sprbtree01/init.c:1.4 rtems/testsuites/sptests/sprbtree01/init.c:1.5
--- rtems/testsuites/sptests/sprbtree01/init.c:1.4	Tue Aug  2 14:26:05 2011
+++ rtems/testsuites/sptests/sprbtree01/init.c	Tue Aug  2 16:46:20 2011
@@ -453,6 +453,8 @@
     puts ( "INIT - ERROR ON RBTREE NULL SIBLING MISMATCH" );
   if ( _RBTree_Grandparent( NULL ) != NULL )
     puts ( "INIT - ERROR ON RBTREE NULL GRANDPARENT MISMATCH" );
+  if ( _RBTree_Is_red( NULL ) != 0 )
+    puts ( "INIT - ERROR ON RBTREE NULL IS RED MISMATCH" );
 
   puts( "INIT - Removing 100 nodes" );
 
@@ -477,7 +479,7 @@
     rtems_test_exit(0);
   }
 
-  if (rtems_rbtree_find_header(p) != NULL) {
+  if (rtems_rbtree_find_header(&node_array[0].Node) != NULL) {
     puts ("INIT - ERROR ON RBTREE HEADER MISMATCH");
     rtems_test_exit(0);
   }



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110802/cbedad85/attachment.html>


More information about the vc mailing list