diff --git a/test_conformance/spir/run_build_test.cpp b/test_conformance/spir/run_build_test.cpp index 684226a7..4dd3f0d4 100644 --- a/test_conformance/spir/run_build_test.cpp +++ b/test_conformance/spir/run_build_test.cpp @@ -378,7 +378,7 @@ bool TestRunner::runBuildTest(cl_device_id device, const char *folder, if (strstr(test_name, "div_cr") || strstr(test_name, "sqrt_cr")) { if ((gFloatCapabilities & CL_FP_CORRECTLY_ROUNDED_DIVIDE_SQRT) == 0) - return; + return true; else { bcoptions += " -cl-fp32-correctly-rounded-divide-sqrt"; cloptions += " -cl-fp32-correctly-rounded-divide-sqrt";