Home
last modified time | relevance | path

Searched refs:curr_test (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/
Dminimal-secure-streams-testsfail.c639 struct tests_seq *curr_test = ( struct tests_seq *)m->opaque_data; in myss_state() local
646 if (curr_test->mask_unexpected & (1u << state)) { in myss_state()
663 if (state == curr_test->must_see) { in myss_state()
665 if (curr_test->eom_pass != m->rx_seen) { in myss_state()
668 (int)curr_test->eom_pass); in myss_state()
685 (unsigned int)(curr_test->timeout_us / LWS_US_PER_MS)); in myss_state()
686 if (curr_test->eom_pass) { in myss_state()
688 (unsigned int)curr_test->eom_pass); in myss_state()
/third_party/weston/tools/zunitc/src/
Dzunitc_impl.c92 .curr_test = NULL,
115 return g_ctx.curr_test ? in zuc_has_skip()
116 test_has_skip(g_ctx.curr_test) : false; in zuc_has_skip()
122 return g_ctx.curr_test ? in zuc_has_failure()
123 test_has_failure(g_ctx.curr_test) : false; in zuc_has_failure()
862 if (!test && g_ctx.curr_test) in mark_failed()
863 test = g_ctx.curr_test; in mark_failed()
1078 rc = zuc_process_message(g_ctx.curr_test, in spawn_test()
1096 if (!test_has_skip(g_ctx.curr_test) && in spawn_test()
1097 !test_has_failure(g_ctx.curr_test)) in spawn_test()
[all …]
Dzuc_context.h55 struct zuc_test *curr_test; member