summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx01
diff options
context:
space:
mode:
authorAnnelies Odermann <annelies.odermann@gmail.com>2013-11-22 05:43:53 -0500
committerGedare Bloom <gedare@rtems.org>2013-11-22 05:43:53 -0500
commit27116f25adfa9695dade95fbb68e7f8cf3147e0e (patch)
tree36d7c6361006ed64dc394b243acbb7b5cb1575a5 /testsuites/psxtests/psx01
parentstatvfs and ALL filesystem handlers: Add restrict keyword. (diff)
downloadrtems-27116f25adfa9695dade95fbb68e7f8cf3147e0e.tar.bz2
psxtests: add psx01/psx01.doc
Diffstat (limited to 'testsuites/psxtests/psx01')
-rw-r--r--testsuites/psxtests/psx01/psx01.doc36
1 files changed, 36 insertions, 0 deletions
diff --git a/testsuites/psxtests/psx01/psx01.doc b/testsuites/psxtests/psx01/psx01.doc
new file mode 100644
index 0000000000..60cff7cf0a
--- /dev/null
+++ b/testsuites/psxtests/psx01/psx01.doc
@@ -0,0 +1,36 @@
+# testsuites/psxtests/psx01/psx01.doc
+# COPYRIGHT (c) 1989-2009.
+# On-Line Applications Research Corporation (OAR).
+# Copyright (c) 2013 Annelies Odermann <annelies.odermann@gmail.com>
+#
+# The license and distribution terms for this file may be
+# found in the file LICENSE in this distribution or at
+# http://www.rtems.com/license/LICENSE.
+#
+This file describes the directives and concepts tested by this test set.
+
+test set name: psx01
+
+directives:
+ pthread_create
+ pthread_equal
+ pthread_once
+ sched_get_priority_min
+ sched_get_priority_max
+ sched_rr_get_interval
+ sched_yield
+ uname
+
+concepts:
++ Verify that uname gives proper error message when utsname is not defined,
+ or proper data if it is
++ Verify that sched_get_priority_min and sched_get_priority_max work as
+ expected and give proper error messages when no policy is defined
++ Verify that sched_rr_get_interval works as expected and gives proper error
+ messages
++ Verify that thread creation fails before thread limit is exceeded
++ Verify that thread yielding is operational
++ Verify that pthread_equal works as expected for different combinations of
+ legitimate and illegitimate thread id’s
++ Verify that pthread_once works as expected for different combinations of
+ legitimate and illegitimate thread initiations