Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/test/src/
A Dtest.c5 static test_status_t test_status = test_status_pass; variable
18 test_status = test_status_skip; in test_skip()
31 test_status = test_status_fail; in test_fail()
35 test_status_string(test_status_t test_status) in test_status_string() argument
37 switch (test_status) { in test_status_string()
49 test_status = test_status_pass; in p_test_init()
56 test_counts[test_status]++; in p_test_fini()
57 malloc_printf("%s: %s\n", test_name, test_status_string(test_status)); in p_test_fini()
81 if (test_status > ret) in p_test_impl()
82 ret = test_status; in p_test_impl()
[all …]

Completed in 2 milliseconds