Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Side by Side Diff: expectations/gm/Test-Android-GalaxyNexus-SGX540-Arm7-Release/expected-results.json

Issue 357793002: Remove SkBicubicImageFilter, and all related tests. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove all expected results for now-deleted GM Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "actual-results": { 2 "actual-results": {
3 "failed": null, 3 "failed": null,
4 "failure-ignored": null, 4 "failure-ignored": null,
5 "no-comparison": null, 5 "no-comparison": null,
6 "succeeded": null 6 "succeeded": null
7 }, 7 },
8 "expected-results": { 8 "expected-results": {
9 "3x3bitmaprect_565.png": { 9 "3x3bitmaprect_565.png": {
10 "allowed-digests": [ 10 "allowed-digests": [
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 }, 188 },
189 "arithmode_msaa4.png": { 189 "arithmode_msaa4.png": {
190 "allowed-digests": [ 190 "allowed-digests": [
191 [ 191 [
192 "bitmap-64bitMD5", 192 "bitmap-64bitMD5",
193 14568288728551330994 193 14568288728551330994
194 ] 194 ]
195 ], 195 ],
196 "ignore-failure": false 196 "ignore-failure": false
197 }, 197 },
198 "bicubicfilter_565.png": {
199 "allowed-digests": [
200 [
201 "bitmap-64bitMD5",
202 13864700347231029854
203 ]
204 ],
205 "bugs": [
206 1578
207 ],
208 "reviewed-by-human": false
209 },
210 "bicubicfilter_8888.png": {
211 "allowed-digests": [
212 [
213 "bitmap-64bitMD5",
214 10469536215464879914
215 ]
216 ],
217 "bugs": [
218 1578
219 ],
220 "reviewed-by-human": false
221 },
222 "bigblurs_565.png": { 198 "bigblurs_565.png": {
223 "allowed-digests": [ 199 "allowed-digests": [
224 [ 200 [
225 "bitmap-64bitMD5", 201 "bitmap-64bitMD5",
226 2422083043229439955 202 2422083043229439955
227 ] 203 ]
228 ], 204 ],
229 "reviewed-by-human": false 205 "reviewed-by-human": false
230 }, 206 },
231 "bigblurs_8888.png": { 207 "bigblurs_8888.png": {
(...skipping 7146 matching lines...) Expand 10 before | Expand all | Expand 10 after
7378 "xfermodes_gpu.png": { 7354 "xfermodes_gpu.png": {
7379 "allowed-digests": [ 7355 "allowed-digests": [
7380 [ 7356 [
7381 "bitmap-64bitMD5", 7357 "bitmap-64bitMD5",
7382 7278542263334512857 7358 7278542263334512857
7383 ] 7359 ]
7384 ], 7360 ],
7385 "reviewed-by-human": true 7361 "reviewed-by-human": true
7386 } 7362 }
7387 } 7363 }
7388 } 7364 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698