History log of /external/skia/tests/InvalidIndexedPngTest.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c671b4fe1ad95a88acc2234f33dfc65b84e0c37f 03-Mar-2016 scroggo <scroggo@google.com> Fix bug in SkGifCodec / Switch SkImageDec tests to use Codec

cherry of 7f7ec206de39fde8dc490e9feb0f65322af1b989 in master

Original commit message below:

========================================================================

Fix bug in SkGifCodec / Switch SkImageDec tests to use Codec

SkImageDecoder is still used throughout tests, tools, gms etc.
Deleting it from tests is an easy first step.

Bonus is that we add tests of SkCodec.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1733863003

Review URL: https://codereview.chromium.org/1733863003
NOTREECHECKS=true
NOTRY=true
NOPRESUBMIT=true

Review URL: https://codereview.chromium.org/1757333002
/external/skia/tests/InvalidIndexedPngTest.cpp
dd8c637bc74be9a03c5738e6b37f62bbd653846b 11-Mar-2015 scroggo <scroggo@google.com> Fix Windows build.

SK_BUILD_FOR_WIN is no longer a valid way to check for building on
Windows (go figure). Build everywhere.

Remove the REPORTER_ASSERT, which was the failing part. It also isn't
necessary for the test, which is just that we are not leaking an
SkColorTable.

Also fix indentation.

TBR=bungeman@google.com,mtklein@google.com
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true

BUG=skia:3457

Review URL: https://codereview.chromium.org/1002583002
/external/skia/tests/InvalidIndexedPngTest.cpp
f45796ee0eb46c2d08a6d1547622043892c525eb 11-Mar-2015 dml <dml@google.com> Fix a memory leak when decoding corrupted indexed PNGs.
Commit to branch refs/heads/png-leak

BUG=skia:3457

Committed: https://skia.googlesource.com/skia/+/561a1ca9559a1ea7589ab93350124284fcef3315

Review URL: https://codereview.chromium.org/951663002
/external/skia/tests/InvalidIndexedPngTest.cpp
8371b7e8ef62f23f56ba56e4d96eb0756a8a303c 07-Mar-2015 reed <reed@chromium.org> Revert of Fix a memory leak when decoding corrupted indexed PNGs. (patchset #2 id:20001 of https://codereview.chromium.org/951663002/)

Reason for revert:
speculative revert due to many failures in tree

Original issue's description:
> Fix a memory leak when decoding corrupted indexed PNGs.
> Commit to branch refs/heads/png-leak
>
> BUG=skia:3457
>
> Committed: https://skia.googlesource.com/skia/+/561a1ca9559a1ea7589ab93350124284fcef3315

TBR=scroggo@google.com,dml@google.com
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=skia:3457

Review URL: https://codereview.chromium.org/980203005
/external/skia/tests/InvalidIndexedPngTest.cpp
561a1ca9559a1ea7589ab93350124284fcef3315 07-Mar-2015 dml <dml@google.com> Fix a memory leak when decoding corrupted indexed PNGs.
Commit to branch refs/heads/png-leak

BUG=skia:3457

Review URL: https://codereview.chromium.org/951663002
/external/skia/tests/InvalidIndexedPngTest.cpp