Home
last modified time | relevance | path

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

12

/external/e2fsprogs/lib/ext2fs/
Dtst_badblocks.c66 static int test_fail = 0; variable
117 test_fail++; in print_list()
132 test_fail++; in validate_test_seq()
153 test_fail++; in do_test_seq()
164 test_fail++; in do_test_seq()
202 test_fail++; in file_test()
215 test_fail++; in invalid_proc()
238 test_fail++; in file_test_invalid()
244 test_fail++; in file_test_invalid()
254 test_fail++; in file_test_invalid()
[all …]
/external/jemalloc_new/test/stress/
Dmicrobench.c27 test_fail("Unexpected mallocx() failure"); in compare_funcs()
48 test_fail("Unexpected malloc() failure"); in malloc_free()
58 test_fail("Unexpected mallocx() failure"); in mallocx_free()
74 test_fail("Unexpected malloc() failure"); in malloc_dallocx()
84 test_fail("Unexpected malloc() failure"); in malloc_sdallocx()
108 test_fail("Unexpected malloc() failure"); in malloc_mus_free()
121 test_fail("Unexpected malloc() failure"); in malloc_sallocx_free()
125 test_fail("Unexpected sallocx() failure"); in malloc_sallocx_free()
142 test_fail("Unexpected malloc() failure"); in malloc_nallocx_free()
146 test_fail("Unexpected nallocx() failure"); in malloc_nallocx_free()
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_xdp_redirect_multi.sh42 test_fail() function
96 { test_fail "Unable to load dummy xdp" && exit 1; }
116 test_pass "$mode mac ns1-2" || test_fail "$mode mac ns1-2"
118 test_pass "$mode mac ns1-3" || test_fail "$mode mac ns1-3"
144 test_fail "$mode arp(F_BROADCAST) ns1-1"
147 test_fail "$mode arp(F_BROADCAST) ns1-2"
150 test_fail "$mode arp(F_BROADCAST) ns1-3"
155 test_fail "$mode IPv4 (F_BROADCAST|F_EXCLUDE_INGRESS) ns1-1"
158 test_fail "$mode IPv4 (F_BROADCAST|F_EXCLUDE_INGRESS) ns1-2"
161 test_fail "$mode IPv4 (F_BROADCAST|F_EXCLUDE_INGRESS) ns1-3"
[all …]
/external/jemalloc_new/test/unit/
Dfork.c13 test_fail("Unexpected waitpid() failure."); in wait_for_child_exit()
16 test_fail("Unexpected child termination due to " in wait_for_child_exit()
22 test_fail("Unexpected child exit value %d", in wait_for_child_exit()
62 test_fail("Unexpected fork() failure"); in TEST_BEGIN()
82 test_fail("Unexpected fork() failure"); in do_fork_thd()
87 test_fail("Exec failed"); in do_fork_thd()
121 test_fail("Unexpected fork() failure,"); in TEST_BEGIN()
Dpack.c45 test_fail("Unable to compute nregs_per_run"); in binind_compute()
/external/OpenCL-CTS/test_conformance/spirv_new/
Dtest_get_program_il.cpp47 test_fail("ERROR: SPIRV file %s not found!\n", spvName); in TEST_SPIRV_FUNC()
58 test_fail("ERROR: Unable to create test program!\n"); in TEST_SPIRV_FUNC()
69 test_fail("ERROR: Returned IL size is not the same as source IL " in TEST_SPIRV_FUNC()
77 test_fail("ERROR: Returned IL is not the same as source IL!\n"); in TEST_SPIRV_FUNC()
89 test_fail("ERROR: Unable to create test program!\n"); in TEST_SPIRV_FUNC()
99 test_fail( in TEST_SPIRV_FUNC()
/external/jemalloc_new/test/integration/
Dallocated.c24 test_fail("%s(): Error in mallctl(): %s", __func__, in thd_start()
32 test_fail("%s(): Error in mallctl(): %s", __func__, in thd_start()
44 test_fail("%s(): Error in mallctl(): %s", __func__, in thd_start()
53 test_fail("%s(): Error in mallctl(): %s", __func__, in thd_start()
Dthread_arena.c23 test_fail("Error in mallctl(): %s", buf); in thd_start()
32 test_fail("Error in mallctl(): %s", buf); in thd_start()
45 test_fail("Error in mallctl(): %s", buf); in mallctl_failure()
Dposix_memalign.c98 test_fail( in TEST_BEGIN()
Daligned_alloc.c104 test_fail( in TEST_BEGIN()
/external/OpenCL-CTS/test_conformance/pipes/
Dtest_pipe_info.cpp43 test_fail("Error in clGetPipeInfo() check of pipe packet size\n"); in test_pipe_info()
55 test_fail("Error in clGetPipeInfo() check of pipe max packets\n"); in test_pipe_info()
76 test_fail("ERROR: Incorrect type qualifier: %i\n", in test_pipe_info()
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dtest_cl_ext_image_from_buffer.cpp102 test_fail("Failure to get supported formats list"); in image2d_from_buffer_positive()
146 test_fail("Unexpected base_address_alignment"); in image2d_from_buffer_positive()
151 test_fail("Unexpected row_pitch_alignment"); in image2d_from_buffer_positive()
200 test_fail("Failure to get supported formats list"); in memInfo_image_from_buffer_positive()
252 test_fail("Unexpected CL_MEM_ASSOCIATED_MEMOBJECT buffer"); in memInfo_image_from_buffer_positive()
308 test_fail("Failure to get supported formats list"); in imageInfo_image_from_buffer_positive()
377 test_fail( in imageInfo_image_from_buffer_positive()
394 test_fail( in imageInfo_image_from_buffer_positive()
458 test_fail("Failure to get supported formats list"); in image_from_buffer_alignment_negative()
608 test_fail("Failure to get supported formats list"); in image_from_small_buffer_negative()
[all …]
Dtest_cl_ext_image_requirements_info.cpp119 test_fail("Failure to get supported formats list"); in cl_image_requirements_size_ext_consistency()
156 test_fail("CL_IMAGE_REQUIREMENTS_SIZE_EXT different from " in cl_image_requirements_size_ext_consistency()
415 test_fail("Unexpected CL_IMAGE_REQUIREMENTS_MAX_WIDTH_EXT value"); in cl_image_requirements_max_val_ext_positive()
436 test_fail("Unexpected CL_IMAGE_REQUIREMENTS_MAX_HEIGHT_EXT value"); in cl_image_requirements_max_val_ext_positive()
457 test_fail("Unexpected CL_IMAGE_REQUIREMENTS_MAX_DEPTH_EXT value"); in cl_image_requirements_max_val_ext_positive()
478 test_fail("Unexpected CL_IMAGE_REQUIREMENTS_MAX_ARRAY_SIZE_EXT value"); in cl_image_requirements_max_val_ext_positive()
/external/python/mobly/tests/mobly/
Drecords_test.py148 record.test_fail()
160 record.test_fail(e)
177 record.test_fail(s)
189 record.test_fail(s)
201 record.test_fail(s)
212 record.test_fail(s)
341 record1.test_fail(s)
357 record1.test_fail(Exception('haha'))
365 record1.test_fail(Exception('haha'))
375 record1.test_fail(s)
[all …]
/external/jemalloc_new/test/src/
Dthd.c9 test_fail("Error in CreateThread()\n"); in thd_create()
26 test_fail("Error in pthread_create()\n"); in thd_create()
Dtest.c79 test_fail(const char *format, ...) { in test_fail() function
/external/cronet/buildtools/third_party/libc++/trunk/test/support/
Dassert_macros.h53 [[noreturn]] void test_fail(const char* file, int line, const Arg& arg) { in test_fail() function
71 #define TEST_FAIL(ARG) ::test_fail(__FILE__, __LINE__, ARG)
/external/autotest/server/cros/tradefed/
Dtradefed_utils.py127 test_fail = test.find('Failure')
128 failed_message = test_fail.get('message')
129 failed_stacktrace = test_fail.find('StackTrace').text
/external/python/cpython3/Lib/unittest/test/
D_test_warnings.py28 def test_fail(self): member in TestWarnings
/external/OpenCL-CTS/test_conformance/api/
Dtest_queries.cpp145 test_fail("ERROR: Sampler %s did not validate!\n", name); in sampler_param_test()
149 test_fail("ERROR: Returned size of sampler %s does not validate! " in sampler_param_test()
338 test_fail("ERROR: Command queue %s did not validate!\n", name); in command_queue_param_test()
342 test_fail("ERROR: Returned size of command queue %s does not validate! " in command_queue_param_test()
/external/python/absl-py/absl/testing/tests/
Dxml_reporter_helper_test.py88 if FLAGS.test_fail:
/external/rust/crates/tokio-macros/src/
Dlib.rs460 pub fn test_fail(_args: TokenStream, _item: TokenStream) -> TokenStream { in test_fail() function
/external/uwb/src/rust/uwb_core/src/uci/
Dtimeout_uci_hal.rs113 async fn test_fail() { in test_fail() function
/external/python/mobly/mobly/
Dbase_test.py802 tr_record.test_fail(e)
808 tr_record.test_fail(e)
820 tr_record.test_fail()
/external/rust/crates/tokio/src/
Dlib.rs626 pub use tokio_macros::test_fail as test;

12