提交 9f6f0c74 编写于 作者: A Alexander Alekhin

Merge pull request #21987 from alalek:gapi_test_reduce_used_memory

......@@ -132,7 +132,7 @@ TEST_P(RMatViewNDTest, StepFromView) {
INSTANTIATE_TEST_CASE_P(Test, RMatViewNDTest,
Combine(Values(CV_8U, CV_32F), // depth
Values(1,2,3,4,7))); // ndims
Values(1,2,3,4,5))); // ndims
struct RMatViewNDTestNegative : public TestWithParam<
std::tuple<int /*depth*/, int /*chan*/, int /*ndims*/>>{};
......@@ -153,7 +153,7 @@ TEST_P(RMatViewNDTestNegative, DefaultStep) {
INSTANTIATE_TEST_CASE_P(Test, RMatViewNDTestNegative,
Combine(Values(CV_8U, CV_32F), // depth
Values(1,2,3,4), // chan
Values(2,4,7))); // ndims
Values(2,4,5))); // ndims
TEST_P(RMatViewTest, NonDefaultStepInput) {
auto type = GetParam();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册