* sp09/screen12.c: Update for rtems_region_create() changes.
	* sp09/sp09.scn: Update.
This commit is contained in:
Sebastian Huber
2010-08-09 08:46:56 +00:00
parent 93280b56fb
commit e9f7e13b18
3 changed files with 8 additions and 29 deletions
+5
View File
@@ -1,3 +1,8 @@
2010-08-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
* sp09/screen12.c: Update for rtems_region_create() changes.
* sp09/sp09.scn: Update.
2010-08-08 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1647/testing
+3 -25
View File
@@ -62,33 +62,12 @@ void Screen12()
);
puts( "TA1 - rtems_region_create - RTEMS_INVALID_ADDRESS" );
#if defined(_C3x) || defined(_C4x)
puts( "TA1 - rtems_region_create - RTEMS_INVALID_ADDRESS - SKIPPED" );
#else
status = rtems_region_create(
Region_name[ 1 ],
Region_bad_area,
0x40,
32,
RTEMS_DEFAULT_ATTRIBUTES,
&Junk_id
);
fatal_directive_status(
status,
RTEMS_INVALID_ADDRESS,
"rtems_region_create with illegal address"
);
puts( "TA1 - rtems_region_create - RTEMS_INVALID_ADDRESS" );
#endif
#if defined(_C3x) || defined(_C4x)
puts( "TA1 - rtems_region_create - RTEMS_INVALID_SIZE - SKIPPED" );
#else
/* Invalid size */
status = rtems_region_create(
Region_name[ 1 ],
Region_good_area,
34,
34,
0,
0,
RTEMS_DEFAULT_ATTRIBUTES,
&Junk_id
);
@@ -98,7 +77,6 @@ void Screen12()
"rtems_region_create with illegal size"
);
puts( "TA1 - rtems_region_create - RTEMS_INVALID_SIZE" );
#endif
/* Check NULL id error case */
status = rtems_region_create(
-4
View File
@@ -242,7 +242,6 @@ TA1 - rtems_partition_return_buffer - RTEMS_INVALID_ADDRESS - not on boundary
<pause - screen 12>
TA1 - rtems_region_create - RTEMS_INVALID_NAME
TA1 - rtems_region_create - RTEMS_INVALID_ADDRESS
TA1 - rtems_region_create - RTEMS_INVALID_ADDRESS
TA1 - rtems_region_create - RTEMS_INVALID_SIZE
TA1 - rtems_region_create - RTEMS_INVALID_ADDRESS
TA1 - rtems_region_create - RTEMS_SUCCESSFUL
@@ -279,9 +278,6 @@ TA1 - rtems_region_return_segment - RTEMS_INVALID_ADDRESS - SKIPPED
TA1 - rtems_debug_enable - RTEMS_DEBUG_REGION
TA1 - rtems_region_extend - RTEMS_INVALID_ID
TA1 - rtems_region_extend - within heap - RTEMS_INVALID_ADDRESS
TA1 - rtems_region_extend - non-contiguous lower - RTEMS_NOT_IMPLEMENTED
TA1 - rtems_region_extend - contiguous lower - RTEMS_NOT_IMPLEMENTED
TA1 - rtems_region_extend - non-contiguous higher - RTEMS_NOT_IMPLEMENTED
<pause - screen 13>
TA1 - rtems_io_close - RTEMS_INVALID_NUMBER
TA1 - rtems_io_control - RTEMS_INVALID_NUMBER