zephyr/subsys/testsuite
Al Semjonovs ccc0315e14 ztest: Handle assert failures without signal handler
The signal handler needs to return gracefully. When multiple
tests assert, the first assert will raise SIGABRT and the signal
handler will run and the test will stop running.
The second assert will raise SIGABRT but the signal handler
will not be called, therefore the test PASS/FAIL status is not
updated correctly.

Signed-off-by: Al Semjonovs <asemjonovs@google.com>
2022-08-05 12:51:44 -04:00
..
busy_sim test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
coverage subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
include/zephyr test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
ztest ztest: Handle assert failures without signal handler 2022-08-05 12:51:44 -04:00
CMakeLists.txt testing: add zephyr/ prefix to testing include path 2022-06-29 06:04:32 -04:00
Kconfig tests: TEST_EXTRA_STACK_SIZE depend on test 2022-08-03 11:22:20 +02:00