zephyr/tests/portability/cmsis_rtos_v2
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
..
src tests: Apply IRQ offload API change 2020-09-02 13:48:13 +02:00
CMakeLists.txt cmake, samples, tests: Use semi-accurate project names 2020-06-09 08:18:29 -04:00
prj.conf lib/cmsis_rtos_v2: Update to newer timeout API 2020-05-06 06:05:03 -04:00
testcase.yaml tests: portability/cmsis_rtos_v2: skip up_squared 2020-09-24 13:09:46 -05:00