zephyr/subsys/testsuite
Aaron Massey 83253023cf ztest: Track skipping test versus entire suite
The addition of the assumption API introduced a bug where a skipped test
would subsequently skip later tests within the same suite. A skipped test
was being treated as an entire skipped test suite.

Keep track of tests being skipped due to skipping in the suite setup versus
being skipped within their test function.

TEST=west build -p -b native_posix tests/kernel/condvar/condvar_api/ -t run
TEST=twister -T tests/ztest -p native_posix

Signed-off-by: Aaron Massey <aaronmassey@google.com>
2022-07-06 18:50:35 -04:00
..
busy_sim subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
coverage subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
include/zephyr testing: add zephyr/ prefix to testing include path 2022-06-29 06:04:32 -04:00
ztest ztest: Track skipping test versus entire suite 2022-07-06 18:50:35 -04:00
CMakeLists.txt testing: add zephyr/ prefix to testing include path 2022-06-29 06:04:32 -04:00
Kconfig kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00