From 1650c664bc6693e52e36a3ec53fc96cd8a762e34 Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Mon, 24 Jul 2017 23:27:14 +0300 Subject: [PATCH] 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 d2ef41fe30..356244595f 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), -- GitLab