source: rtems/testsuites/sptests/sppartition_err01/sppartition_err01.scn @ 99de42c

5
Last change on this file since 99de42c was 7132d3d, checked in by Joel Sherrill <joel.sherrill@…>, on 01/04/14 at 17:04:51

sppartition_err01: Remove dead parts, reduce, and clean up.

Also fix naming issues.

  • Property mode set to 100644
File size: 1.4 KB
Line 
1*** TEST PARTITION ERROR 01 ***
2TA1 - rtems_partition_create - RTEMS_INVALID_NAME
3TA1 - rtems_partition_create - length - RTEMS_INVALID_SIZE
4TA1 - rtems_partition_create - buffer size - RTEMS_INVALID_SIZE
5TA1 - rtems_partition_create - length < buffer size - RTEMS_INVALID_SIZE
6TA1 - rtems_partition_create - buffer size < overhead - RTEMS_INVALID_SIZE
7TA1 - rtems_partition_create - RTEMS_MP_NOT_CONFIGURED
8TA1 - rtems_partition_create - RTEMS_INVALID_ADDRESS
9TA1 - rtems_partition_create - RTEMS_INVALID_SIZE
10TA1 - rtems_partition_delete - unknown RTEMS_INVALID_ID
11TA1 - rtems_partition_delete - local RTEMS_INVALID_ID
12TA1 - rtems_partition_get_buffer - RTEMS_INVALID_ADDRESS
13TA1 - rtems_partition_get_buffer - RTEMS_INVALID_ID
14TA1 - rtems_partition_ident - RTEMS_INVALID_NAME
15TA1 - rtems_partition_return_buffer - RTEMS_INVALID_ID
16TA1 - rtems_partition_create - RTEMS_INVALID_ADDRESS
17TA1 - rtems_partition_create - RTEMS_SUCCESSFUL
18TA1 - rtems_partition_create - RTEMS_TOO_MANY
19TA1 - rtems_partition_get_buffer - RTEMS_SUCCESSFUL
20TA1 - rtems_partition_get_buffer - RTEMS_SUCCESSFUL
21TA1 - rtems_partition_get_buffer - RTEMS_UNSATISFIED
22TA1 - rtems_partition_delete - RTEMS_RESOURCE_IN_USE
23TA1 - rtems_partition_return_buffer - RTEMS_INVALID_ADDRESS - out of range
24TA1 - rtems_partition_return_buffer - RTEMS_INVALID_ADDRESS - not on boundary
25*** END OF TEST PARTITION ERROR 01 ***
Note: See TracBrowser for help on using the repository browser.