Searched refs:subtest_failed (Results 1 – 1 of 1) sorted by relevance
414 bool subtest_failed; in dump_test_log() local443 subtest_failed = subtest_state->error_cnt; in dump_test_log()445 print_subtest = verbose() || force_log || subtest_failed; in dump_test_log()447 if ((skip_ok_subtests && !subtest_failed) || subtest_filtered) in dump_test_log()465 jsonw_bool_field(w, "failed", subtest_failed); in dump_test_log()
Completed in 99 milliseconds