summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxcancel01/psxcancel01.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-28 23:10:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-28 23:10:15 +0000
commitbfd225e917517a10dc697f15d5fb216c386433f4 (patch)
tree20ec20068e10775f65935b0f9412a936c9501a36 /testsuites/psxtests/psxcancel01/psxcancel01.doc
parent2009-09-28 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-bfd225e917517a10dc697f15d5fb216c386433f4.tar.bz2
2009-09-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac: Add new test for calling pthread_cancel() from an ISR. * psxcancel01/.cvsignore, psxcancel01/Makefile.am, psxcancel01/init.c, psxcancel01/psxcancel01.doc, psxcancel01/psxcancel01.scn: New files.
Diffstat (limited to 'testsuites/psxtests/psxcancel01/psxcancel01.doc')
-rw-r--r--testsuites/psxtests/psxcancel01/psxcancel01.doc22
1 files changed, 22 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxcancel01/psxcancel01.doc b/testsuites/psxtests/psxcancel01/psxcancel01.doc
new file mode 100644
index 0000000000..7cb06372f0
--- /dev/null
+++ b/testsuites/psxtests/psxcancel01/psxcancel01.doc
@@ -0,0 +1,22 @@
+#
+# $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: psxcancel01
+
+directives:
+
+ pthread_cancel
+
+concepts:
+
++ Ensure that invoking pthread_cancel() from an ISR returns the proper error.