Searched refs:zexpect_not_ok (Results 1 – 4 of 4) sorted by relevance
64 zexpect_not_ok(-EIO); in ZTEST()70 zexpect_not_ok(0); in ZTEST()
307 zexpect_not_ok(k_sem_take(&delayed_msg_sent, K_SECONDS(1)), in ZTEST()335 zexpect_not_ok(k_sem_take(&delayed_msg_sent, K_SECONDS(1)), in ZTEST()
71 zexpect_not_ok(video_set_format(imager_dev, VIDEO_EP_OUT, &fmt)); in ZTEST()
631 #define zexpect_not_ok(cond, ...) zexpect(!!(cond), #cond " is zero", ##__VA_ARGS__) macro