Skip to content

Commit 1650c66

Browse files
committed
ts: don't run imgcodecs tests on large images (valgrind)
1 parent d17b099 commit 1650c66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/ts/misc/run_long.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
('calib3d', 'Calib3d_InitUndistortRectifyMap.accuracy', 2017.22),
1010
('dnn', 'Reproducibility*', 1000), # large DNN models
1111
('features2d', 'Features2d_Feature2d.no_crash', 1235.68),
12+
('imgcodecs', 'Imgcodecs_Png.write_big', 1000), # memory limit
13+
('imgcodecs', 'Imgcodecs_Tiff.decode_tile16384x16384', 1000), # memory limit
1214
('ml', 'ML_RTrees.regression', 1423.47),
1315
('optflow', 'DenseOpticalFlow_DeepFlow.ReferenceAccuracy', 1360.95),
1416
('optflow', 'DenseOpticalFlow_DeepFlow_perf.perf/0', 1881.59),

0 commit comments

Comments
 (0)