Commit c209013d authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

cleared the test blacklist in opencv_test_core. all the problematic tests now pass

parent c8fd40b0
...@@ -45,10 +45,10 @@ CvTS test_system("core"); ...@@ -45,10 +45,10 @@ CvTS test_system("core");
const char* blacklist[] = const char* blacklist[] =
{ {
"matrix-dotproduct", //ticket 447 //"matrix-dotproduct", //ticket 447
"ds-graphscan", //ticket 504 //"ds-graphscan", //ticket 504
"matrix-invert", //ticket 536 //"matrix-invert", //ticket 536
"pca", //ticket 566 //"pca", //ticket 566
0 0
}; };
......
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