summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxcancel01/psxcancel01.scn
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-28 23:52:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-28 23:52:46 +0000
commit0c07f6950ffe764f3c4ec37924a9921638a7079a (patch)
treecfbe9fa523c135f01d3b4ce1217ec2d1131a6ca7 /testsuites/psxtests/psxcancel01/psxcancel01.scn
parent2009-09-28 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-0c07f6950ffe764f3c4ec37924a9921638a7079a.tar.bz2
2009-09-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* psxcancel/init.c, psxcancel/psxcancel.scn, psxcancel01/init.c, psxcancel01/psxcancel01.scn: Add missing pthread cancellation test cases.
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
index ad1dae753e..80e93440c1 100644
--- a/testsuites/psxtests/psxcancel01/psxcancel01.scn
+++ b/testsuites/psxtests/psxcancel01/psxcancel01.scn
@@ -1,4 +1,8 @@
*** POSIX TEST CANCEL 01 ***
Init: schedule pthread_cancel from a TSR
pthread_cancel - from ISR returns EPROTO - OK
+Init: schedule pthread_setcancelstate from a TSR
+pthread_setcancelstate - from ISR returns EPROTO - OK
+Init: schedule pthread_setcanceltype from a TSR
+pthread_setcanceltype - from ISR returns EPROTO - OK
*** END OF POSIX TEST CANCEL 01 ***