Searched refs:test_fail (Results 1 – 12 of 12) sorted by relevance
| /third_party/ulib/jemalloc/test/stress/ |
| A D | microbench.c | 27 test_fail("Unexpected mallocx() failure"); in compare_funcs() 49 test_fail("Unexpected malloc() failure"); in malloc_free() 60 test_fail("Unexpected mallocx() failure"); in mallocx_free() 78 test_fail("Unexpected malloc() failure"); in malloc_dallocx() 89 test_fail("Unexpected malloc() failure"); in malloc_sdallocx() 116 test_fail("Unexpected malloc() failure"); in malloc_mus_free() 130 test_fail("Unexpected malloc() failure"); in malloc_sallocx_free() 134 test_fail("Unexpected sallocx() failure"); in malloc_sallocx_free() 152 test_fail("Unexpected malloc() failure"); in malloc_nallocx_free() 156 test_fail("Unexpected nallocx() failure"); in malloc_nallocx_free()
|
| /third_party/ulib/jemalloc/test/unit/ |
| A D | fork.c | 26 test_fail("Unexpected fork() failure"); in TEST_BEGIN() 36 test_fail("Unexpected waitpid() failure"); in TEST_BEGIN() 38 test_fail("Unexpected child termination due to " in TEST_BEGIN() 44 test_fail( in TEST_BEGIN()
|
| A D | pack.c | 48 test_fail("Unable to compute nregs_per_run"); in binind_compute()
|
| A D | stats_print.c | 936 test_fail("Unexpected input appending failure"); in write_cb()
|
| /third_party/ulib/jemalloc/test/integration/ |
| A D | allocated.c | 24 test_fail("%s(): Error in mallctl(): %s", __func__, in thd_start() 31 test_fail("%s(): Error in mallctl(): %s", __func__, in thd_start() 42 test_fail("%s(): Error in mallctl(): %s", __func__, in thd_start() 50 test_fail("%s(): Error in mallctl(): %s", __func__, in thd_start()
|
| A D | thread_arena.c | 24 test_fail("Error in mallctl(): %s", buf); in thd_start() 33 test_fail("Error in mallctl(): %s", buf); in thd_start() 59 test_fail("Error in mallctl(): %s", buf); in TEST_BEGIN()
|
| A D | posix_memalign.c | 101 test_fail( in TEST_BEGIN()
|
| A D | aligned_alloc.c | 107 test_fail( in TEST_BEGIN()
|
| A D | rallocx.c | 102 test_fail("Allocation at %p (len=%zu) contains %#x " in validate_fill()
|
| /third_party/ulib/jemalloc/test/src/ |
| A D | thd.c | 10 test_fail("Error in CreateThread()\n"); in thd_create() 28 test_fail("Error in pthread_create()\n"); in thd_create()
|
| A D | test.c | 23 test_fail(const char *format, ...) in test_fail() function
|
| /third_party/ulib/jemalloc/test/include/test/ |
| A D | test.h | 326 void test_fail(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2);
|
Completed in 18 milliseconds