zephyr/tests/portability
Daniel Leung 2c47c489e8 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: Daniel Leung <daniel.leung@intel.com>
2020-09-24 13:09:46 -05:00
..
cmsis_rtos_v1 tests: Apply IRQ offload API change 2020-09-02 13:48:13 +02:00
cmsis_rtos_v2 tests: portability/cmsis_rtos_v2: skip up_squared 2020-09-24 13:09:46 -05:00