source: rtems/testsuites/ada/sptests/sp15/ada_sp15.scn @ ee537ea

5
Last change on this file since ee537ea was ee537ea, checked in by Sebastian Huber <sebastian.huber@…>, on 10/12/17 at 08:00:10

ada-tests: Move to testsuites/ada

This solves a build dependency issue, e.g. building tests before
librtemsbsp.a exists.

Close #3079.

  • Property mode set to 100644
File size: 887 bytes
Line 
1*** TEST 15 ***
2INIT - partition_create - partition 1
3INIT - partition_create - partition 2
4TA1 - partition_ident - partition 1 id = 16#2A010001#
5TA1 - partition_ident - partition 2 id = 16#2A010002#
6TA1 - partition_get_buffer - get buffer 1 from partition 1 -    16#0#
7TA1 - partition_get_buffer - get buffer 2 from partition 1 -  16#200#
8TA1 - partition_get_buffer - get buffer 1 from partition 2 -    16#0#
9TA1 - partition_get_buffer - get buffer 2 from partition 2 -   16#80#
10TA1 - partition_return_buffer - return buffer 1 to partition 1 -    16#0#
11TA1 - partition_return_buffer - return buffer 2 to partition 1 -  16#200#
12TA1 - partition_return_buffer - return buffer 1 to partition 2 -    16#0#
13TA1 - partition_return_buffer - return buffer 2 to partition 2 -   16#80#
14TA1 - partition_delete - delete partition 1
15TA1 - partition_delete - delete partition 2
16*** END OF TEST 15 ***
Note: See TracBrowser for help on using the repository browser.