summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp43
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-11-09 14:25:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-11-09 14:25:28 +0000
commit380c61ac673ba181ab90034684cc963441784c82 (patch)
tree7af699269a5bc7a97ce38257283282c98ceb3897 /testsuites/sptests/sp43
parent2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-380c61ac673ba181ab90034684cc963441784c82.tar.bz2
2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp32/Makefile.am, sp33/Makefile.am, sp37/Makefile.am, sp38/Makefile.am, sp39/Makefile.am, sp43/Makefile.am, sp44/Makefile.am, spfatal01/Makefile.am, spfatal02/Makefile.am, spfatal03/Makefile.am, spfatal04/Makefile.am, spfatal05/Makefile.am, spfatal06/Makefile.am, spfatal07/Makefile.am, spfatal08/Makefile.am, spfatal09/Makefile.am, spobjgetnext/Makefile.am, spprintk/Makefile.am, spsize/Makefile.am, spwatchdog/Makefile.am, spwkspace/Makefile.am: Add documentation files for multiple tests. * sp32/sp32.doc, sp33/sp33.doc, sp37/sp37.doc, sp38/sp38.doc, sp39/sp39.doc, sp43/sp43.doc, sp44/sp44.doc, spfatal01/spfatal01.doc, spfatal02/spfatal02.doc, spfatal03/spfatal03.doc, spfatal04/spfatal04.doc, spfatal05/spfatal05.doc, spfatal06/spfatal06.doc, spfatal07/spfatal07.doc, spfatal08/spfatal08.doc, spfatal09/spfatal09.doc, spobjgetnext/spobjgetnext.doc, spprintk/spprintk.doc, spsize/spsize.doc, spwatchdog/spwatchdog.doc, spwkspace/spwkspace.doc: New files.
Diffstat (limited to '')
-rw-r--r--testsuites/sptests/sp43/Makefile.am1
-rw-r--r--testsuites/sptests/sp43/sp43.doc54
2 files changed, 55 insertions, 0 deletions
diff --git a/testsuites/sptests/sp43/Makefile.am b/testsuites/sptests/sp43/Makefile.am
index 1ac8036ad7..b364e6037a 100644
--- a/testsuites/sptests/sp43/Makefile.am
+++ b/testsuites/sptests/sp43/Makefile.am
@@ -8,6 +8,7 @@ rtems_tests_PROGRAMS = sp43
sp43_SOURCES = init.c
dist_rtems_tests_DATA = sp43.scn
+dist_rtems_tests_DATA += sp43.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/sptests/sp43/sp43.doc b/testsuites/sptests/sp43/sp43.doc
new file mode 100644
index 0000000000..c9703c0270
--- /dev/null
+++ b/testsuites/sptests/sp43/sp43.doc
@@ -0,0 +1,54 @@
+#
+# $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: sp43
+
+directives:
+
+ rtems_build_id
+ rtems_build_name
+ rtems_get_version_string
+ rtems_object_get_api_name
+ rtems_object_get_classic_name
+ rtems_object_get_class_information
+ rtems_object_get_name
+ rtems_object_api_minimum_class
+ rtems_object_api_maximum_class
+ rtems_object_id_api_maximum
+ rtems_object_id_api_minimum
+ rtems_object_id_get_api
+ rtems_object_id_get_class
+ rtems_object_id_get_index
+ rtems_object_id_get_node
+ rtems_object_set_name
+ rtems_object_id_api_minimum
+ rtems_object_id_api_maximum
+ SCORE _Thread_Get
+ SCORE _Thread_Get
+ SCORE _Objects_Get
+
+
+concepts:
+
++ Ensure that the various object id and name services operate as expected.
+
++ Ensure that the various object id and name services detect and report
+ all errors.
+
++ Ensure that attempting to use a thread id from an API that is not installed
+ is detected and treated as an error.
+
++ Ensure that attempting to use an object id that is in the valid range but
+ does not reflect an object that has been created is detected and treated
+ as an error.
+