mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
temporarily disable the negative_invalid_arg_size_local test (#2573)
Temporarily disable the negative_invalid_arg_size_local test, pending working group discussion.
This commit is contained in:
@@ -982,6 +982,12 @@ REGISTER_TEST(negative_invalid_arg_index)
|
|||||||
|
|
||||||
REGISTER_TEST(negative_invalid_arg_size_local)
|
REGISTER_TEST(negative_invalid_arg_size_local)
|
||||||
{
|
{
|
||||||
|
if (true)
|
||||||
|
{
|
||||||
|
log_info("Disabling this test temporarily, see internal issue 374.\n");
|
||||||
|
return TEST_SKIPPED_ITSELF;
|
||||||
|
}
|
||||||
|
|
||||||
cl_int error = CL_SUCCESS;
|
cl_int error = CL_SUCCESS;
|
||||||
clProgramWrapper program;
|
clProgramWrapper program;
|
||||||
clKernelWrapper local_arg_kernel;
|
clKernelWrapper local_arg_kernel;
|
||||||
|
|||||||
Reference in New Issue
Block a user