summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp65/sp65.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-12 13:09:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-12 13:09:36 +0000
commit79a0a6a9daacfc632d4fcfacf3490db713209ed8 (patch)
tree28f3423fc2792fcf09d150454666ca1b4720de1c /testsuites/sptests/sp65/sp65.doc
parentSet default osname fedora-11. (diff)
downloadrtems-79a0a6a9daacfc632d4fcfacf3490db713209ed8.tar.bz2
2009-08-12 Santosh G Vattam <vattam.santosh@gmail.com>
* ChangeLog, Makefile.am, configure.ac: Add new test for some core mutex cases. * sp65/.cvsignore, sp65/Makefile.am, sp65/init.c, sp65/sp65.doc, sp65/sp65.scn: New files.
Diffstat (limited to 'testsuites/sptests/sp65/sp65.doc')
-rw-r--r--testsuites/sptests/sp65/sp65.doc24
1 files changed, 24 insertions, 0 deletions
diff --git a/testsuites/sptests/sp65/sp65.doc b/testsuites/sptests/sp65/sp65.doc
new file mode 100644
index 0000000000..d6390f914d
--- /dev/null
+++ b/testsuites/sptests/sp65/sp65.doc
@@ -0,0 +1,24 @@
+#
+# $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: sp65
+
+directives:
+
+ rtems_region_create
+ really _Objects_Extend_information when unlimited extension fails
+
+concepts:
+
++ Ensure that being unable to allocate memory when extending an object class
+ works as expected.