Home
last modified time | relevance | path

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

/external/jemalloc/test/src/
Dtest.c31 test_status = test_status_fail; in test_fail()
41 case test_status_fail: return "fail"; in test_status_string()
77 return (test_status_fail); in p_test_impl()
93 test_status_string(test_status_fail), in p_test_impl()
94 test_counts[test_status_fail], test_count); in p_test_impl()
132 test_status = test_status_fail; in p_test_fail()
/external/jemalloc/test/unit/
Dtsd.c105 return (test_status_fail); in main()
/external/jemalloc/test/include/test/
Dtest.h292 test_status_fail = 2, enumerator