summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-22 17:28:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-22 17:28:28 +0000
commiteea728230aeb7c42e0da24148b00b561059f4f5b (patch)
tree5869bf2fdf6d9ab3608de8b141cc9e769de0c57f /testsuites/psxtmtests
parent2011-07-22 Ricardo Aguirre <el.mastin@ymail.com> (diff)
downloadrtems-eea728230aeb7c42e0da24148b00b561059f4f5b.tar.bz2
2011-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxtmmutex02/psxtmmutex02.doc, psxtmsem01/psxtmsem01.doc, psxtmsem02/psxtmsem02.doc, psxtmthread01/psxtmthread01.doc: Ensure all are correct.
Diffstat (limited to 'testsuites/psxtmtests')
-rw-r--r--testsuites/psxtmtests/ChangeLog6
-rw-r--r--testsuites/psxtmtests/psxtmmutex02/psxtmmutex02.doc2
-rw-r--r--testsuites/psxtmtests/psxtmsem01/psxtmsem01.doc10
-rw-r--r--testsuites/psxtmtests/psxtmsem02/psxtmsem02.doc2
-rw-r--r--testsuites/psxtmtests/psxtmthread01/psxtmthread01.doc2
5 files changed, 15 insertions, 7 deletions
diff --git a/testsuites/psxtmtests/ChangeLog b/testsuites/psxtmtests/ChangeLog
index 1f006b279a..546f73f129 100644
--- a/testsuites/psxtmtests/ChangeLog
+++ b/testsuites/psxtmtests/ChangeLog
@@ -1,3 +1,9 @@
+2011-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * psxtmmutex02/psxtmmutex02.doc, psxtmsem01/psxtmsem01.doc,
+ psxtmsem02/psxtmsem02.doc, psxtmthread01/psxtmthread01.doc: Ensure
+ all are correct.
+
2011-07-22 Ricardo Aguirre <el.mastin@ymail.com>
PR 1847/tests
diff --git a/testsuites/psxtmtests/psxtmmutex02/psxtmmutex02.doc b/testsuites/psxtmtests/psxtmmutex02/psxtmmutex02.doc
index 1520da7e57..7a300034c7 100644
--- a/testsuites/psxtmtests/psxtmmutex02/psxtmmutex02.doc
+++ b/testsuites/psxtmtests/psxtmmutex02/psxtmmutex02.doc
@@ -11,4 +11,4 @@
This test benchmarks the following operations:
-+ TBD
++ pthread_mutex_lock - unavailable, block
diff --git a/testsuites/psxtmtests/psxtmsem01/psxtmsem01.doc b/testsuites/psxtmtests/psxtmsem01/psxtmsem01.doc
index 83d45b0fc7..344415d0a0 100644
--- a/testsuites/psxtmtests/psxtmsem01/psxtmsem01.doc
+++ b/testsuites/psxtmtests/psxtmsem01/psxtmsem01.doc
@@ -12,9 +12,11 @@
This test benchmarks the following operations:
+ sem_init
-+ sem_open (first 'O_CREAT')
-+ sem_close (first)
-+ sem_open (second 'O_EXCL')
-+ sem_close (second)
+ sem_destroy
++ sem_open (first open 'O_CREAT')
++ sem_open (second open 'O_EXCL')
++ sem_close (named first/nested close)
++ sem_unlink (does not delete)
++ sem_close (named second close)
++ sem_unlink (deletes semaphore)
diff --git a/testsuites/psxtmtests/psxtmsem02/psxtmsem02.doc b/testsuites/psxtmtests/psxtmsem02/psxtmsem02.doc
index bbcc50903a..b24d68c082 100644
--- a/testsuites/psxtmtests/psxtmsem02/psxtmsem02.doc
+++ b/testsuites/psxtmtests/psxtmsem02/psxtmsem02.doc
@@ -14,6 +14,6 @@ This test benchmarks the following operations:
+ sem_getvalue
+ sem_wait – available
+ sem_post - no threads waiting
-+ sem_trywait - available_
++ sem_trywait - available
+ sem_trywait - not available
diff --git a/testsuites/psxtmtests/psxtmthread01/psxtmthread01.doc b/testsuites/psxtmtests/psxtmthread01/psxtmthread01.doc
index 1520da7e57..7b1b423f8d 100644
--- a/testsuites/psxtmtests/psxtmthread01/psxtmthread01.doc
+++ b/testsuites/psxtmtests/psxtmthread01/psxtmthread01.doc
@@ -11,4 +11,4 @@
This test benchmarks the following operations:
-+ TBD
++ pthread_create