summaryrefslogtreecommitdiffstats
path: root/spec/testsuites/fatal-bsp-sparc-leon3-cache-snooping-disabled-boot.yml
blob: ec94b9d39a191689db7e50c22b9eda1cdef8205a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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:
  and:
  - RTEMS_SMP
  - bsps/sparc/leon3
links:
- role: requirement-refinement
  uid: validation
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-target: testsuites/validation/ts-fatal-bsp-sparc-leon3-cache-snooping-disabled-boot.c
type: test-suite