mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
2007-10-10 Glenn Humphrey <glenn.humphrey@OARcorp.com>
* sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was commented out and updated the .scn file.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2007-10-10 Glenn Humphrey <glenn.humphrey@OARcorp.com>
|
||||
|
||||
* sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
|
||||
commented out and updated the .scn file.
|
||||
|
||||
2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
|
||||
|
||||
@@ -60,24 +60,6 @@ rtems_task Init(
|
||||
|
||||
Period_name[ 1 ] = rtems_build_name( 'T', 'M', '1', ' ' );
|
||||
|
||||
#if 0
|
||||
status = rtems_task_create(
|
||||
Task_name[1],
|
||||
4,
|
||||
10,
|
||||
RTEMS_DEFAULT_MODES,
|
||||
RTEMS_DEFAULT_ATTRIBUTES,
|
||||
&Task_id[ 1 ]
|
||||
);
|
||||
fatal_directive_status(
|
||||
status,
|
||||
RTEMS_INVALID_SIZE,
|
||||
"rtems_task_create with illegal stack size"
|
||||
);
|
||||
puts( "INIT - rtems_task_create - RTEMS_INVALID_SIZE" );
|
||||
#endif
|
||||
puts( "INIT - rtems_task_create - RTEMS_INVALID_SIZE -- NOT CHECKED" );
|
||||
|
||||
status = rtems_task_create(
|
||||
Task_name[1],
|
||||
0,
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
*** TEST 9 ***
|
||||
INIT - rtems_task_create - RTEMS_INVALID_SIZE -- NOT CHECKED
|
||||
INIT - rtems_task_create - RTEMS_INVALID_PRIORITY
|
||||
INIT - rtems_task_restart - RTEMS_INCORRECT_STATE
|
||||
TA1 - rtems_task_delete - RTEMS_INVALID_ID
|
||||
|
||||
Reference in New Issue
Block a user