Searched refs:test_failed (Results 1 – 5 of 5) sorted by relevance
26 static unsigned int test_failed; variable67 putnum(test_failed); in print_summary()129 test_failed++; in __do_test()225 if (test_failed) in start()
101 static bool test_failed; variable151 test_failed = true; in validate_key()170 test_failed = true; in validate_timestamp()366 test_failed = true; in __recv_errmsg_cmsg()950 return test_failed; in main()
57 void test_failed(void) in test_failed() function
113 test_failed(); \168 extern void test_failed(void);
409 bool test_failed = test_state->error_cnt > 0; in dump_test_log() local411 bool print_test = verbose() || force_log || test_failed; in dump_test_log()436 jsonw_bool_field(w, "failed", test_failed); in dump_test_log()
Completed in 19 milliseconds