Home
last modified time | relevance | path

Searched refs:failed (Results 1 – 25 of 161) sorted by relevance

1234567

/f-stack/dpdk/app/test/
H A Dtest_trace.c19 goto failed; in test_trace_point_globbing()
22 goto failed; in test_trace_point_globbing()
26 goto failed; in test_trace_point_globbing()
29 goto failed; in test_trace_point_globbing()
33 goto failed; in test_trace_point_globbing()
37 failed: in test_trace_point_globbing()
48 goto failed; in test_trace_point_regex()
51 goto failed; in test_trace_point_regex()
66 failed: in test_trace_point_regex()
93 failed: in test_trace_point_disable_enable()
[all …]
H A Dtest.c207 unsigned int succeeded = 0, failed = 0, unsupported = 0; in unit_test_suite_runner() local
227 failed++; in unit_test_suite_runner()
261 failed++; in unit_test_suite_runner()
265 failed++; in unit_test_suite_runner()
301 printf(" + Tests Failed : %2d\n", failed); in unit_test_suite_runner()
304 last_test_result = failed; in unit_test_suite_runner()
306 if (failed) in unit_test_suite_runner()
H A Dtest_distributor.c436 unsigned int failed = 0; in sanity_test_with_worker_shutdown() local
496 failed = 1; in sanity_test_with_worker_shutdown()
502 if (failed) in sanity_test_with_worker_shutdown()
519 unsigned int failed = 0; in test_flush_with_worker_shutdown() local
566 failed = 1; in test_flush_with_worker_shutdown()
571 if (failed) in test_flush_with_worker_shutdown()
619 unsigned int failed = 0; in sanity_mark_test() local
686 failed = 1; in sanity_mark_test()
694 failed = 1; in sanity_mark_test()
705 failed = 1; in sanity_mark_test()
[all …]
H A Dtest_security.c144 mock_data.failed); \
263 int failed; member
306 int failed; member
334 int failed; member
360 int failed; member
389 int failed; member
422 int failed; member
456 int failed; member
489 int failed; member
644 mock_session_create_exp.failed = 0; in ut_setup()
[all …]
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_connect.c84 goto failed;
104 goto failed;
112 goto failed;
158 goto failed;
168 goto failed;
215 goto failed;
292 goto failed;
322 goto failed;
330 goto failed;
342 failed:
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_display_block.ksh90 log_fail "zdb -R :bd (block 0 display/decompress) failed"
98 log_fail "zdb -R :db80 (block 1 display/decompress) failed"
106 log_fail "zdb -R :b80d (block 1 display/decompress) failed"
115 log_fail "zdb -R :id (indirect block display) failed"
125 log_fail "zdb -R 0.0:offset:length:id (indirect block display) failed"
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_file.c673 goto failed; in ngx_ext_rename_file()
684 goto failed; in ngx_ext_rename_file()
697 goto failed; in ngx_ext_rename_file()
706 goto failed; in ngx_ext_rename_file()
775 failed: in ngx_ext_rename_file()
816 goto failed; in ngx_copy_file()
845 goto failed; in ngx_copy_file()
853 goto failed; in ngx_copy_file()
898 goto failed; in ngx_copy_file()
903 failed: in ngx_copy_file()
[all …]
H A Dngx_open_file_cache.c292 goto failed; in ngx_open_cached_file()
357 goto failed; in ngx_open_cached_file()
369 goto failed; in ngx_open_cached_file()
377 goto failed; in ngx_open_cached_file()
453 failed: in ngx_open_cached_file()
521 goto failed; in ngx_openat_file_owner()
527 goto failed; in ngx_openat_file_owner()
532 goto failed; in ngx_openat_file_owner()
538 goto failed; in ngx_openat_file_owner()
543 failed: in ngx_openat_file_owner()
[all …]
H A Dngx_resolver.c481 failed: in ngx_resolve_name()
889 failed: in ngx_resolve_name_locked()
1101 failed: in ngx_resolve_addr()
1323 failed: in ngx_resolver_send_udp_query()
1625 failed: in ngx_resolver_tcp_write()
1694 failed: in ngx_resolver_tcp_read()
2526 failed: in ngx_resolver_process_a()
2911 failed: in ngx_resolver_process_srv()
2980 failed: in ngx_resolver_resolve_srv_names()
3359 failed: in ngx_resolver_process_ptr()
[all …]
/f-stack/freebsd/mips/broadcom/
H A Dbcma_nexus.c95 goto failed; in bcma_nexus_attach()
99 goto failed; in bcma_nexus_attach()
103 failed: in bcma_nexus_attach()
H A Dbcm_nvram_cfe.c281 goto failed; in bcm_nvram_iocfe_init()
294 goto failed; in bcm_nvram_iocfe_init()
308 goto failed; in bcm_nvram_iocfe_init()
317 goto failed; in bcm_nvram_iocfe_init()
336 goto failed; in bcm_nvram_iocfe_init()
349 goto failed; in bcm_nvram_iocfe_init()
358 failed: in bcm_nvram_iocfe_init()
H A Dsiba_nexus.c87 goto failed; in siba_nexus_attach()
91 failed: in siba_nexus_attach()
H A Dbcm_bmips.c122 goto failed; in bcm_bmips_attach()
130 goto failed; in bcm_bmips_attach()
139 goto failed; in bcm_bmips_attach()
150 goto failed; in bcm_bmips_attach()
154 failed: in bcm_bmips_attach()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_errno.c62 goto failed; in ngx_strerror_init()
71 goto failed; in ngx_strerror_init()
81 failed: in ngx_strerror_init()
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_kern_lib.c89 goto failed; in vchiq_initialise()
99 goto failed; in vchiq_initialise()
111 failed: in vchiq_initialise()
200 goto failed; in vchiq_connect()
209 failed: in vchiq_connect()
283 goto failed; in vchiq_open_service()
301 failed: in vchiq_open_service()
/f-stack/dpdk/drivers/mempool/octeontx2/
H A Dotx2_mempool_ops.c67 uint64x2_t failed = vdupq_n_u64(~0); in npa_lf_aura_op_alloc_bulk() local
142 : "+Q" (*addr), [failed] "=&w" (failed) in npa_lf_aura_op_alloc_bulk()
190 : "+Q" (*addr), [failed] "=&w" (failed) in npa_lf_aura_op_alloc_bulk()
220 : "+Q" (*addr), [failed] "=&w" (failed) in npa_lf_aura_op_alloc_bulk()
241 : "+Q" (*addr), [failed] "=&w" (failed) in npa_lf_aura_op_alloc_bulk()
257 : "+Q" (*addr), [failed] "=&w" (failed) in npa_lf_aura_op_alloc_bulk()
268 if (unlikely(!(vgetq_lane_u64(failed, 0) & vgetq_lane_u64(failed, 1)))) in npa_lf_aura_op_alloc_bulk()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_image_filter_module.c1094 char *failed; in ngx_http_image_source() local
1126 failed = "unknown image type"; in ngx_http_image_source()
1170 char *failed; in ngx_http_image_out() local
1218 failed = "unknown image type"; in ngx_http_image_out()
1397 goto failed; in ngx_http_image_filter()
1425 goto failed; in ngx_http_image_filter()
1443 goto failed; in ngx_http_image_filter()
1454 goto failed; in ngx_http_image_filter()
1471 goto failed; in ngx_http_image_filter()
1499 goto failed; in ngx_http_image_filter()
[all …]
H A Dngx_http_geo_module.c478 goto failed; in ngx_http_geo_block()
577 failed: in ngx_http_geo_block()
631 goto failed; in ngx_http_geo()
664 failed: in ngx_http_geo()
1455 goto failed; in ngx_http_geo_include_binary_base()
1467 goto failed; in ngx_http_geo_include_binary_base()
1475 goto failed; in ngx_http_geo_include_binary_base()
1480 goto failed; in ngx_http_geo_include_binary_base()
1488 goto failed; in ngx_http_geo_include_binary_base()
1495 goto failed; in ngx_http_geo_include_binary_base()
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/checksum/
H A Dedonr_test.c149 boolean_t failed = B_FALSE; in main() local
168 failed = B_TRUE; \ in main()
209 if (failed) in main()
H A Dsha2_test.c178 boolean_t failed = B_FALSE; in main() local
197 failed = B_TRUE; \ in main()
241 if (failed) in main()
H A Dskein_test.c267 boolean_t failed = B_FALSE; in main() local
286 failed = B_TRUE; \ in main()
330 if (failed) in main()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_program/
H A Dzfs_program_json.ksh49 failed = {}
57 failed[root] = val
71 results["failed"] = failed
/f-stack/app/redis-5.0.5/deps/jemalloc/msvc/test_threads/
H A Dtest_threads.cpp83 …bool failed = leaked > 65536; // in case C++ runtime allocated something (e.g. iostream locale or … in test_threads() local
84 printf("\nTest %s!\n", (failed ? "FAILED" : "successful")); in test_threads()
87 return failed ? 1 : 0; in test_threads()
/f-stack/dpdk/app/test-bbdev/
H A Dmain.c51 unsigned int total = 0, skipped = 0, succeeded = 0, failed = 0; in unit_test_suite_runner() local
94 failed++; in unit_test_suite_runner()
113 printf(" + Tests Failed : %2d\n", failed); in unit_test_suite_runner()
118 return (failed > 0) ? 1 : 0; in unit_test_suite_runner()
/f-stack/dpdk/drivers/raw/skeleton/
H A Dskeleton_rawdev_test.c36 static int failed; variable
48 failed = 0; in testsuite_setup()
426 failed++; in skeldev_test_run()
465 SKELDEV_TEST_INFO("Failed : %d", failed); in test_rawdev_skeldev()
468 if (failed) in test_rawdev_skeldev()

1234567