zephyr/tests/kernel/sched
Alberto Escolar Piedras 77006e896b tests: metaIRQ: Ensure counts are not changing in assert evaluation
Coverity's analysis is not happy about using a volatile variable
in an assert, even if the assert is not optionally compiled in.
Avoid the issue by loading the value in an automatic varible before
using it in the assert.

CID: 206016
CID: 206018
CID: 206019
CID: 206021
Fixes: #20968
Fixes: #20966
Fixes: #20965
Fixes: #20963

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
2019-11-25 16:50:04 -05:00
..
deadline coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00
metairq tests: metaIRQ: Ensure counts are not changing in assert evaluation 2019-11-25 16:50:04 -05:00
preempt Code Coverage: Fix the issue of function code coverage in thread.c 2019-10-23 19:16:24 -07:00
schedule_api kernel/sys_clock.h: Deprecate and convert uses of old conversions 2019-11-08 11:08:58 +01:00