zephyr/subsys/testsuite/ztest
Ming Shao be392fc23b ztress: fix the progress stats
Current ztress design supports both timer context and thread
context. The timer context always uses the first element of
several global array variables like exec_cnt[] and backoff[].
But progress_timeout() is using the last element of exec_cnt[]
to calculate the progress of timer context. It is not right.

Signed-off-by: Ming Shao <ming.shao@intel.com>
2022-08-29 10:32:10 +02:00
..
include/zephyr zephyr/ztest_assert.h: Fix implicit to bool conversion 2022-08-24 10:06:53 +02:00
src ztress: fix the progress stats 2022-08-29 10:32:10 +02:00
CMakeLists.txt testing: add zephyr/ prefix to testing include path 2022-06-29 06:04:32 -04:00
Kconfig ztest: Add config switch for modes of test output 2022-08-11 09:01:12 -04:00