Disable crashing ocl tests
authorAndrey Kamaev <andrey.kamaev@itseez.com>
Sun, 17 Mar 2013 22:32:20 +0000 (02:32 +0400)
committerAndrey Kamaev <andrey.kamaev@itseez.com>
Thu, 21 Mar 2013 14:18:17 +0000 (18:18 +0400)
modules/ocl/test/test_brute_force_matcher.cpp
modules/ocl/test/test_match_template.cpp

index 424781f..bdf1f8a 100644 (file)
@@ -110,7 +110,7 @@ namespace
         }
     };
 
-    TEST_P(BruteForceMatcher, Match_Single)
+    TEST_P(BruteForceMatcher, DISABLED_Match_Single)
     {
         cv::ocl::BruteForceMatcher_OCL_base matcher(distType);
 
@@ -130,7 +130,7 @@ namespace
         ASSERT_EQ(0, badCount);
     }
 
-    TEST_P(BruteForceMatcher, KnnMatch_2_Single)
+    TEST_P(BruteForceMatcher, DISABLED_KnnMatch_2_Single)
     {
         const int knn = 2;
 
index c948e1d..2fc6a10 100644 (file)
@@ -75,7 +75,7 @@ PARAM_TEST_CASE(MatchTemplate8U, cv::Size, TemplateSize, Channels, TemplateMetho
     }
 };
 
-TEST_P(MatchTemplate8U, Accuracy)
+TEST_P(MatchTemplate8U, DISABLED_Accuracy)
 {
 
     std::cout << "Method: " << TEMPLATE_METHOD_NAMES[method] << std::endl;