From c39133b88262a81da9eff3f744b62f3d675334a6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 10 Dec 2021 09:41:22 +0100 Subject: validation: Add system termination test suites 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. --- spec/build/testsuites/validation/grp.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'spec/build/testsuites/validation/grp.yml') diff --git a/spec/build/testsuites/validation/grp.yml b/spec/build/testsuites/validation/grp.yml index 48e3978e94..19b447f216 100644 --- a/spec/build/testsuites/validation/grp.yml +++ b/spec/build/testsuites/validation/grp.yml @@ -12,8 +12,24 @@ ldflags: [] links: - role: build-dependency uid: libvalidation +- role: build-dependency + uid: fatal-boot-processor-not-assigned-to-scheduler +- role: build-dependency + uid: fatal-init-task-construct-failed +- role: build-dependency + uid: fatal-mandatory-processor-not-present +- role: build-dependency + uid: fatal-scheduler-requires-exactly-one-processor +- role: build-dependency + uid: fatal-smp +- role: build-dependency + uid: fatal-start-of-mandatory-processor-failed +- role: build-dependency + uid: fatal-too-large-tls-size - role: build-dependency uid: performance-no-clock-0 +- role: build-dependency + uid: terminate - role: build-dependency uid: validation-0 - role: build-dependency @@ -28,6 +44,8 @@ links: uid: validation-smp-only-0 - role: build-dependency uid: validation-smp-only-1 +- role: build-dependency + uid: validation-smp-only-2 type: build use-after: - validation -- cgit v1.2.3