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[] =
|
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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user