forked from Imagelibrary/rtems
* 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.
55 lines
1.4 KiB
Plaintext
55 lines
1.4 KiB
Plaintext
#
|
|
# $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.
|
|
|