summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx10
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-12-03 23:02:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-12-03 23:02:24 +0000
commitcd155bec6f3a761b9eb12ff8dc592da8f96ee1ed (patch)
tree179712f5c3015e30fd05c477a6c0cafb909530cf /testsuites/psxtests/psx10
parentChanged to account for ownership only being tracked when a priority (diff)
downloadrtems-cd155bec6f3a761b9eb12ff8dc592da8f96ee1ed.tar.bz2
Removed spaces.
Diffstat (limited to 'testsuites/psxtests/psx10')
-rw-r--r--testsuites/psxtests/psx10/psx10.scn4
1 files changed, 0 insertions, 4 deletions
diff --git a/testsuites/psxtests/psx10/psx10.scn b/testsuites/psxtests/psx10/psx10.scn
index a26432ac6e..0247781efa 100644
--- a/testsuites/psxtests/psx10/psx10.scn
+++ b/testsuites/psxtests/psx10/psx10.scn
@@ -16,13 +16,11 @@ Init: pthread_cond_init - ENOMEM (too many conds)
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: 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
@@ -36,7 +34,6 @@ Task_2: back from pthread_cond_wait release mutex
Task_2: task exit
Init: pthread_cond_timedwait for 3 seconds
Init: pthread_cond_timedwait - ETIMEDOUT - (mutex not acquired)
-
Init: pthread_cond_signal - EINVAL (cond invalid)
Init: pthread_cond_broadcast - EINVAL (cond invalid)
Init: pthread_cond_wait - EINVAL (cond invalid)
@@ -48,7 +45,6 @@ Init: pthread_cond_timedwait - ETIMEDOUT (abstime->tv_sec < current time)
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: pthread_cond_wait