Skip to content

Commit

Permalink
Merge pull request opencv#15061 from AsyaPronina:dev/fix_merge_issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alalek authored Jul 16, 2019
2 parents 65d148d + add1df4 commit f6ec0cd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions modules/gapi/test/cpu/gapi_core_tests_cpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -440,14 +440,12 @@ 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,
BackendOutputAllocationLargeSizeWithCorrectSubmatrixTest,
Combine(Values(CV_8UC3, CV_16SC2, CV_32FC1),
Values(cv::Size(50, 50)),
Values(-1),
Values(false),
Values(CORE_CPU)));
}
2 changes: 0 additions & 2 deletions modules/gapi/test/cpu/gapi_core_tests_fluid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,15 +258,13 @@ 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,
BackendOutputAllocationLargeSizeWithCorrectSubmatrixTest,
Combine(Values(CV_8UC3, CV_16SC2, CV_32FC1),
Values(cv::Size(50, 50)),
Values(-1),
Values(false),
Values(CORE_FLUID)));

//----------------------------------------------------------------------
Expand Down
2 changes: 0 additions & 2 deletions modules/gapi/test/gpu/gapi_core_tests_gpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f6ec0cd

Please sign in to comment.