summaryrefslogtreecommitdiff
path: root/spec/testsuites
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-03-10 14:49:19 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-03-16 07:40:09 +0100
commitb722d660e6053db94d14d7c240086c8b6d64b601 (patch)
tree561d9902fc1008c786c2c964f10c98e1b07fd93c /spec/testsuites
parent8878fa03232532d0d4512bcb3142aca3e3e060fa (diff)
spec: Specify SMP multitasking start error
Diffstat (limited to 'spec/testsuites')
-rw-r--r--spec/testsuites/fatal-start-on-not-online-processor.yml28
1 files changed, 28 insertions, 0 deletions
diff --git a/spec/testsuites/fatal-start-on-not-online-processor.yml b/spec/testsuites/fatal-start-on-not-online-processor.yml
new file mode 100644
index 00000000..87e5b5e8
--- /dev/null
+++ b/spec/testsuites/fatal-start-on-not-online-processor.yml
@@ -0,0 +1,28 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2022 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: RTEMS_SMP
+links:
+- role: requirement-refinement
+ uid: /req/test-suites
+test-brief: |
+ This validation test suite contains a test case which triggers a fatal error
+ during system initialization.
+test-code: |
+ const char rtems_test_name[] = "${.:/test-suite-name}";
+
+ #define FATAL_SYSINIT_RUN ScoreSmpValFatalStartOnNotOnlineProcessor_Run
+
+ #define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
+
+ #define CONFIGURE_MAXIMUM_PROCESSORS 2
+
+ #include "ts-fatal-sysinit.h"
+test-description: null
+test-includes: []
+test-local-includes:
+- tr-fatal-start-on-not-online-processor.h
+- ts-config.h
+test-suite-name: FatalStartOnNotOnlineProcessor
+test-target: testsuites/validation/ts-fatal-start-on-not-online-processor.c
+type: test-suite