moved failed tests to corresponding blacklists (issues #433, 454, 661, 662)

This commit is contained in:
Alexander Shishkov 2010-11-10 12:20:14 +00:00
parent 458931613c
commit 12266265d8
2 changed files with 4 additions and 32 deletions

View File

@ -45,40 +45,12 @@ CvTS test_system("cv");
const char* blacklist[] =
{
//"_3d-fundam", //ticket 484
"calibrate-camera-artificial", //ticket 472
//"chessboard-detector", //ticket 569
//"chessboard-subpixel", //ticket 473
//"color-luv", //ticket 502
//"filter-generic",
//"flann_saved", //ticket 618
"inpaint", //ticket 570
//"mhi-global", //ticket 457
//"morph-ex", //ticket 612
//"MSER", //ticket 437
//"operations", //ticket 613
//"optflow-estimate-rigid", //ticket 433
//"posit", //ticket 430
//"segmentation-pyramid", //ticket 464
//"shape-minarearect", //ticket 436
//"stereogc", //ticket 439
//"subdiv", //ticket 454
//"track-camshift", //ticket 483
//"warp-affine", //ticket 572
//"warp-perspective", //ticket 575
//"warp-remap", //ticket 576
"optflow-estimate-rigid", //ticket 433
"subdiv", //ticket 454
"warp-resize", //ticket 429
//"warp-undistort", //ticket 577
//"hist-backproj", //ticket 579
//"projectPoints-c", //ticket 652
"latentsvmdetector", //ticket 661
0
};

View File

@ -45,7 +45,7 @@ CvTS test_system("ml");
const char* blacklist[] =
{
//"kmeans", //ticket 616
"adtree", //ticket 662
"artrees", //ticket 460
"aboost", //ticket 474
0