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:
Glenn Humphrey
2007-10-10 21:01:45 +00:00
parent ba3e1a4faf
commit 67e024bc44
3 changed files with 5 additions and 19 deletions

View File

@@ -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

View File

@@ -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,

View File

@@ -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