source: rtems/c/src/tests/sptests/sp15/sp15.scn @ 0836603

4.104.114.84.95
Last change on this file since 0836603 was 37f4c2d, checked in by Joel Sherrill <joel.sherrill@…>, on 09/27/95 at 20:53:58

Modified UNIX simulator port so all references to native unix
stuff is in the executive source proper in the file cpu.c. This
should help avoid conflicts between RTEMS POSIX files and UNIX files.

  • Property mode set to 100644
File size: 939 bytes
Line 
1*** TEST 15 ***
2INIT - rtems_partition_create - partition 1
3INIT - rtems_partition_create - partition 2
4TA1 - rtems_partition_ident - partition 1 id = 1c010001
5TA1 - rtems_partition_ident - partition 2 id = 1c010002
6TA1 - rtems_partition_get_buffer - buffer 1 from partition 1  - 0x00000000
7TA1 - rtems_partition_get_buffer - buffer 2 from partition 1  - 0x00000200
8TA1 - rtems_partition_get_buffer - buffer 1 from partition 2  - 0x00000000
9TA1 - rtems_partition_get_buffer - buffer 2 from partition 2  - 0x00000080
10TA1 - rtems_partition_return_buffer - buffer 1 to partition 1 - 0x00000000
11TA1 - rtems_partition_return_buffer - buffer 2 to partition 1 - 0x00000200
12TA1 - rtems_partition_return_buffer - buffer 1 to partition 2 - 0x00000000
13TA1 - rtems_partition_return_buffer - buffer 2 to partition 2 - 0x00000080
14TA1 - rtems_partition_delete - delete partition 1
15TA1 - rtems_partition_delete - delete partition 2
16*** END OF TEST 15 ***
Note: See TracBrowser for help on using the repository browser.