disable Video_PyrLKOpticalFlowDense performance test
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Thu, 23 Apr 2015 16:08:40 +0000 (19:08 +0300)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Thu, 23 Apr 2015 16:08:40 +0000 (19:08 +0300)
sanity fails on Maxwell and CUDA 7.0 due to unknow reason

modules/gpu/perf/perf_video.cpp

index e71df5a..b30e8ff 100644 (file)
@@ -307,7 +307,8 @@ PERF_TEST_P(ImagePair_Gray_NPts_WinSz_Levels_Iters, Video_PyrLKOpticalFlowSparse
 
 DEF_PARAM_TEST(ImagePair_WinSz_Levels_Iters, pair_string, int, int, int);
 
-PERF_TEST_P(ImagePair_WinSz_Levels_Iters, Video_PyrLKOpticalFlowDense,
+// Sanity test fails on Maxwell and CUDA 7.0
+PERF_TEST_P(ImagePair_WinSz_Levels_Iters, DISABLED_Video_PyrLKOpticalFlowDense,
             Combine(Values<pair_string>(make_pair("gpu/opticalflow/frame0.png", "gpu/opticalflow/frame1.png")),
                     Values(3, 5, 7, 9, 13, 17, 21),
                     Values(1, 3),