Warning, /testsuites/smptests/smpunsupported01/smpunsupported01.doc is written in an unsupported language. File is not indexed.
0001 This file describes the directives and concepts tested by this test set.
0002
0003 test set name: smpunsupported01
0004
0005 directives:
0006
0007 - rtems_configuration_is_smp_enabled()
0008 - rtems_task_mode()
0009 - rtems_task_create()
0010
0011 concepts:
0012
0013 - Ensure that rtems_configuration_is_smp_enabled() return true on SMP
0014 configurations.
0015 - Ensure that rtems_task_mode() with RTEMS_NO_PREEMPT returns an error status
0016 on SMP configurations.
0017 - Ensure that rtems_task_create() with RTEMS_NO_PREEMPT returns an error
0018 status on SMP configurations.
0019 - Ensure that rtems_task_mode() with RTEMS_INTERRUPT_MASK returns an
0020 error status
0021 - Ensure that rtems_task_create() with RTEMS_INTERRUPT_MASK returns an
0022 error status