Stop running image tests on msaa.
authorscroggo <scroggo@chromium.org>
Thu, 16 Jul 2015 19:36:10 +0000 (12:36 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 16 Jul 2015 19:36:10 +0000 (12:36 -0700)
commitc1121efbc6addc8262b88e8f08ad5a4653fbea62
tree6a83b5c16a59fdeeef9cb6ece6582a9fcdfb57f7
parentd2ce18520e9055884567c5c021a0c39aeadbe820
Stop running image tests on msaa.

Blacklist all image tests on msaa. We do not run them anyway (since
they will not do anything interestingly different from drawing to the
raster backend) - we early exit from Src::draw(), but we still need to
create a render target that matches the size of the image (when not
blacklisted).

Remove the more specific blacklist of a particular image, which is
covered by this one.

BUG=skia:4045

Review URL: https://codereview.chromium.org/1234313006
tools/dm_flags.json
tools/dm_flags.py