Home
last modified time | relevance | path

Searched refs:curr_case (Results 1 – 2 of 2) sorted by relevance

/third_party/weston/tools/zunitc/src/
Dzuc_context.h54 struct zuc_case *curr_case; member
Dzunitc_impl.c91 .curr_case = NULL,
867 } else if (g_ctx.curr_case) { in mark_failed()
870 for (i = 0; i < g_ctx.curr_case->test_count; ++i) in mark_failed()
871 mark_single_failed(g_ctx.curr_case->tests[i], state); in mark_failed()
1190 g_ctx.curr_case = test_case; in run_single_case()
1226 g_ctx.curr_case = NULL; in run_single_case()