fixed some more failing tests

This commit is contained in:
Vadim Pisarevsky
2010-11-12 21:23:54 +00:00
parent 28de198c75
commit 8eb3e2a94e
2 changed files with 7 additions and 7 deletions

View File

@@ -47,13 +47,13 @@ const char* blacklist[] =
{
"calibrate-camera-artificial", //ticket 472
"inpaint", //ticket 570
"optflow-estimate-rigid", //ticket 433
"subdiv", //ticket 454
//"optflow-estimate-rigid", //ticket 433
//"subdiv", //ticket 454
"warp-resize", //ticket 429
"warp-affine", //ticket 572
"warp-perspective", //ticket 575
"_3d-fundam", //ticket 434
"posit", //ticket 430
//"warp-affine", //ticket 572
//"warp-perspective", //ticket 575
//"_3d-fundam", //ticket 434
//"posit", //ticket 430
0
};