OrenHg / libyuv

Automatically exported from code.google.com/p/libyuv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

tests/functions that sparsely write can be flakey #165

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run tests many times

What is the expected output?
Pass

What do you see instead?
Sometimes Fail

Please use labels and text to provide additional information.
Attenuate_Any and BayerToI420 have been noted to fail.

2 known cases exist where the entire destination may not be written
1. destination is subsampled
2. destination has rows aligned/padded with stride

Original issue reported on code.google.com by fbarch...@chromium.org on 28 Nov 2012 at 9:16

GoogleCodeExporter commented 9 years ago
Unittests clear memory if the stride will be skipped but tested.

Original comment by fbarch...@google.com on 4 Dec 2012 at 1:14