Home
last modified time | relevance | path

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

/external/jemalloc_new/test/unit/
Dlog.c32 test_skip_if(!config_log); in TEST_BEGIN()
44 test_skip_if(!config_log); in TEST_BEGIN()
86 test_skip_if(!config_log); in TEST_BEGIN()
136 test_skip_if(!config_log); in TEST_BEGIN()
158 test_skip_if(!config_log); in TEST_BEGIN()
Dwitness.c60 test_skip_if(!config_debug); in TEST_BEGIN()
100 test_skip_if(!config_debug); in TEST_BEGIN()
152 test_skip_if(!config_debug); in TEST_BEGIN()
183 test_skip_if(!config_debug); in TEST_BEGIN()
218 test_skip_if(!config_debug); in TEST_BEGIN()
242 test_skip_if(!config_debug); in TEST_BEGIN()
Dbackground_thread.c44 test_skip_if(!have_background_thread); in TEST_BEGIN()
74 test_skip_if(!have_background_thread); in TEST_BEGIN()
75 test_skip_if(!config_stats); in TEST_BEGIN()
Dprof_reset.c44 test_skip_if(!config_prof); in TEST_BEGIN()
99 test_skip_if(!config_prof); in TEST_BEGIN()
189 test_skip_if(!config_prof); in TEST_BEGIN()
232 test_skip_if(!config_prof); in TEST_BEGIN()
Dzero.c43 test_skip_if(!config_fill); in TEST_BEGIN()
49 test_skip_if(!config_fill); in TEST_BEGIN()
Dbackground_thread_enable.c6 test_skip_if(!have_background_thread); in TEST_BEGIN()
34 test_skip_if(!have_background_thread); in TEST_BEGIN()
Dprof_thread_name.c35 test_skip_if(!config_prof); in TEST_BEGIN()
101 test_skip_if(!config_prof); in TEST_BEGIN()
Djunk.c125 test_skip_if(!config_fill); in TEST_BEGIN()
131 test_skip_if(!config_fill); in TEST_BEGIN()
Ddecay.c182 test_skip_if(check_background_thread_enabled()); in TEST_BEGIN()
422 test_skip_if(check_background_thread_enabled()); in TEST_BEGIN()
484 test_skip_if(check_background_thread_enabled()); in TEST_BEGIN()
542 test_skip_if(check_background_thread_enabled()); in TEST_BEGIN()
562 test_skip_if(check_background_thread_enabled()); in TEST_BEGIN()
Dprof_idump.c21 test_skip_if(!config_prof); in TEST_BEGIN()
Dprof_tctx.c10 test_skip_if(!config_prof); in TEST_BEGIN()
Dprof_gdump.c22 test_skip_if(!config_prof); in TEST_BEGIN()
Dprof_accum.c58 test_skip_if(!config_prof); in TEST_BEGIN()
Dprof_active.c82 test_skip_if(!config_prof); in TEST_BEGIN()
Dpack.c94 test_skip_if(prof_enabled); in TEST_BEGIN()
Dretained.c101 test_skip_if(!config_stats); in TEST_BEGIN()
Dmallctl.c217 test_skip_if(!opt_tcache); in TEST_BEGIN()
570 test_skip_if(!retain_enabled); in TEST_BEGIN()
/external/jemalloc_new/test/integration/
Dextent.c238 test_skip_if(check_background_thread_enabled()); in TEST_BEGIN()
/external/jemalloc_new/test/include/test/
Dtest.h319 #define test_skip_if(e) do { \ macro