summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpunsupported01/smpunsupported01.doc
blob: 71a4fb60da071e67adef1afc73a5a06486005c5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
This file describes the directives and concepts tested by this test set.

test set name: smpunsupported01

directives:

  - rtems_configuration_is_smp_enabled()
  - rtems_task_mode()
  - rtems_task_create()

concepts:

  - 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.
  - 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