From c209013da8b8cc01bf924db1eb91043ecc563c3d Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Thu, 21 Oct 2010 12:35:33 +0000 Subject: [PATCH] cleared the test blacklist in opencv_test_core. all the problematic tests now pass --- tests/cxcore/src/cxcoretest_main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/cxcore/src/cxcoretest_main.cpp b/tests/cxcore/src/cxcoretest_main.cpp index 75708cc..2d03ea7 100644 --- a/tests/cxcore/src/cxcoretest_main.cpp +++ b/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 }; -- 2.7.4