[opencv] 166/251: ts: don't run imgcodecs tests on large images (valgrind)
Nobuhiro Iwamatsu
iwamatsu at moszumanska.debian.org
Sun Aug 27 23:27:39 UTC 2017
This is an automated email from the git hooks/post-receive script.
iwamatsu pushed a commit to annotated tag 3.3.0
in repository opencv.
commit 1650c664bc6693e52e36a3ec53fc96cd8a762e34
Author: Alexander Alekhin <alexander.alekhin at intel.com>
Date: Mon Jul 24 23:27:14 2017 +0300
ts: don't run imgcodecs tests on large images (valgrind)
---
modules/ts/misc/run_long.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/modules/ts/misc/run_long.py b/modules/ts/misc/run_long.py
index d2ef41f..3562445 100644
--- a/modules/ts/misc/run_long.py
+++ b/modules/ts/misc/run_long.py
@@ -9,6 +9,8 @@ LONG_TESTS_DEBUG_VALGRIND = [
('calib3d', 'Calib3d_InitUndistortRectifyMap.accuracy', 2017.22),
('dnn', 'Reproducibility*', 1000), # large DNN models
('features2d', 'Features2d_Feature2d.no_crash', 1235.68),
+ ('imgcodecs', 'Imgcodecs_Png.write_big', 1000), # memory limit
+ ('imgcodecs', 'Imgcodecs_Tiff.decode_tile16384x16384', 1000), # memory limit
('ml', 'ML_RTrees.regression', 1423.47),
('optflow', 'DenseOpticalFlow_DeepFlow.ReferenceAccuracy', 1360.95),
('optflow', 'DenseOpticalFlow_DeepFlow_perf.perf/0', 1881.59),
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opencv.git
More information about the debian-science-commits
mailing list