DescriptionFixing stripe test
I originally thought that there was no harm in reading or skipping
zero lines after we have already reached the end of the image.
However, once we reach the end of the image, onFinish() is
automatically called. Performing a read or a skip after
the call to onFinish() is invalid and will cause onFinish()
to be called a second time (which is also invalid).
Seems like the code requires good behavior and the test is
wrong.
BUG=skia:
Committed: https://skia.googlesource.com/skia/+/f6db27e58e65a4c9680fdf00e41047578b6ac9f9
Patch Set 1 : #
Messages
Total messages: 7 (3 generated)
|