Skip to content
Commit 2c47c489 authored by Daniel Leung's avatar Daniel Leung Committed by Maureen Helm
Browse files

tests: portability/cmsis_rtos_v2: skip up_squared



The up_squared board suffers the same issue as qemu_x86_64
where a bigger stack is needed but CMSIS has a limit on
how big the stack can be. This results in stack overflow
on one of the test.

Also, the thread API tests are not designed with SMP in mind.
The osThreadGetCount() would return a value smaller than
expected. This function only counts queued threads, where with
SMP, there are more CPUs running threads and thus fewer queued
ones.

So exclude up_squared from the test.

Fixes #27571

Signed-off-by: default avatarDaniel Leung <daniel.leung@intel.com>
parent ed767233
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment