mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 17:36:15 +08:00
2010-08-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
* sp09/screen12.c: Update for rtems_region_create() changes. * sp09/sp09.scn: Update.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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(
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user