source: rtems/spec/build/testsuites/validation/grp.yml @ 64fbeaa

Last change on this file since 64fbeaa was 64fbeaa, checked in by Sebastian Huber <sebastian.huber@…>, on 10/06/22 at 06:47:14

score: INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALL

Ensure that the IDLE storage allocator did allocate a suffiently large area.

Update #3835.
Update #4524.

  • Property mode set to 100644
File size: 2.2 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-idle-thread-stack-too-small
24- role: build-dependency
25  uid: fatal-init-task-construct-failed
26- role: build-dependency
27  uid: fatal-mandatory-processor-not-present
28- role: build-dependency
29  uid: fatal-scheduler-requires-exactly-one-processor
30- role: build-dependency
31  uid: fatal-smp
32- role: build-dependency
33  uid: fatal-start-of-mandatory-processor-failed
34- role: build-dependency
35  uid: fatal-start-on-not-online-processor
36- role: build-dependency
37  uid: fatal-too-large-tls-size
38- role: build-dependency
39  uid: performance-no-clock-0
40- role: build-dependency
41  uid: terminate
42- role: build-dependency
43  uid: userext
44- role: build-dependency
45  uid: validation-0
46- role: build-dependency
47  uid: validation-1
48- role: build-dependency
49  uid: validation-acfg-0
50- role: build-dependency
51  uid: validation-acfg-1
52- role: build-dependency
53  uid: validation-cache
54- role: build-dependency
55  uid: validation-intr
56- role: build-dependency
57  uid: validation-io-kernel
58- role: build-dependency
59  uid: validation-no-clock-0
60- role: build-dependency
61  uid: validation-non-smp
62- role: build-dependency
63  uid: validation-one-cpu-0
64- role: build-dependency
65  uid: validation-one-cpu-1
66- role: build-dependency
67  uid: validation-smp-one-cpu-0
68- role: build-dependency
69  uid: validation-smp-only-0
70- role: build-dependency
71  uid: validation-smp-only-2
72- role: build-dependency
73  uid: validation-timecounter-0
74- role: build-dependency
75  uid: validation-timecounter-1
76- role: build-dependency
77  uid: validation-timecounter-smp-0
78- role: build-dependency
79  uid: validation-tls-0
80- role: build-dependency
81  uid: validation-tls-1
82type: build
83use-after:
84- validation
85- rtemstest
86use-before: []
Note: See TracBrowser for help on using the repository browser.