diff --git a/test_conformance/select/test_select.c b/test_conformance/select/test_select.c index c075ea46..e7071b67 100644 --- a/test_conformance/select/test_select.c +++ b/test_conformance/select/test_select.c @@ -342,6 +342,7 @@ static int doTest(cl_command_queue queue, cl_context context, Type stype, Type c programs[vecsize] = makeSelectProgram(&kernels[vecsize], context, stype, cmptype, element_count[vecsize] ); if (!programs[vecsize] || !kernels[vecsize]) { ++s_test_fail; + ++s_test_cnt; return -1; } }