Commit Graph

37 Commits

Author SHA1 Message Date
Vadim Pisarevsky
54ef68e7f4 improved test build time 2010-11-29 13:30:34 +00:00
Vadim Pisarevsky
a2676b2777 fixed failure in rand test (ticket #449) 2010-11-04 10:04:42 +00:00
Alexander Shishkov
c1e753c868 remove failed test (see issues #449, 627, 502) 2010-10-24 20:25:36 +00:00
Vadim Pisarevsky
39335eb391 rand test is returned back 2010-10-21 15:47:04 +00:00
Vadim Pisarevsky
c209013da8 cleared the test blacklist in opencv_test_core. all the problematic tests now pass 2010-10-21 12:35:33 +00:00
Vadim Pisarevsky
c8fd40b011 fixed ds-graphscan test to make sure that the memory block size is large enough to fit at least the graph header and the sequence block header (ticket 504) 2010-10-21 12:26:11 +00:00
Vadim Pisarevsky
8deebea735 fixed test failure in matrix-dotproduct test (by increasing the desired accuracy threshold) (ticket #447) 2010-10-21 12:12:04 +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
Vadim Pisarevsky
87f6e500e1 united cv::Mat and cv::MatND 2010-10-12 12:33:16 +00:00
Alexander Shishkov
b53d777129 remove failed tests 2010-09-17 12:28:08 +00:00
Vadim Pisarevsky
e23d62b845 added blacklist support in the OpenCV test engine for centralized exclusion of failed tests 2010-09-14 13:58:05 +00:00
Alexander Shishkov
c2e2b196ca remove failed test (see issue #536) 2010-08-31 14:20:41 +00:00
Victor Erukhimov
49f1a9c3d5 Commented out rand test due to failure on win32 2010-07-31 11:56:43 +00:00
Alexander Shishkov
3ffee6aa04 exclude failed test (ds-graphscan) 2010-07-30 14:04:21 +00:00
Vadim Pisarevsky
0faa75da11 inserted missing std:: (ticket #333). Thanks to trisk for the patch! 2010-07-29 10:55:09 +00:00
Vadim Pisarevsky
4d67fc266c increased err threshold in matrix-transform test (ticket #476) 2010-07-27 17:27:40 +00:00
Vadim Pisarevsky
2e5b63296b increased error threshold in matrix-solve test (ticket #496) 2010-07-27 17:03:11 +00:00
Vadim Pisarevsky
486d410a34 increased error threshold in matrix-invert test (ticket #465) 2010-07-27 16:51:39 +00:00
Alexander Shishkov
1ead3a5b02 exclude failed test (matrix-solve) 2010-07-26 11:13:44 +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
758e826d2e do not use WIN64/_WIN64 anymore - CMake did not set it anyway. Use WIN32 + __x86_64 or _M_X64 instead. Also, make VideoInput optional (WITH_VIDEOINPUT=ON/OFF) => now Mingw-dw2 can build OpenCV 2010-07-16 22:38:57 +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
Vadim Pisarevsky
f78a3b4cc1 updated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib 1.2.3 => 1.2.5, libpng 1.2.x => 1.4.3, libtiff 3.7.x => 3.9.4. fixed many 64-bit related VS2010 warnings 2010-07-16 12:54:53 +00:00
Alexander Shishkov
fbc88e2d66 exclude failed tests 2010-07-14 09:16:16 +00:00
Vadim Pisarevsky
4a734f774a fixed ds-graphscan test (trac #461) 2010-07-13 14:54:42 +00:00
Vadim Pisarevsky
f42adcdc45 fixed ds-graph test 2010-07-13 14:43:24 +00:00
Vadim Pisarevsky
da02688429 improved accuracy of the matrix determinant and matrix inversion functions (trac #431) 2010-07-13 14:17:49 +00:00
Alexander Shishkov
1c856283ec exclude failed tests 2010-07-12 13:22:59 +00:00
Vadim Pisarevsky
6436ce411b relaxed error threshold for matrix-dotproduct (ticket #447) 2010-07-12 09:00:35 +00:00
Vadim Pisarevsky
ba5eb93a53 rewrote normal RNG function to workaround the bug in gcc 3.4 (ticket #449) 2010-07-12 08:46:00 +00:00
Alexander Shishkov
998cce4a2d exclude failed tests 2010-07-11 15:07:44 +00:00
Alexander Shishkov
fc9577f8e5 exclude ds-graph test 2010-07-09 11:50:59 +00:00
Vadim Pisarevsky
db82906067 fix build with GCC 3.3 on Ubuntu 8.04 2010-07-09 09:09:20 +00:00
Alexander Shishkov
1058bc7f1f exclude Ubuntu failed tests 2010-07-09 09:04:49 +00:00
Vadim Pisarevsky
127d6649a1 "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00