change log for rtems (2011-07-12)

rtems-vc at rtems.org rtems-vc at rtems.org
Tue Jul 12 16:10:32 UTC 2011


 *joel*:
2011-07-12	Joel Sherrill <joel.sherrill at oarcorp.com>

	* malloc04/init.c, malloc04/malloc04.scn: Remove test cases which are
	obsolete.

M  1.272  testsuites/libtests/ChangeLog
M    1.7  testsuites/libtests/malloc04/init.c
M    1.3  testsuites/libtests/malloc04/malloc04.scn

diff -u rtems/testsuites/libtests/ChangeLog:1.271 rtems/testsuites/libtests/ChangeLog:1.272
--- rtems/testsuites/libtests/ChangeLog:1.271	Mon Jun 20 03:53:02 2011
+++ rtems/testsuites/libtests/ChangeLog	Tue Jul 12 10:55:44 2011
@@ -1,3 +1,8 @@
+2011-07-12	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* malloc04/init.c, malloc04/malloc04.scn: Remove test cases which are
+	obsolete.
+
 2011-06-20	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* devfs04/Makefile.am, deviceio01/Makefile.am,

diff -u rtems/testsuites/libtests/malloc04/init.c:1.6 rtems/testsuites/libtests/malloc04/init.c:1.7
--- rtems/testsuites/libtests/malloc04/init.c:1.6	Fri May  6 12:29:25 2011
+++ rtems/testsuites/libtests/malloc04/init.c	Tue Jul 12 10:55:44 2011
@@ -106,37 +106,6 @@
   p2 = malloc(64);
   p3 = malloc(48);
 
-  puts( "Initialize heap with no memory (sbrk aligned)" );
-  offset     = 7;
-  sbrk_count = 0;
-  RTEMS_Malloc_Initialize( NULL, 0, 64 );
-  p1 = malloc(64);
-  rtems_test_assert( p1 == NULL );
-
-  p2 = malloc(64);
-  rtems_test_assert( p2 == NULL );
-
-  p3 = malloc(48);
-  rtems_test_assert( p3 );
-
-  p4 = malloc(48);
-  rtems_test_assert( p4 == NULL );
-  
-  puts( "Initialize heap with no memory (sbrk aligned)" );
-  offset     = 0;
-  sbrk_count = 0;
-  RTEMS_Malloc_Initialize( NULL, 0, 64 );
-  p1 = malloc(64);
-  rtems_test_assert( p1 == NULL );
-  
-  puts( "Set sbrk amount in heap to 0" );
-  offset     = 0;
-  sbrk_count = 0;
-  RTEMS_Malloc_Initialize( NULL, 0, 64 );
-  RTEMS_Malloc_Sbrk_amount = 0;
-  p4 = malloc(48);
-  rtems_test_assert( p4 );
-
   /* Restore information on real heap */
   malloc_set_heap_pointer( TempHeap );
   rtems_malloc_sbrk_helpers = NULL;

diff -u rtems/testsuites/libtests/malloc04/malloc04.scn:1.2 rtems/testsuites/libtests/malloc04/malloc04.scn:1.3
--- rtems/testsuites/libtests/malloc04/malloc04.scn:1.2	Wed Jul 14 18:23:12 2010
+++ rtems/testsuites/libtests/malloc04/malloc04.scn	Tue Jul 12 10:55:44 2011
@@ -10,14 +10,4 @@
 sbrk(128)
 sbrk(128)
 sbrk(64)
-Initialize heap with no memory (sbrk aligned)
-sbrk(64)
-sbrk(128)
-sbrk(128)
-sbrk(64)
-Initialize heap with no memory (sbrk aligned)
-sbrk(64)
-sbrk(128)
-Set sbrk amount in heap to 0
-sbrk(64)
 *** END OF TEST MALLOC 04 ***



--

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/20110712/c012ee98/attachment.html>


More information about the vc mailing list