mirror of
https://github.com/opencv/opencv.git
synced 2026-09-13 05:42:51 -05:00
perf: ignore _ovx tests
This commit is contained in:
@@ -39,7 +39,7 @@ PERF_TEST_P( TestFilter2d, Filter2d,
|
||||
SANITY_CHECK(dst, 1);
|
||||
}
|
||||
|
||||
PERF_TEST_P(TestFilter2d, Filter2d_ovx,
|
||||
PERF_TEST_P(TestFilter2d, DISABLED_Filter2d_ovx,
|
||||
Combine(
|
||||
Values(Size(320, 240), sz1080p),
|
||||
Values(3, 5),
|
||||
|
||||
@@ -26,7 +26,7 @@ PERF_TEST_P(Size_MatType, pyrDown, testing::Combine(
|
||||
SANITY_CHECK(dst, eps, error_type);
|
||||
}
|
||||
|
||||
PERF_TEST_P(Size_MatType, pyrDown_ovx, testing::Combine(
|
||||
PERF_TEST_P(Size_MatType, DISABLED_pyrDown_ovx, testing::Combine(
|
||||
testing::Values(sz1080p, sz720p, szVGA, szQVGA, szODD),
|
||||
testing::Values(CV_8UC1, CV_8UC3, CV_8UC4, CV_16SC1, CV_16SC3, CV_16SC4, CV_32FC1, CV_32FC3, CV_32FC4)
|
||||
)
|
||||
|
||||
@@ -48,7 +48,7 @@ PERF_TEST_P( TestWarpAffine, WarpAffine,
|
||||
#endif
|
||||
}
|
||||
|
||||
PERF_TEST_P(TestWarpAffine, WarpAffine_ovx,
|
||||
PERF_TEST_P(TestWarpAffine, DISABLED_WarpAffine_ovx,
|
||||
Combine(
|
||||
Values(szVGA, sz720p, sz1080p),
|
||||
InterType::all(),
|
||||
@@ -116,7 +116,7 @@ PERF_TEST_P( TestWarpPerspective, WarpPerspective,
|
||||
#endif
|
||||
}
|
||||
|
||||
PERF_TEST_P(TestWarpPerspective, WarpPerspective_ovx,
|
||||
PERF_TEST_P(TestWarpPerspective, DISABLED_WarpPerspective_ovx,
|
||||
Combine(
|
||||
Values(szVGA, sz720p, sz1080p),
|
||||
InterType::all(),
|
||||
|
||||
Reference in New Issue
Block a user