Home
last modified time | relevance | path

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

/external/jemalloc/test/stress/
Dmicrobench.c26 test_fail("Unexpected mallocx() failure"); in compare_funcs()
48 test_fail("Unexpected malloc() failure"); in malloc_free()
59 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()
118 test_fail("Unexpected malloc() failure"); in malloc_mus_free()
132 test_fail("Unexpected malloc() failure"); in malloc_sallocx_free()
136 test_fail("Unexpected sallocx() failure"); in malloc_sallocx_free()
155 test_fail("Unexpected malloc() failure"); in malloc_nallocx_free()
159 test_fail("Unexpected nallocx() failure"); in malloc_nallocx_free()
/external/e2fsprogs/lib/ext2fs/
Dtst_badblocks.c65 static int test_fail = 0; variable
116 test_fail++; in print_list()
131 test_fail++; in validate_test_seq()
152 test_fail++; in do_test_seq()
163 test_fail++; in do_test_seq()
201 test_fail++; in file_test()
213 test_fail++; in invalid_proc()
255 test_fail++; in file_test_invalid()
263 test_fail++; in file_test_invalid()
322 test_fail++; in main()
[all …]
/external/autotest/client/site_tests/security_SysVIPC/
Dsecurity_SysVIPC.py75 test_fail = False
85 test_fail = True
97 test_fail = True
105 test_fail = True
109 if test_fail:
/external/autotest/client/site_tests/security_BundledExtensions/
Dsecurity_BundledExtensions.py92 test_fail = False
120 test_fail = True
123 test_fail = True
137 test_fail = True
146 test_fail = True
149 if test_fail:
/external/jemalloc/test/integration/
Dallocated.c24 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()
49 test_fail("%s(): Error in mallctl(): %s", __func__, in thd_start()
Dthread_arena.c24 test_fail("Error in mallctl(): %s", buf); in thd_start()
32 test_fail("Error in mallctl(): %s", buf); in thd_start()
57 test_fail("Error in mallctl(): %s", buf); in TEST_BEGIN()
Dposix_memalign.c91 test_fail( in TEST_BEGIN()
Daligned_alloc.c97 test_fail( in TEST_BEGIN()
Drallocx.c104 test_fail("Allocation at %p (len=%zu) contains %#x " in validate_fill()
/external/jemalloc/test/src/
Dthd.c10 test_fail("Error in CreateThread()\n"); in thd_create()
30 test_fail("Error in pthread_create()\n"); in thd_create()
Dtest.c23 test_fail(const char *format, ...) in test_fail() function
/external/autotest/server/site_tests/network_FirewallHolePunchServer/
Dnetwork_FirewallHolePunchServer.py58 def functional_test(self, test_error, test_fail, connected): argument
77 raise error.TestFail(test_fail)
/external/chromium-trace/catapult/third_party/typ/typ/tests/
Dmain_test.py244 def test_fail(self): member in TestCli
/external/jemalloc/test/include/test/
Dtest.h323 void test_fail(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2);