summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpunsupported01/smpunsupported01.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-12-05 09:56:47 -0600
committerJoel Sherrill <joel@rtems.org>2017-12-06 12:48:46 -0600
commite9e0f1d4649191a419274b76cacad354f2a45798 (patch)
tree2f1e9fcb1f402432dccad0d3409a3ee1c9698a2e /testsuites/smptests/smpunsupported01/smpunsupported01.doc
parenttaskmode.c: Ensure all error checking is done before modifying executing (diff)
downloadrtems-e9e0f1d4649191a419274b76cacad354f2a45798.tar.bz2
smpunsupported01: Add missing error check for rtems_task_mode
Update test documentation to include more cases. Updates #3000.
Diffstat (limited to '')
-rw-r--r--testsuites/smptests/smpunsupported01/smpunsupported01.doc4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/smptests/smpunsupported01/smpunsupported01.doc b/testsuites/smptests/smpunsupported01/smpunsupported01.doc
index 2fbd4fafc1..71a4fb60da 100644
--- a/testsuites/smptests/smpunsupported01/smpunsupported01.doc
+++ b/testsuites/smptests/smpunsupported01/smpunsupported01.doc
@@ -16,3 +16,7 @@ concepts:
on SMP configurations.
- Ensure that rtems_task_create() with RTEMS_NO_PREEMPT returns an error
status on SMP configurations.
+ - Ensure that rtems_task_mode() with RTEMS_INTERRUPT_MASK returns an
+ error status
+ - Ensure that rtems_task_create() with RTEMS_INTERRUPT_MASK returns an
+ error status