Home
last modified time | relevance | path

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

/external/libevent/test/
Dtinytest.c80 static enum outcome cur_test_outcome = 0; variable
103 ExitThread(cur_test_outcome == FAIL ? 1 : 0); in timeout_thread_proc_()
166 cur_test_outcome = OK; in testcase_run_bare_()
170 cur_test_outcome = testcase_run_in_thread_(testcase, env); in testcase_run_bare_()
180 outcome = cur_test_outcome; in testcase_run_bare_()
582 cur_test_outcome = FAIL;
588 if (cur_test_outcome==OK)
589 cur_test_outcome = SKIP;