Searched refs:test_failure (Results 1 – 3 of 3) sorted by relevance
48 static bool test_failure = true; variable52 test_failure = false; in helper_thread()131 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)