mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
cleared the test blacklist in opencv_test_core. all the problematic tests now pass
This commit is contained in:
parent
c8fd40b011
commit
c209013da8
@ -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…
Reference in New Issue
Block a user