summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-27 13:51:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-27 13:51:02 +0000
commit6ce14e72fba9bb17d4db5071ad50eb5e5592261b (patch)
treed6cf31c2ea5ad947476f7ef9c45a3efeec1abe78 /testsuites
parentAdded numerous entries to make the memory calculation more accurate: (diff)
downloadrtems-6ce14e72fba9bb17d4db5071ad50eb5e5592261b.tar.bz2
Fixed screen to match actual output.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/psxtests/psx10/psx10.scn5
1 files changed, 2 insertions, 3 deletions
diff --git a/testsuites/psxtests/psx10/psx10.scn b/testsuites/psxtests/psx10/psx10.scn
index a19b9d8c49..a26432ac6e 100644
--- a/testsuites/psxtests/psx10/psx10.scn
+++ b/testsuites/psxtests/psx10/psx10.scn
@@ -44,9 +44,8 @@ Init: pthread_cond_timedwait - EINVAL (cond invalid)
Init: pthread_cond_wait - EINVAL (mutex invalid)
Init: pthread_cond_timedwait - EINVAL (mutex invalid)
Init: pthread_cond_timedwait - EINVAL (abstime NULL)
-Init: pthread_cond_timedwait - EINVAL (abstime->tv_sec invalid)
-Init: pthread_cond_timedwait - EINVAL (abstime->tv_nsec invalid)
-Init: pthread_cond_timedwait - EINVAL (abstime->tv_nsec to large)
+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)