diff --git a/test_conformance/images/kernel_read_write/main.cpp b/test_conformance/images/kernel_read_write/main.cpp index 0a93a974..debbdf18 100644 --- a/test_conformance/images/kernel_read_write/main.cpp +++ b/test_conformance/images/kernel_read_write/main.cpp @@ -202,7 +202,7 @@ static int doTest( cl_device_id device, cl_context context, cl_command_queue que if ((testTypesToRun & kReadWriteTests) && checkForReadWriteImageSupport(device)) { - return TEST_SKIPPED_ITSELF; + return ret; } if( ( testTypesToRun & kReadWriteTests ) && !gTestMipmaps )