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

Side by Side Diff: expectations/gm/Test-Android-Xoom-Tegra2-Arm7-Debug/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, 6 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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 }, 266 },
267 "bezier_quad_effects_gpu.png": { 267 "bezier_quad_effects_gpu.png": {
268 "allowed-digests": [ 268 "allowed-digests": [
269 [ 269 [
270 "bitmap-64bitMD5", 270 "bitmap-64bitMD5",
271 14874595880978390338 271 14874595880978390338
272 ] 272 ]
273 ], 273 ],
274 "reviewed-by-human": true 274 "reviewed-by-human": true
275 }, 275 },
276 "bicubicfilter_565.png": {
277 "allowed-digests": [
278 [
279 "bitmap-64bitMD5",
280 13864700347231029854
281 ]
282 ],
283 "bugs": [
284 1759
285 ],
286 "reviewed-by-human": false
287 },
288 "bicubicfilter_8888.png": {
289 "allowed-digests": [
290 [
291 "bitmap-64bitMD5",
292 10469536215464879914
293 ]
294 ],
295 "bugs": [
296 1759
297 ],
298 "reviewed-by-human": false
299 },
300 "bicubicfilter_gpu.png": {
301 "allowed-digests": [
302 [
303 "bitmap-64bitMD5",
304 2270603732178876438
305 ]
306 ],
307 "reviewed-by-human": true
308 },
309 "bigblurs_565.png": { 276 "bigblurs_565.png": {
310 "allowed-digests": [ 277 "allowed-digests": [
311 [ 278 [
312 "bitmap-64bitMD5", 279 "bitmap-64bitMD5",
313 14704206703218007573 280 14704206703218007573
314 ] 281 ]
315 ], 282 ],
316 "reviewed-by-human": false 283 "reviewed-by-human": false
317 }, 284 },
318 "bigblurs_8888.png": { 285 "bigblurs_8888.png": {
(...skipping 8459 matching lines...) Expand 10 before | Expand all | Expand 10 after
8778 "xfermodes_gpu.png": { 8745 "xfermodes_gpu.png": {
8779 "allowed-digests": [ 8746 "allowed-digests": [
8780 [ 8747 [
8781 "bitmap-64bitMD5", 8748 "bitmap-64bitMD5",
8782 10082620380128469910 8749 10082620380128469910
8783 ] 8750 ]
8784 ], 8751 ],
8785 "reviewed-by-human": true 8752 "reviewed-by-human": true
8786 } 8753 }
8787 } 8754 }
8788 } 8755 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698