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-IntelRhb-SGX544-x86-Debug | |
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-IntelRhb-SGX544-x86-Debug')
-rw-r--r-- | expectations/gm/Test-Android-IntelRhb-SGX544-x86-Debug/expected-results.json | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/expectations/gm/Test-Android-IntelRhb-SGX544-x86-Debug/expected-results.json b/expectations/gm/Test-Android-IntelRhb-SGX544-x86-Debug/expected-results.json index c8d4033d14..e0292a4d67 100644 --- a/expectations/gm/Test-Android-IntelRhb-SGX544-x86-Debug/expected-results.json +++ b/expectations/gm/Test-Android-IntelRhb-SGX544-x86-Debug/expected-results.json @@ -3810,7 +3810,8 @@ "bugs": [ 1578 ], - "reviewed-by-human": false + "reviewed-by-human": false, + "ignore-failure": true }, "imagefilterscropped_8888.png": { "allowed-digests": [ @@ -3822,7 +3823,8 @@ "bugs": [ 1578 ], - "reviewed-by-human": false + "reviewed-by-human": false, + "ignore-failure": true }, "imagefiltersgraph_565.png": { "allowed-digests": [ @@ -5514,7 +5516,8 @@ "bugs": [ 1578 ], - "reviewed-by-human": false + "reviewed-by-human": false, + "ignore-failure": true }, "testimagefilters_8888.png": { "allowed-digests": [ @@ -5526,7 +5529,8 @@ "bugs": [ 1578 ], - "reviewed-by-human": false + "reviewed-by-human": false, + "ignore-failure": true }, "texdata_565.png": { "allowed-digests": [ @@ -5961,4 +5965,4 @@ "reviewed-by-human": false } } -}
\ No newline at end of file +} |