From 94179e0f24b91fe3cf9dd530cad5af77438beecb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 18 Aug 1995 21:44:29 +0000 Subject: Changed to reflect adding object class to id --- testsuites/sptests/sp02/sp02.scn | 4 ++-- testsuites/sptests/sp12/sp12.scn | 2 +- testsuites/sptests/sp13/sp13.scn | 2 +- testsuites/sptests/sp15/sp15.scn | 4 ++-- testsuites/sptests/sp16/sp16.scn | 2 +- testsuites/sptests/sp20/sp20.scn | 30 +++++++++++++++--------------- testsuites/sptests/sp22/sp22.scn | 4 ++-- 7 files changed, 24 insertions(+), 24 deletions(-) (limited to 'testsuites/sptests') diff --git a/testsuites/sptests/sp02/sp02.scn b/testsuites/sptests/sp02/sp02.scn index 57a4627284..f7ee2c2214 100644 --- a/testsuites/sptests/sp02/sp02.scn +++ b/testsuites/sptests/sp02/sp02.scn @@ -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 diff --git a/testsuites/sptests/sp12/sp12.scn b/testsuites/sptests/sp12/sp12.scn index 82ceca3c6e..08454f9678 100644 --- a/testsuites/sptests/sp12/sp12.scn +++ b/testsuites/sptests/sp12/sp12.scn @@ -35,7 +35,7 @@ PRI5 - rtems_semaphore_release - nested PRI5 - rtems_semaphore_release - restore priority PRI5 - priority of PRI5 is 68 -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 diff --git a/testsuites/sptests/sp13/sp13.scn b/testsuites/sptests/sp13/sp13.scn index 108f835410..4b842e309f 100644 --- a/testsuites/sptests/sp13/sp13.scn +++ b/testsuites/sptests/sp13/sp13.scn @@ -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 diff --git a/testsuites/sptests/sp15/sp15.scn b/testsuites/sptests/sp15/sp15.scn index acddd5b5e9..34907ccb64 100644 --- a/testsuites/sptests/sp15/sp15.scn +++ b/testsuites/sptests/sp15/sp15.scn @@ -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 diff --git a/testsuites/sptests/sp16/sp16.scn b/testsuites/sptests/sp16/sp16.scn index a1a27cb9ad..e586e6e416 100644 --- a/testsuites/sptests/sp16/sp16.scn +++ b/testsuites/sptests/sp16/sp16.scn @@ -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 diff --git a/testsuites/sptests/sp20/sp20.scn b/testsuites/sptests/sp20/sp20.scn index 9e71a3d003..bf14d1655a 100644 --- a/testsuites/sptests/sp20/sp20.scn +++ b/testsuites/sptests/sp20/sp20.scn @@ -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) diff --git a/testsuites/sptests/sp22/sp22.scn b/testsuites/sptests/sp22/sp22.scn index 6402ab4482..e90d0ca36e 100644 --- a/testsuites/sptests/sp22/sp22.scn +++ b/testsuites/sptests/sp22/sp22.scn @@ -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 ) -- cgit v1.2.3