summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxobj01/psxobj01.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-12 15:17:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-12 15:17:49 +0000
commitc0ae2676b52885826afa4f0478659ddfc4fc4f4a (patch)
treea31f6e96b23c21e623d1ae796a78236bccf7358b /testsuites/psxtests/psxobj01/psxobj01.doc
parent2009-06-12 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-c0ae2676b52885826afa4f0478659ddfc4fc4f4a.tar.bz2
Add new test for error cases in _Objects_Name_to_id_string which is currently only used by POSIX semaphores and message queues.
Diffstat (limited to 'testsuites/psxtests/psxobj01/psxobj01.doc')
-rw-r--r--testsuites/psxtests/psxobj01/psxobj01.doc26
1 files changed, 26 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxobj01/psxobj01.doc b/testsuites/psxtests/psxobj01/psxobj01.doc
new file mode 100644
index 0000000000..73a8991e17
--- /dev/null
+++ b/testsuites/psxtests/psxobj01/psxobj01.doc
@@ -0,0 +1,26 @@
+#
+# $Id$
+#
+# COPYRIGHT (c) 1989-2009.
+# On-Line Applications Research Corporation (OAR).
+#
+# 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: psxobj01
+
+directives:
+
+ NOTE: This test specifically calls directly into the SuperCore to
+ exercise a routine only used by the POSIX API.
+ _Objects_Name_to_id_string
+
+concepts:
+
++ Verify error conditions in _Objects_Name_to_id_string that are
+ difficult or impossible to impossible to reach from the POSIX
+ APIs that use it.