From 64fbeaa0d1b4321cb439923c86993d134fbd3acb Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 6 Oct 2022 08:47:14 +0200 Subject: score: INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALL Ensure that the IDLE storage allocator did allocate a suffiently large area. Update #3835. Update #4524. --- .../validation/fatal-idle-thread-stack-too-small.yml | 20 ++++++++++++++++++++ spec/build/testsuites/validation/grp.yml | 2 ++ 2 files changed, 22 insertions(+) create mode 100644 spec/build/testsuites/validation/fatal-idle-thread-stack-too-small.yml (limited to 'spec/build/testsuites') diff --git a/spec/build/testsuites/validation/fatal-idle-thread-stack-too-small.yml b/spec/build/testsuites/validation/fatal-idle-thread-stack-too-small.yml new file mode 100644 index 0000000000..11be4d7a8d --- /dev/null +++ b/spec/build/testsuites/validation/fatal-idle-thread-stack-too-small.yml @@ -0,0 +1,20 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause +build-type: test-program +cflags: [] +copyrights: +- Copyright (C) 2022 embedded brains GmbH (http://www.embedded-brains.de) +cppflags: [] +cxxflags: [] +enabled-by: true +features: c cprogram +includes: [] +ldflags: [] +links: [] +source: +- testsuites/validation/tr-fatal-idle-thread-stack-too-small.c +- testsuites/validation/ts-fatal-idle-thread-stack-too-small.c +stlib: [] +target: testsuites/validation/ts-fatal-idle-thread-stack-too-small.exe +type: build +use-after: [] +use-before: [] diff --git a/spec/build/testsuites/validation/grp.yml b/spec/build/testsuites/validation/grp.yml index 7a5fbb1c90..42e546636b 100644 --- a/spec/build/testsuites/validation/grp.yml +++ b/spec/build/testsuites/validation/grp.yml @@ -19,6 +19,8 @@ links: uid: fatal-boot-processor-not-assigned-to-scheduler - role: build-dependency uid: fatal-idle-thread-create-failed +- role: build-dependency + uid: fatal-idle-thread-stack-too-small - role: build-dependency uid: fatal-init-task-construct-failed - role: build-dependency -- cgit v1.2.3