summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxcancel01/psxcancel01.scn
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.scn
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 '')
-rw-r--r--testsuites/psxtests/psxcancel01/psxcancel01.scn4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxcancel01/psxcancel01.scn b/testsuites/psxtests/psxcancel01/psxcancel01.scn
new file mode 100644
index 0000000000..ad1dae753e
--- /dev/null
+++ b/testsuites/psxtests/psxcancel01/psxcancel01.scn
@@ -0,0 +1,4 @@
+*** POSIX TEST CANCEL 01 ***
+Init: schedule pthread_cancel from a TSR
+pthread_cancel - from ISR returns EPROTO - OK
+*** END OF POSIX TEST CANCEL 01 ***