cleared the test blacklist in opencv_test_core. all the problematic tests now pass
authorVadim Pisarevsky <no@email>
Thu, 21 Oct 2010 12:35:33 +0000 (12:35 +0000)
committerVadim Pisarevsky <no@email>
Thu, 21 Oct 2010 12:35:33 +0000 (12:35 +0000)
tests/cxcore/src/cxcoretest_main.cpp

index 75708cc..2d03ea7 100644 (file)
@@ -45,10 +45,10 @@ CvTS test_system("core");
 
 const char* blacklist[] =
 {
-    "matrix-dotproduct",          //ticket 447
-    "ds-graphscan",               //ticket 504
-    "matrix-invert",              //ticket 536
-    "pca",                        //ticket 566
+    //"matrix-dotproduct",          //ticket 447
+    //"ds-graphscan",               //ticket 504
+    //"matrix-invert",              //ticket 536
+    //"pca",                        //ticket 566
     0
 };