Changeset 67e024b in rtems
- Timestamp:
- 10/10/07 21:01:45 (15 years ago)
- Branches:
- 4.10, 4.11, 4.9, 5, master
- Children:
- 59b4f42
- Parents:
- ba3e1a4f
- Location:
- testsuites/sptests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/sptests/ChangeLog
rba3e1a4f r67e024b 1 2007-10-10 Glenn Humphrey <glenn.humphrey@OARcorp.com> 2 3 * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was 4 commented out and updated the .scn file. 5 1 6 2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com> 2 7 -
testsuites/sptests/sp09/init.c
rba3e1a4f r67e024b 61 61 Period_name[ 1 ] = rtems_build_name( 'T', 'M', '1', ' ' ); 62 62 63 #if 064 status = rtems_task_create(65 Task_name[1],66 4,67 10,68 RTEMS_DEFAULT_MODES,69 RTEMS_DEFAULT_ATTRIBUTES,70 &Task_id[ 1 ]71 );72 fatal_directive_status(73 status,74 RTEMS_INVALID_SIZE,75 "rtems_task_create with illegal stack size"76 );77 puts( "INIT - rtems_task_create - RTEMS_INVALID_SIZE" );78 #endif79 puts( "INIT - rtems_task_create - RTEMS_INVALID_SIZE -- NOT CHECKED" );80 81 63 status = rtems_task_create( 82 64 Task_name[1], -
testsuites/sptests/sp09/sp09.scn
rba3e1a4f r67e024b 1 1 *** TEST 9 *** 2 INIT - rtems_task_create - RTEMS_INVALID_SIZE -- NOT CHECKED3 2 INIT - rtems_task_create - RTEMS_INVALID_PRIORITY 4 3 INIT - rtems_task_restart - RTEMS_INCORRECT_STATE
Note: See TracChangeset
for help on using the changeset viewer.