summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-12-09 16:22:28 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-03-24 11:10:49 +0100
commitff50664c5c08cf8d184b0406ca029b7e913a6e7e (patch)
tree5df8ce21dacc7fd69a4ff3a79bd5c75a5c40dbe1 /spec/build/testsuites
parentvalidation: Test C libary functions (diff)
downloadrtems-ff50664c5c08cf8d184b0406ca029b7e913a6e7e.tar.bz2
validation: Test scheduler operations
The test source code is generated from specification items by the "./spec2modules.py" script contained in the git://git.rtems.org/rtems-central.git Git repository. Please read the "How-To" section in the "Software Requirements Engineering" chapter of the RTEMS Software Engineering manual to get more information about the process. Update #3716.
Diffstat (limited to 'spec/build/testsuites')
-rw-r--r--spec/build/testsuites/validation/validation-no-clock-0.yml1
-rw-r--r--spec/build/testsuites/validation/validation-smp-only-0.yml3
2 files changed, 4 insertions, 0 deletions
diff --git a/spec/build/testsuites/validation/validation-no-clock-0.yml b/spec/build/testsuites/validation/validation-no-clock-0.yml
index ef241f3416..96921a819b 100644
--- a/spec/build/testsuites/validation/validation-no-clock-0.yml
+++ b/spec/build/testsuites/validation/validation-no-clock-0.yml
@@ -67,6 +67,7 @@ source:
- testsuites/validation/tc-scheduler-ident-by-processor-set.c
- testsuites/validation/tc-scheduler-ident.c
- testsuites/validation/tc-scheduler-remove-processor.c
+- testsuites/validation/tc-sched-yield.c
- testsuites/validation/tc-score-fatal.c
- testsuites/validation/tc-sem-create.c
- testsuites/validation/tc-sem-flush.c
diff --git a/spec/build/testsuites/validation/validation-smp-only-0.yml b/spec/build/testsuites/validation/validation-smp-only-0.yml
index 4bef002802..33f3b3ab6a 100644
--- a/spec/build/testsuites/validation/validation-smp-only-0.yml
+++ b/spec/build/testsuites/validation/validation-smp-only-0.yml
@@ -17,6 +17,9 @@ source:
- testsuites/validation/tc-bsp-interrupt-spurious.c
- testsuites/validation/tc-intr-smp-only.c
- testsuites/validation/tc-scheduler-smp-only.c
+- testsuites/validation/tc-sched-smp.c
+- testsuites/validation/tc-sched-smp-edf.c
+- testsuites/validation/tc-sched-smp-edf-set-affinity.c
- testsuites/validation/tc-score-tq-smp.c
- testsuites/validation/tc-sem-smp.c
- testsuites/validation/tc-sem-mrsp-obtain.c