DM: add a pixel check to serialize
authormtklein <mtklein@chromium.org>
Wed, 6 Jan 2016 22:20:29 +0000 (14:20 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 6 Jan 2016 22:20:30 +0000 (14:20 -0800)
commit6eb4e36a93ea695e7adb771ea9ac3326680a8e98
tree1eb1728fbd5b6d1c1298f30e99a9ddeb91c67aab
parent85c8d06540942531fe3440fafa2a2825f128251a
DM: add a pixel check to serialize

If we're running through serialize and then drawing into some raster target (e.g. serialize-8888 like we run on the bots), make sure the serialized version is identical to what we'd get if we just drew into the rest of the pipeline (i.e. 8888).

Start by blacklisting all current failures.  This at least prevents further regression.

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

Review URL: https://codereview.chromium.org/1561993003
dm/DMSrcSink.cpp
tools/dm_flags.json
tools/dm_flags.py