diff options
author | senorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-09-19 17:26:47 +0000 |
---|---|---|
committer | senorblanco@chromium.org <senorblanco@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-09-19 17:26:47 +0000 |
commit | 962c8864e4cf0cfbaf8ea3d17eda83261733362a (patch) | |
tree | 0aaf8dea1549a613047b5ed0b9a5131ef4a7ce1c /expectations/gm/Test-Android-GalaxyNexus-SGX540-Arm7-Debug/expected-results.json | |
parent | eb95d6a59176e350777a991d4fa9073f6c774b40 (diff) |
Implement crop rect support for the merge image filter.
Note: this will require rebaselining of the imagefilterscropped and testimagefilters GMs.
R=reed@google.com
Review URL: https://codereview.chromium.org/23600047
git-svn-id: http://skia.googlecode.com/svn/trunk@11387 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'expectations/gm/Test-Android-GalaxyNexus-SGX540-Arm7-Debug/expected-results.json')
-rw-r--r-- | expectations/gm/Test-Android-GalaxyNexus-SGX540-Arm7-Debug/expected-results.json | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/expectations/gm/Test-Android-GalaxyNexus-SGX540-Arm7-Debug/expected-results.json b/expectations/gm/Test-Android-GalaxyNexus-SGX540-Arm7-Debug/expected-results.json index 96ffb65e93..73a2833d20 100644 --- a/expectations/gm/Test-Android-GalaxyNexus-SGX540-Arm7-Debug/expected-results.json +++ b/expectations/gm/Test-Android-GalaxyNexus-SGX540-Arm7-Debug/expected-results.json @@ -4152,7 +4152,8 @@ "bitmap-64bitMD5", 15874902076289220233 ] - ] + ], + "ignore-failure": true }, "imagefilterscropped_8888.png": { "allowed-digests": [ @@ -4160,7 +4161,8 @@ "bitmap-64bitMD5", 16938546007537835588 ] - ] + ], + "ignore-failure": true }, "imagefilterscropped_gpu.png": { "allowed-digests": [ @@ -4168,7 +4170,8 @@ "bitmap-64bitMD5", 7671216771353139320 ] - ] + ], + "ignore-failure": true }, "imagefilterscropped_msaa4.png": { "allowed-digests": [ @@ -4176,7 +4179,8 @@ "bitmap-64bitMD5", 10336696603410756485 ] - ] + ], + "ignore-failure": true }, "imagefiltersgraph_565.png": { "allowed-digests": [ @@ -6075,7 +6079,7 @@ 2449762981896068609 ] ], - "ignore-failure": false + "ignore-failure": true }, "testimagefilters_8888.png": { "allowed-digests": [ @@ -6084,7 +6088,7 @@ 91395995868500721 ] ], - "ignore-failure": false + "ignore-failure": true }, "testimagefilters_gpu.png": { "allowed-digests": [ @@ -6093,7 +6097,7 @@ 16742246364934886044 ] ], - "ignore-failure": false + "ignore-failure": true }, "texdata_565.png": { "allowed-digests": [ @@ -6585,4 +6589,4 @@ "ignore-failure": false } } -}
\ No newline at end of file +} |