Searched refs:test_failure (Results 1 – 3 of 3) sorted by relevance
30 static bool test_failure = true; variable34 test_failure = false; in helper_thread()120 zassert_false(test_failure, "Lower priority thread not ran!!"); in ZTEST()
51 static bool test_failure = true; /* Assume the test will fail */ variable163 test_failure = false; in test_thread()228 zassert_false(test_failure, "test failure"); in ZTEST()
81 ZTEST(soc_board_extend, test_failure)
Completed in 14 milliseconds