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

pull/13383/head
Vadim Pisarevsky 15 years ago
parent c8fd40b011
commit c209013da8
  1. 8
      tests/cxcore/src/cxcoretest_main.cpp

@ -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
};

Loading…
Cancel
Save