Home
last modified time | relevance | path

Searched refs:TEST_PASS (Results 1 – 25 of 68) sorted by relevance

123

/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dptrace.h29 #define TEST_PASS 0 macro
74 return TEST_PASS; in start_trace()
86 return TEST_PASS; in stop_trace()
98 return TEST_PASS; in cont_trace()
118 return TEST_PASS; in ptrace_read_regs()
179 return TEST_PASS; in show_tar_registers()
223 return TEST_PASS; in write_tar_registers()
269 return TEST_PASS; in show_tm_checkpointed_state()
314 return TEST_PASS; in write_ckpt_tar_registers()
337 return TEST_PASS; in show_fpr()
[all …]
Dptrace-tar.c62 return TEST_PASS; in trace_tar()
73 return TEST_PASS; in trace_tar_write()
119 return TEST_PASS; in ptrace_tar()
123 TEST_PASS; in ptrace_tar()
125 return TEST_PASS; in ptrace_tar()
Dptrace-gpr.h35 return TEST_PASS; in validate_gpr()
52 return TEST_PASS; in validate_fpr()
69 return TEST_PASS; in validate_fpr_float()
Dptrace-tm-spr.c29 return TEST_PASS; in validate_tm_spr()
108 return TEST_PASS; in trace_tm_spr()
155 TEST_PASS; in ptrace_tm_spr()
157 return TEST_PASS; in ptrace_tm_spr()
Dptrace-gpr.c69 return TEST_PASS; in trace_gpr()
110 TEST_PASS; in ptrace_gpr()
113 return TEST_PASS; in ptrace_gpr()
Dptrace-vsx.c56 return TEST_PASS; in trace_vsx()
105 TEST_PASS; in ptrace_vsx()
107 return TEST_PASS; in ptrace_vsx()
Dptrace-tm-gpr.c107 return TEST_PASS; in trace_tm_gpr()
146 TEST_PASS; in ptrace_tm_gpr()
148 return TEST_PASS; in ptrace_tm_gpr()
Dptrace-tm-tar.c111 return TEST_PASS; in trace_tm_tar()
148 TEST_PASS; in ptrace_tm_tar()
150 return TEST_PASS; in ptrace_tm_tar()
Dptrace-vsx.h24 return TEST_PASS; in validate_vsx()
63 return TEST_PASS; in validate_vmx()
105 return TEST_PASS; in compare_vsx_vmx()
Dptrace-tm-spd-tar.c123 return TEST_PASS; in trace_tm_spd_tar()
162 TEST_PASS; in ptrace_tm_spd_tar()
164 return TEST_PASS; in ptrace_tm_spd_tar()
Dptrace-tm-spd-gpr.c113 return TEST_PASS; in trace_tm_spd_gpr()
157 TEST_PASS; in ptrace_tm_spd_gpr()
159 return TEST_PASS; in ptrace_tm_spd_gpr()
Dptrace-tm-vsx.c107 return TEST_PASS; in trace_tm_vsx()
155 TEST_PASS; in ptrace_tm_vsx()
157 return TEST_PASS; in ptrace_tm_vsx()
Dptrace-tm-spd-vsx.c123 return TEST_PASS; in trace_tm_spd_vsx()
172 TEST_PASS; in ptrace_tm_spd_vsx()
174 return TEST_PASS; in ptrace_tm_spd_vsx()
Dcore-pkey.c107 return TEST_PASS; in increase_core_file_limit()
253 return TEST_PASS; in check_core_file()
364 return TEST_PASS; in write_core_pattern()
406 ret = TEST_PASS; in setup_core_pattern()
Dptrace-pkey.c183 return TEST_PASS; in child()
285 ret = TEST_PASS; in parent()
290 ret = WEXITSTATUS(status) ? TEST_FAIL : TEST_PASS; in parent()
/external/OpenCL-CTS/test_conformance/api/
Dtest_mem_objects.cpp88 return (numErrors > 0) ? TEST_FAIL : TEST_PASS; in test_mem_object_destructor_callback_single()
104 if (test_mem_object_destructor_callback_single(testBuffer) != TEST_PASS) in test_mem_object_destructor_callback()
117 if (test_mem_object_destructor_callback_single(testImage) != TEST_PASS) in test_mem_object_destructor_callback()
124 return TEST_PASS; in test_mem_object_destructor_callback()
Dtest_api_consistency.cpp153 return TEST_PASS; in test_consistency_svm()
199 return TEST_PASS; in check_atomic_capabilities()
235 return TEST_PASS; in test_consistency_memory_model()
384 return TEST_PASS; in test_consistency_device_enqueue()
472 return TEST_PASS; in test_consistency_pipes()
534 return TEST_PASS; in test_consistency_progvar()
617 return TEST_PASS; in test_consistency_non_uniform_work_group()
680 return TEST_PASS; in test_consistency_read_write_images()
783 return TEST_PASS; in test_consistency_2d_image_from_buffer()
845 return TEST_PASS; in test_consistency_depth_images()
[all …]
Dtest_queue_properties_queries.cpp141 return TEST_PASS; in create_queue_and_check_array_properties()
167 int error = TEST_PASS; in run_test_queue_array_properties()
196 return TEST_PASS; in run_test_queue_array_properties()
208 return TEST_PASS; in run_test_queue_array_properties()
214 int error = TEST_PASS; in test_queue_properties_queries()
Dnegative_platform.cpp37 return TEST_PASS; in test_negative_get_platform_ids()
73 return TEST_PASS; in test_negative_get_platform_info()
Dtest_pipe_properties_queries.cpp59 return TEST_PASS; in create_pipe_and_check_array_properties()
89 int result = TEST_PASS; in test_pipe_properties_queries()
/external/OpenCL-CTS/test_conformance/compiler/
Dtest_opencl_c_versions.cpp102 return TEST_PASS; in test_CL_DEVICE_OPENCL_C_VERSION()
177 return TEST_PASS; in test_CL_DEVICE_OPENCL_C_ALL_VERSIONS()
221 return TEST_PASS; in test_CL_DEVICE_OPENCL_C_VERSION_features()
286 return TEST_PASS; in test_CL_DEVICE_OPENCL_C_VERSION_versions()
296 int result = TEST_PASS; in test_opencl_c_versions()
/external/OpenCL-CTS/test_conformance/subgroups/
Dtest_ifp.cpp287 int error = TEST_PASS; in test_ifp()
327 return TEST_PASS; in checkIFPSupport()
336 if (error != TEST_PASS) in test_ifp_core()
364 if (error != TEST_PASS) in test_ifp_ext()
/external/OpenCL-CTS/test_common/harness/
DfeatureHelpers.cpp33 return TEST_PASS; in get_device_cl_c_features()
74 return TEST_PASS; in get_device_cl_c_features()
DtestHarness.cpp476 if (spirv_readiness != TEST_PASS) in runTestHarnessWithCheck()
480 case TEST_PASS: break; in runTestHarnessWithCheck()
494 case TEST_PASS: break; in runTestHarnessWithCheck()
721 case TEST_PASS: in parseAndCallCommandLineTests()
847 status = TEST_PASS; in callSingleTestFunction()
1127 return TEST_PASS; in check_spirv_compilation_readiness()
1161 return TEST_PASS; in check_spirv_compilation_readiness()
/external/OpenCL-CTS/test_conformance/basic/
Dtest_vector_swizzle.cpp601 return TEST_PASS; in test_vectype_case()
611 int result = TEST_PASS; in test_vectype()
681 int result = TEST_PASS; in test_vector_swizzle()

123