Test decoders when hasLength returns false.
authorscroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 28 Aug 2013 18:33:31 +0000 (18:33 +0000)
committerscroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 28 Aug 2013 18:33:31 +0000 (18:33 +0000)
commitcd7a73c200cc4035f3cc7af157176ca0cf7a07d1
tree005da2c41070fdf9a902fb837bec3e5c0eea38b1
parent6241754c840951b3c31e593aec0b133b1b30861f
Test decoders when hasLength returns false.

Compare the result of a decode of a stream without a length to the
result of the same stream with a length. Ensures that our decoders
work regardless of whether hasLength returns true (since the decode
potentially follows two paths).

R=epoger@google.com

Review URL: https://codereview.chromium.org/23598004

git-svn-id: http://skia.googlecode.com/svn/trunk@10984 2bbb7eff-a529-9590-31e7-b0007b416f81
tools/skimage_main.cpp