Commit Graph

21 Commits

Author SHA1 Message Date
Alexander Shishkov e834a46ccf moved failed tests to blacklists
"em",        //ticket 754
2010-12-10 16:57:38 +00:00
Vadim Pisarevsky f8632f6da7 fixed crash in gbtrees test on Windows 2010-12-03 18:11:16 +00:00
Maria Dimashova db5cce885d updated tests thresholds 2010-12-01 09:28:16 +00:00
Vadim Pisarevsky aef71a146e put 64-bit constants to CV_BIG_INT() macros to avoid warnings with old compilers 2010-11-29 21:38:32 +00:00
Maria Dimashova cfeca1411e forgot commit this file 2010-11-29 15:23:56 +00:00
Maria Dimashova 78ccde56b2 limited rng seed choice by 5 values in dtree, boost, rtrees, ertrees tests; hope this make them more stable. 2010-11-29 15:22:15 +00:00
Maria Dimashova dd14dc5de3 fixed #517; uncommented ertrees test and moved it to black llist 2010-11-29 09:34:06 +00:00
Alexander Shishkov 12266265d8 moved failed tests to corresponding blacklists (issues #433, 454, 661, 662) 2010-11-10 12:20:14 +00:00
Vadim Pisarevsky ced8192174 fixed several GCC warnings; fixed crash in kmeans test (because of cv::swap(Mat&a, Mat&b)) (ticket #616) 2010-11-04 15:59:10 +00:00
P. Druzhkov 501e81eb3b fix gbtrees test 2010-10-30 12:42:11 +00:00
Alexander Shishkov 949d31093e moved CvGBTrees_test test to blacklist (issue 630) 2010-10-26 09:18:46 +00:00
Alexander Shishkov 445f44c152 Move failed tests to corresponding blacklists 2010-10-19 15:06:22 +00:00
Vadim Pisarevsky 387f2040d3 the path to "opencv/opencv_extra/testdata" can now be set using OPENCV_TEST_DATA_PATH. Filter pattern can now start with ">" or ">=" symbols, meaning - run all the test, beginning from the particular one - convenient for resuming tests after fixing crashed tests 2010-10-19 13:49:13 +00:00
Alexander Shishkov 5d6467708c remove failed tests (issues #612-616) 2010-10-18 12:32:08 +00:00
P. Druzhkov d611fb61fc Gradient Boosting Trees (CvGBTrees) added to opencv mll. Test for all CvGBTrees public methods added. 2010-10-13 20:18:12 +00:00
Victor Erukhimov 451939ce98 Commenting out aertrees test due to a failure on windows 32 2010-07-31 10:28:17 +00:00
Vadim Pisarevsky f894d1de31 replaced unlink() & _unlink() with more standard remove() (ticket #334) 2010-07-17 11:51:17 +00:00
Alexander Shishkov ad66d33e81 exclude failed tests 2010-07-17 09:43:30 +00:00
Vadim Pisarevsky 670fff5f42 added workaround for strange tmpnam() output from VS2010. turned off optimization for DCT & DFT on Win64 for VS200x (VS2010 builds it fine) 2010-07-16 14:16:18 +00:00
Alexander Shishkov 1c856283ec exclude failed tests 2010-07-12 13:22:59 +00:00
Vadim Pisarevsky 127d6649a1 "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00