diff --git a/modules/gapi/test/cpu/gapi_core_tests_cpu.cpp b/modules/gapi/test/cpu/gapi_core_tests_cpu.cpp index 0aac763c4f..458372f440 100644 --- a/modules/gapi/test/cpu/gapi_core_tests_cpu.cpp +++ b/modules/gapi/test/cpu/gapi_core_tests_cpu.cpp @@ -440,7 +440,6 @@ INSTANTIATE_TEST_CASE_P(BackendOutputAllocationTestCPU, BackendOutputAllocationT Combine(Values(CV_8UC3, CV_16SC2, CV_32FC1), Values(cv::Size(50, 50)), Values(-1), - Values(false), Values(CORE_CPU))); INSTANTIATE_TEST_CASE_P(BackendOutputAllocationLargeSizeWithCorrectSubmatrixTestCPU, @@ -448,6 +447,5 @@ INSTANTIATE_TEST_CASE_P(BackendOutputAllocationLargeSizeWithCorrectSubmatrixTest Combine(Values(CV_8UC3, CV_16SC2, CV_32FC1), Values(cv::Size(50, 50)), Values(-1), - Values(false), Values(CORE_CPU))); } diff --git a/modules/gapi/test/cpu/gapi_core_tests_fluid.cpp b/modules/gapi/test/cpu/gapi_core_tests_fluid.cpp index d989f31734..960136efe0 100644 --- a/modules/gapi/test/cpu/gapi_core_tests_fluid.cpp +++ b/modules/gapi/test/cpu/gapi_core_tests_fluid.cpp @@ -258,7 +258,6 @@ INSTANTIATE_TEST_CASE_P(BackendOutputAllocationTestFluid, BackendOutputAllocatio Combine(Values(CV_8UC3, CV_16SC2, CV_32FC1), Values(cv::Size(50, 50)), Values(-1), - Values(false), Values(CORE_FLUID))); INSTANTIATE_TEST_CASE_P(BackendOutputAllocationLargeSizeWithCorrectSubmatrixTestFluid, @@ -266,7 +265,6 @@ INSTANTIATE_TEST_CASE_P(BackendOutputAllocationLargeSizeWithCorrectSubmatrixTest Combine(Values(CV_8UC3, CV_16SC2, CV_32FC1), Values(cv::Size(50, 50)), Values(-1), - Values(false), Values(CORE_FLUID))); //---------------------------------------------------------------------- diff --git a/modules/gapi/test/gpu/gapi_core_tests_gpu.cpp b/modules/gapi/test/gpu/gapi_core_tests_gpu.cpp index 878839c03f..8c68a935e8 100644 --- a/modules/gapi/test/gpu/gapi_core_tests_gpu.cpp +++ b/modules/gapi/test/gpu/gapi_core_tests_gpu.cpp @@ -383,7 +383,6 @@ INSTANTIATE_TEST_CASE_P(BackendOutputAllocationTestGPU, BackendOutputAllocationT Combine(Values(CV_8UC3, CV_16SC2, CV_32FC1), Values(cv::Size(50, 50)), Values(-1), - Values(false), Values(CORE_GPU))); // FIXME: there's an issue in OCL backend with matrix reallocation that shouldn't happen @@ -392,7 +391,6 @@ INSTANTIATE_TEST_CASE_P(DISABLED_BackendOutputAllocationLargeSizeWithCorrectSubm Combine(Values(CV_8UC3, CV_16SC2, CV_32FC1), Values(cv::Size(50, 50)), Values(-1), - Values(false), Values(CORE_GPU))); //TODO: fix this backend to allow ConcatVertVec ConcatHorVec