summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpunsupported01
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-09-01 11:01:04 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-09-01 11:01:04 +0200
commit4030cccfef9b6a600e23cd9bb2ff074cc0a86b73 (patch)
tree17affc4280482bb9f4a01025cf42e7c96ecbefb3 /testsuites/smptests/smpunsupported01
parentsmptests/smpfatal08: Fix link error (diff)
downloadrtems-4030cccfef9b6a600e23cd9bb2ff074cc0a86b73.tar.bz2
tests: Add documentation
Diffstat (limited to 'testsuites/smptests/smpunsupported01')
-rw-r--r--testsuites/smptests/smpunsupported01/smpunsupported01.doc9
1 files changed, 8 insertions, 1 deletions
diff --git a/testsuites/smptests/smpunsupported01/smpunsupported01.doc b/testsuites/smptests/smpunsupported01/smpunsupported01.doc
index 954bf300c4..2fbd4fafc1 100644
--- a/testsuites/smptests/smpunsupported01/smpunsupported01.doc
+++ b/testsuites/smptests/smpunsupported01/smpunsupported01.doc
@@ -5,7 +5,14 @@ test set name: smpunsupported01
directives:
- rtems_configuration_is_smp_enabled()
+ - rtems_task_mode()
+ - rtems_task_create()
concepts:
- - Ensure that functions unsupported on SMP return an error status.
+ - Ensure that rtems_configuration_is_smp_enabled() return true on SMP
+ configurations.
+ - Ensure that rtems_task_mode() with RTEMS_NO_PREEMPT returns an error status
+ on SMP configurations.
+ - Ensure that rtems_task_create() with RTEMS_NO_PREEMPT returns an error
+ status on SMP configurations.