Lines Matching refs:test_done
1320 msg->test_done.num,
1321 msg->test_done.have_log);
1546 if (test_to_run != msg.test_done.num)
1551 state->error_cnt = msg.test_done.error_cnt;
1552 state->skip_cnt = msg.test_done.skip_cnt;
1553 state->sub_succ_cnt = msg.test_done.sub_succ_cnt;
1554 state->subtest_num = msg.test_done.subtest_num;
1557 if (msg.test_done.have_log) {
1867 msg.test_done.num = test_to_run;
1868 msg.test_done.error_cnt = state->error_cnt;
1869 msg.test_done.skip_cnt = state->skip_cnt;
1870 msg.test_done.sub_succ_cnt = state->sub_succ_cnt;
1871 msg.test_done.subtest_num = state->subtest_num;
1872 msg.test_done.have_log = false;
1876 msg.test_done.have_log = true;
1884 if (msg.test_done.have_log)