Commit 145ece8f authored by Jin Ma's avatar Jin Ma

removed test for double since not all platforms support double, thus the sanity…

removed test for double since not all platforms support double, thus the sanity check cannot pass on all the platforms.
parent 1bb47f4b
......@@ -63,7 +63,7 @@ typedef TestBaseWithParam<MomentsParamType> MomentsFixture;
PERF_TEST_P(MomentsFixture, Moments,
::testing::Combine(OCL_TYPICAL_MAT_SIZES,
OCL_PERF_ENUM(CV_8UC1, CV_16SC1, CV_16UC1, CV_32FC1, CV_64FC1), ::testing::Values(false, true)))
OCL_PERF_ENUM(CV_8UC1, CV_16SC1, CV_16UC1, CV_32FC1), ::testing::Values(false, true)))
{
const MomentsParamType params = GetParam();
const Size srcSize = get<0>(params);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment