source: rtems/testsuites/ada/sptests/sp22/ada_sp22.scn @ dda8142f

5
Last change on this file since dda8142f 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: 996 bytes
Line 
1*** TEST 22 ***
2INIT - timer_create - creating timer 1
3INIT - timer 1 has id (16#12010001#)
4TA1 - timer_ident - identing timer 1
5TA1 - timer 1 has id (16#12010001#)
6TA1 - clock_get -  9: 0: 0   12/31/1988
7TA1 - timer_after - timer 1 in 3 seconds
8TA1 - task_suspend( SELF )
9TA1 - clock_get -  9: 0: 3   12/31/1988
10TA1 - timer_after - timer 1 in 3 seconds
11TA1 - task_wake_after - 1 second
12TA1 - clock_get -  9: 0: 4   12/31/1988
13TA1 - timer_reset - timer 1
14TA1 - task_suspend( SELF )
15TA1 - clock_get -  9: 0: 7   12/31/1988
16<pause> 
17TA1 - timer_after - timer 1 in 3 seconds
18TA1 - timer_cancel - timer 1
19TA1 - clock_get -  9: 0: 7   12/31/1988
20TA1 - timer_when - timer 1 in 3 seconds
21TA1 - task_suspend( SELF )
22TA1 - clock_get -  9: 0:10   12/31/1988
23TA1 - timer_when - timer 1 in 3 seconds
24TA1 - task_wake_after - 1 second
25TA1 - clock_get -  9: 0:11   12/31/1988
26TA1 - timer_cancel - timer 1
27TA1 - task_wake_after - YIELD (only task at priority)
28TA1 - timer_delete - timer 1
29*** END OF TEST 22 ***
Note: See TracBrowser for help on using the repository browser.