zephyr/tests/kernel/fp_sharing
Ioannis Glaropoulos 6c4fdc61ef tests: kernel: fp_sharing: increase robustness of float_disable test
This commit make the float_disable test suite more robust
for fast CPUs, by replacing k_sleep(1) with k_yield(), as
the mechanism to trigger thread swap-out during the test
execution. In the wake of using k_yield(), the test, now,
fixes the priorities of all testing threads to 0, making
the test behavior more deterministic with respect to
thread scheduling. The patch doesn't change the functional
behavior of the test.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2019-07-19 12:11:38 +02:00
..
float_disable tests: kernel: fp_sharing: increase robustness of float_disable test 2019-07-19 12:11:38 +02:00
generic tests: kernel: fp_sharing: move fp_sharing test 2019-07-10 13:44:02 -07:00