summaryrefslogtreecommitdiffstats
path: root/spec/testsuites/fatal-bsp-sparc-leon3-cache-snooping-disabled-boot.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/testsuites/fatal-bsp-sparc-leon3-cache-snooping-disabled-boot.yml')
-rw-r--r--spec/testsuites/fatal-bsp-sparc-leon3-cache-snooping-disabled-boot.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/spec/testsuites/fatal-bsp-sparc-leon3-cache-snooping-disabled-boot.yml b/spec/testsuites/fatal-bsp-sparc-leon3-cache-snooping-disabled-boot.yml
new file mode 100644
index 00000000..dc5e0595
--- /dev/null
+++ b/spec/testsuites/fatal-bsp-sparc-leon3-cache-snooping-disabled-boot.yml
@@ -0,0 +1,25 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: bsps/sparc/leon3
+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 BspSparcLeon3ValFatalCacheSnoopingDisabledBoot_Run
+
+ #define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
+
+ #include "ts-fatal-sysinit.h"
+test-description: null
+test-includes: []
+test-local-includes:
+- tr-fatal-bsp-sparc-leon3-cache-snooping-disabled-boot.h
+test-suite-name: FatalBspSparcLeon3CacheSnoopingDisabledBoot
+test-target: testsuites/validation/ts-fatal-bsp-sparc-leon3-cache-snooping-disabled-boot.c
+type: test-suite