zephyr/tests/cmsis_rtos_v2
Andrew Boie 3f2d2f1d54 tests: cmsis_rtos_v2: fix thread checks
It's really not possible to design a test where we can
enforce expectations on real vs. expected stack size:

- Some platforms may increase stack size over what is expected
  due to rounding up the stack buffer area to the next power
  of two.

- Some configuration options like CONFIG_STACK_RANDOM
  carve out space in the stack buffer, resulting in a stack
  size less than what is expected.

Best we can do is just assert that the amount of space
available should be less than the total size reported.

Fixes: #14640

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-04-02 20:11:06 -04:00
..
src tests: cmsis_rtos_v2: fix thread checks 2019-04-02 20:11:06 -04:00
CMakeLists.txt cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
prj.conf tests: cmsis_rtos_v2: Join and detach tests 2019-02-08 11:59:38 -05:00
testcase.yaml tests: cmsis: Disable two cmsis portability tests on x86_64 2019-01-11 15:18:52 -05:00