forked from Imagelibrary/rtems
2009-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>
* sp43/init.c, sp43/sp43.scn: Minor correction to test case so it hits the intended code.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* sp43/init.c, sp43/sp43.scn: Minor correction to test case so it hits
|
||||
the intended code.
|
||||
|
||||
2009-09-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* configure.ac: Revert accidentally committed lines.
|
||||
|
||||
@@ -449,14 +449,16 @@ rtems_task Init(
|
||||
* needs this. This is a "good" Id in that is it in range, but bad in
|
||||
* that it has not been allocated so the local_table pointer is NULL.
|
||||
*/
|
||||
puts( "rtems_semaphore_release - good but uncreated ID - INVALID_ID - OK" );
|
||||
sc = rtems_semaphore_release(
|
||||
puts( "rtems_semaphore_obtain - good but uncreated ID - INVALID_ID - OK" );
|
||||
sc = rtems_semaphore_obtain(
|
||||
rtems_build_id(
|
||||
OBJECTS_CLASSIC_API,
|
||||
OBJECTS_RTEMS_SEMAPHORES,
|
||||
1,
|
||||
rtems_configuration_get_maximum_semaphores()
|
||||
)
|
||||
),
|
||||
RTEMS_DEFAULT_OPTIONS,
|
||||
0
|
||||
);
|
||||
fatal_directive_status( sc, RTEMS_INVALID_ID, "rtems_semaphore_obtain" );
|
||||
|
||||
|
||||
@@ -87,5 +87,5 @@ rtems_task_set_priority - use valid Idle thread id
|
||||
rtems_task_set_priority - clobber internal thread class info
|
||||
rtems_task_set_priority - use valid Idle thread id again
|
||||
rtems_task_set_priority - restore internal thread class info
|
||||
rtems_semaphore_release - good but uncreated ID - INVALID_ID - OK
|
||||
rtems_semaphore_obtain - good but uncreated ID - INVALID_ID - OK
|
||||
*** END OF TEST 43 ***
|
||||
|
||||
Reference in New Issue
Block a user