summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx10
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-11-14 17:36:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-11-14 17:36:48 +0000
commit6da9972793a620b4574e4d741004797c92e3eeaf (patch)
tree10235c3e0d7cac375311b57c01634fecd030ba80 /testsuites/psxtests/psx10
parent2002-11-14 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-6da9972793a620b4574e4d741004797c92e3eeaf.tar.bz2
2002-11-14 Joel Sherrill <joel@OARcorp.com>
* psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn, psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn, psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn: Per PR239 update the IDs in the various screens.
Diffstat (limited to 'testsuites/psxtests/psx10')
-rw-r--r--testsuites/psxtests/psx10/psx10.scn6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/psxtests/psx10/psx10.scn b/testsuites/psxtests/psx10/psx10.scn
index 0247781efa..962540d6e4 100644
--- a/testsuites/psxtests/psx10/psx10.scn
+++ b/testsuites/psxtests/psx10/psx10.scn
@@ -17,14 +17,14 @@ Init: pthread_cond_destroy
Init: pthread_cond_destroy - EINVAL (cond invalid)
Init: pthread_cond_init - attr
Init: sleep to switch to Task_1
-Task_1: ID is 0x0c010002
+Task_1: ID is 0x0b010002
Task_1: pthread_cond_wait
Init: pthread_cond_destroy - EBUSY (task1 waiting)
Init: pthread_cond_signal
Init: sleep - switch to Task_1 and Task_2
Task_1: back from pthread_cond_wait release mutex
Task_1: pthread_cond_wait
-Task_2: ID is 0x0c010003
+Task_2: ID is 0x0b010003
Task_2: pthread_cond_wait
Init: pthread_cond_broadcast
Init: sleep - switch to Task_1
@@ -46,7 +46,7 @@ Init: pthread_cond_timedwait - ETIMEDOUT (abstime->tv_nsec < current time)
Init: pthread_cond_wait - EINVAL (mutex not locked before call)
Init: pthread_cond_timedwait - EINVAL (mutex not locked before call)
Init: sleep - switch to Task_3
-Task_3: ID is 0x0c010004
+Task_3: ID is 0x0b010004
Task_3: pthread_cond_wait
Init: pthread_cond_signal
Init: sleep - switch to Task_3