source: rtems/spec/build/testsuites/validation/grp.yml @ 1ab93ba

Last change on this file since 1ab93ba was 1ab93ba, checked in by Sebastian Huber <sebastian.huber@…>, on 09/28/22 at 10:22:33

score: INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILED

Add the INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILED fatal error in case the
creation of an idle thread fails. This may happen due to a failing create
extension provided by the application.

  • Property mode set to 100644
File size: 2.1 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2build-type: group
3cflags: []
4copyrights:
5- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
6cppflags: []
7cxxflags: []
8enabled-by:
9- BUILD_TESTS
10- BUILD_VALIDATIONTESTS
11includes:
12- ${BSP_INCLUDES}
13install: []
14ldflags: []
15links:
16- role: build-dependency
17  uid: libvalidation
18- role: build-dependency
19  uid: fatal-boot-processor-not-assigned-to-scheduler
20- role: build-dependency
21  uid: fatal-idle-thread-create-failed
22- role: build-dependency
23  uid: fatal-init-task-construct-failed
24- role: build-dependency
25  uid: fatal-mandatory-processor-not-present
26- role: build-dependency
27  uid: fatal-scheduler-requires-exactly-one-processor
28- role: build-dependency
29  uid: fatal-smp
30- role: build-dependency
31  uid: fatal-start-of-mandatory-processor-failed
32- role: build-dependency
33  uid: fatal-start-on-not-online-processor
34- role: build-dependency
35  uid: fatal-too-large-tls-size
36- role: build-dependency
37  uid: performance-no-clock-0
38- role: build-dependency
39  uid: terminate
40- role: build-dependency
41  uid: userext
42- role: build-dependency
43  uid: validation-0
44- role: build-dependency
45  uid: validation-1
46- role: build-dependency
47  uid: validation-acfg-0
48- role: build-dependency
49  uid: validation-acfg-1
50- role: build-dependency
51  uid: validation-cache
52- role: build-dependency
53  uid: validation-intr
54- role: build-dependency
55  uid: validation-io-kernel
56- role: build-dependency
57  uid: validation-no-clock-0
58- role: build-dependency
59  uid: validation-non-smp
60- role: build-dependency
61  uid: validation-one-cpu-0
62- role: build-dependency
63  uid: validation-one-cpu-1
64- role: build-dependency
65  uid: validation-smp-one-cpu-0
66- role: build-dependency
67  uid: validation-smp-only-0
68- role: build-dependency
69  uid: validation-smp-only-2
70- role: build-dependency
71  uid: validation-timecounter-0
72- role: build-dependency
73  uid: validation-timecounter-1
74- role: build-dependency
75  uid: validation-timecounter-smp-0
76- role: build-dependency
77  uid: validation-tls-0
78- role: build-dependency
79  uid: validation-tls-1
80type: build
81use-after:
82- validation
83- rtemstest
84use-before: []
Note: See TracBrowser for help on using the repository browser.