Home
last modified time | relevance | path

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

/external/jemalloc/test/unit/
Dzero.c49 test_skip_if(!config_fill); in TEST_BEGIN()
57 test_skip_if(!config_fill); in TEST_BEGIN()
65 test_skip_if(!config_fill); in TEST_BEGIN()
Djunk.c113 test_skip_if(!config_fill); in TEST_BEGIN()
121 test_skip_if(!config_fill); in TEST_BEGIN()
129 test_skip_if(!config_fill); in TEST_BEGIN()
182 test_skip_if(!config_fill); in TEST_BEGIN()
Dquarantine.c29 test_skip_if(!config_fill); in TEST_BEGIN()
74 test_skip_if(!config_fill); in TEST_BEGIN()
Dprof_idump.c29 test_skip_if(!config_prof); in TEST_BEGIN()
Dprof_gdump.c27 test_skip_if(!config_prof); in TEST_BEGIN()
Dprof_accum.c63 test_skip_if(!config_prof); in TEST_BEGIN()
/external/jemalloc/test/include/test/
Dtest.h314 #define test_skip_if(e) do { \ macro