forked from Imagelibrary/rtems
Changed to reflect adding object class to id
This commit is contained in:
@@ -5,8 +5,8 @@ INIT - suspending TA2 while middle task on a ready chain
|
||||
TA1 - rtems_task_wake_after - sleep 1 second
|
||||
TA2 - rtems_task_wake_after - sleep 1 minute
|
||||
TA3 - rtems_task_wake_after - sleep 5 seconds
|
||||
TA1 - rtems_task_ident - tid of TA2 (0x00010007)
|
||||
TA1 - rtems_task_ident - tid of TA3 (0x00010008)
|
||||
TA1 - rtems_task_ident - tid of TA2 (0x04010007)
|
||||
TA1 - rtems_task_ident - tid of TA3 (0x04010008)
|
||||
TA1 - rtems_task_set_priority - set TA3's priority to 2
|
||||
TA1 - rtems_task_suspend - suspend TA2
|
||||
TA1 - rtems_task_delete - delete TA2
|
||||
|
||||
@@ -35,7 +35,7 @@ PRI5 - rtems_semaphore_release - nested
|
||||
PRI5 - rtems_semaphore_release - restore priority
|
||||
PRI5 - priority of PRI5 is 68
|
||||
<pause>
|
||||
TA1 - rtems_semaphore_ident - smid => 00010001
|
||||
TA1 - rtems_semaphore_ident - smid => 0c010001
|
||||
TA1 - rtems_semaphore_obtain - wait forever on SM2
|
||||
TA1 - got SM2
|
||||
TA1 - rtems_semaphore_obtain - wait forever on SM3
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
*** TEST 13 ***
|
||||
TA1 - rtems_message_queue_ident - qid => 00010001
|
||||
TA1 - rtems_message_queue_ident - qid => 10010001
|
||||
TA1 - rtems_message_queue_send - BUFFER 1 TO Q 1
|
||||
TA1 - rtems_message_queue_send - BUFFER 2 TO Q 1
|
||||
TA1 - rtems_task_wake_after - sleep 5 seconds
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
*** TEST 15 ***
|
||||
INIT - rtems_partition_create - partition 1
|
||||
INIT - rtems_partition_create - partition 2
|
||||
TA1 - rtems_partition_ident - partition 1 id = 00010001
|
||||
TA1 - rtems_partition_ident - partition 2 id = 00010002
|
||||
TA1 - rtems_partition_ident - partition 1 id = 14010001
|
||||
TA1 - rtems_partition_ident - partition 2 id = 14010002
|
||||
TA1 - rtems_partition_get_buffer - buffer 1 from partition 1 - 0x00000000
|
||||
TA1 - rtems_partition_get_buffer - buffer 2 from partition 1 - 0x00000200
|
||||
TA1 - rtems_partition_get_buffer - buffer 1 from partition 2 - 0x00000000
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
*** TEST 16 ***
|
||||
TA1 - rtems_region_ident - rnid => 00010002
|
||||
TA1 - rtems_region_ident - rnid => 18010002
|
||||
TA1 - rtems_region_get_segment - wait on 100 byte segment from region 2
|
||||
TA1 - got segment from region 2 - 0x00000f78
|
||||
TA1 - rtems_region_get_segment - wait on 3K segment from region 3
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
*** TEST 20 ***
|
||||
TA1 - rtems_rate_monotonic_create id = 0x00010001
|
||||
TA1 - rtems_rate_monotonic_ident id = 0x00010001
|
||||
TA1 - (0x00010001) period 2
|
||||
TA2 - rtems_rate_monotonic_create id = 0x00010002
|
||||
TA2 - rtems_rate_monotonic_ident id = 0x00010002
|
||||
TA2 - (0x00010002) period 2
|
||||
TA3 - rtems_rate_monotonic_create id = 0x00010003
|
||||
TA3 - rtems_rate_monotonic_ident id = 0x00010003
|
||||
TA3 - (0x00010003) period 2
|
||||
TA4 - rtems_rate_monotonic_create id = 0x00010004
|
||||
TA4 - rtems_rate_monotonic_ident id = 0x00010004
|
||||
TA4 - (0x00010004) period 2
|
||||
TA5 - rtems_rate_monotonic_create id = 0x00010005
|
||||
TA5 - rtems_rate_monotonic_ident id = 0x00010005
|
||||
TA5 - (0x00010005) period 100
|
||||
TA1 - rtems_rate_monotonic_create id = 0x20010001
|
||||
TA1 - rtems_rate_monotonic_ident id = 0x20010001
|
||||
TA1 - (0x20010001) period 2
|
||||
TA2 - rtems_rate_monotonic_create id = 0x20010002
|
||||
TA2 - rtems_rate_monotonic_ident id = 0x20010002
|
||||
TA2 - (0x20010002) period 2
|
||||
TA3 - rtems_rate_monotonic_create id = 0x20010003
|
||||
TA3 - rtems_rate_monotonic_ident id = 0x20010003
|
||||
TA3 - (0x20010003) period 2
|
||||
TA4 - rtems_rate_monotonic_create id = 0x20010004
|
||||
TA4 - rtems_rate_monotonic_ident id = 0x20010004
|
||||
TA4 - (0x20010004) period 2
|
||||
TA5 - rtems_rate_monotonic_create id = 0x20010005
|
||||
TA5 - rtems_rate_monotonic_ident id = 0x20010005
|
||||
TA5 - (0x20010005) period 100
|
||||
TA5 - PERIODS CHECK OK (1)
|
||||
TA5 - PERIODS CHECK OK (2)
|
||||
TA5 - PERIODS CHECK OK (3)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
*** TEST 22 ***
|
||||
INIT - rtems_timer_create - creating timer 1
|
||||
INIT - timer 1 has id (0x10001)
|
||||
INIT - timer 1 has id (0x8010001)
|
||||
TA1 - rtems_timer_ident - identing timer 1
|
||||
TA1 - timer 1 has id (0x10001)
|
||||
TA1 - timer 1 has id (0x8010001)
|
||||
TA1 - rtems_clock_get - 09:00:00 12/31/1988
|
||||
TA1 - rtems_timer_fire_after - timer 1 in 3 seconds
|
||||
TA1 - rtems_task_suspend( RTEMS_SELF )
|
||||
|
||||
@@ -5,8 +5,8 @@ INIT - suspending TA2 while middle task on a ready chain
|
||||
TA1 - rtems_task_wake_after - sleep 1 second
|
||||
TA2 - rtems_task_wake_after - sleep 1 minute
|
||||
TA3 - rtems_task_wake_after - sleep 5 seconds
|
||||
TA1 - rtems_task_ident - tid of TA2 (0x00010007)
|
||||
TA1 - rtems_task_ident - tid of TA3 (0x00010008)
|
||||
TA1 - rtems_task_ident - tid of TA2 (0x04010007)
|
||||
TA1 - rtems_task_ident - tid of TA3 (0x04010008)
|
||||
TA1 - rtems_task_set_priority - set TA3's priority to 2
|
||||
TA1 - rtems_task_suspend - suspend TA2
|
||||
TA1 - rtems_task_delete - delete TA2
|
||||
|
||||
@@ -35,7 +35,7 @@ PRI5 - rtems_semaphore_release - nested
|
||||
PRI5 - rtems_semaphore_release - restore priority
|
||||
PRI5 - priority of PRI5 is 68
|
||||
<pause>
|
||||
TA1 - rtems_semaphore_ident - smid => 00010001
|
||||
TA1 - rtems_semaphore_ident - smid => 0c010001
|
||||
TA1 - rtems_semaphore_obtain - wait forever on SM2
|
||||
TA1 - got SM2
|
||||
TA1 - rtems_semaphore_obtain - wait forever on SM3
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
*** TEST 13 ***
|
||||
TA1 - rtems_message_queue_ident - qid => 00010001
|
||||
TA1 - rtems_message_queue_ident - qid => 10010001
|
||||
TA1 - rtems_message_queue_send - BUFFER 1 TO Q 1
|
||||
TA1 - rtems_message_queue_send - BUFFER 2 TO Q 1
|
||||
TA1 - rtems_task_wake_after - sleep 5 seconds
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
*** TEST 15 ***
|
||||
INIT - rtems_partition_create - partition 1
|
||||
INIT - rtems_partition_create - partition 2
|
||||
TA1 - rtems_partition_ident - partition 1 id = 00010001
|
||||
TA1 - rtems_partition_ident - partition 2 id = 00010002
|
||||
TA1 - rtems_partition_ident - partition 1 id = 14010001
|
||||
TA1 - rtems_partition_ident - partition 2 id = 14010002
|
||||
TA1 - rtems_partition_get_buffer - buffer 1 from partition 1 - 0x00000000
|
||||
TA1 - rtems_partition_get_buffer - buffer 2 from partition 1 - 0x00000200
|
||||
TA1 - rtems_partition_get_buffer - buffer 1 from partition 2 - 0x00000000
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
*** TEST 16 ***
|
||||
TA1 - rtems_region_ident - rnid => 00010002
|
||||
TA1 - rtems_region_ident - rnid => 18010002
|
||||
TA1 - rtems_region_get_segment - wait on 100 byte segment from region 2
|
||||
TA1 - got segment from region 2 - 0x00000f78
|
||||
TA1 - rtems_region_get_segment - wait on 3K segment from region 3
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
*** TEST 20 ***
|
||||
TA1 - rtems_rate_monotonic_create id = 0x00010001
|
||||
TA1 - rtems_rate_monotonic_ident id = 0x00010001
|
||||
TA1 - (0x00010001) period 2
|
||||
TA2 - rtems_rate_monotonic_create id = 0x00010002
|
||||
TA2 - rtems_rate_monotonic_ident id = 0x00010002
|
||||
TA2 - (0x00010002) period 2
|
||||
TA3 - rtems_rate_monotonic_create id = 0x00010003
|
||||
TA3 - rtems_rate_monotonic_ident id = 0x00010003
|
||||
TA3 - (0x00010003) period 2
|
||||
TA4 - rtems_rate_monotonic_create id = 0x00010004
|
||||
TA4 - rtems_rate_monotonic_ident id = 0x00010004
|
||||
TA4 - (0x00010004) period 2
|
||||
TA5 - rtems_rate_monotonic_create id = 0x00010005
|
||||
TA5 - rtems_rate_monotonic_ident id = 0x00010005
|
||||
TA5 - (0x00010005) period 100
|
||||
TA1 - rtems_rate_monotonic_create id = 0x20010001
|
||||
TA1 - rtems_rate_monotonic_ident id = 0x20010001
|
||||
TA1 - (0x20010001) period 2
|
||||
TA2 - rtems_rate_monotonic_create id = 0x20010002
|
||||
TA2 - rtems_rate_monotonic_ident id = 0x20010002
|
||||
TA2 - (0x20010002) period 2
|
||||
TA3 - rtems_rate_monotonic_create id = 0x20010003
|
||||
TA3 - rtems_rate_monotonic_ident id = 0x20010003
|
||||
TA3 - (0x20010003) period 2
|
||||
TA4 - rtems_rate_monotonic_create id = 0x20010004
|
||||
TA4 - rtems_rate_monotonic_ident id = 0x20010004
|
||||
TA4 - (0x20010004) period 2
|
||||
TA5 - rtems_rate_monotonic_create id = 0x20010005
|
||||
TA5 - rtems_rate_monotonic_ident id = 0x20010005
|
||||
TA5 - (0x20010005) period 100
|
||||
TA5 - PERIODS CHECK OK (1)
|
||||
TA5 - PERIODS CHECK OK (2)
|
||||
TA5 - PERIODS CHECK OK (3)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
*** TEST 22 ***
|
||||
INIT - rtems_timer_create - creating timer 1
|
||||
INIT - timer 1 has id (0x10001)
|
||||
INIT - timer 1 has id (0x8010001)
|
||||
TA1 - rtems_timer_ident - identing timer 1
|
||||
TA1 - timer 1 has id (0x10001)
|
||||
TA1 - timer 1 has id (0x8010001)
|
||||
TA1 - rtems_clock_get - 09:00:00 12/31/1988
|
||||
TA1 - rtems_timer_fire_after - timer 1 in 3 seconds
|
||||
TA1 - rtems_task_suspend( RTEMS_SELF )
|
||||
|
||||
Reference in New Issue
Block a user