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

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

Issue 110643002: Correct baseline images for new "bitmapshaders" test (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 7 years 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 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 }, 546 },
547 "bitmapscroll_gpu.png": { 547 "bitmapscroll_gpu.png": {
548 "allowed-digests": [ 548 "allowed-digests": [
549 [ 549 [
550 "bitmap-64bitMD5", 550 "bitmap-64bitMD5",
551 10338830390467391331 551 10338830390467391331
552 ] 552 ]
553 ], 553 ],
554 "ignore-failure": false 554 "ignore-failure": false
555 }, 555 },
556 "bitmapshaders_565.png": {
557 "allowed-digests": [
558 [
559 "bitmap-64bitMD5",
560 14816370732421230660
561 ]
562 ],
563 "reviewed-by-human": true
564 },
565 "bitmapshaders_8888.png": {
566 "allowed-digests": [
567 [
568 "bitmap-64bitMD5",
569 2770977120663775609
570 ]
571 ],
572 "reviewed-by-human": true
573 },
556 "bleed_565.png": { 574 "bleed_565.png": {
557 "allowed-digests": [ 575 "allowed-digests": [
558 [ 576 [
559 "bitmap-64bitMD5", 577 "bitmap-64bitMD5",
560 5004478543740101868 578 5004478543740101868
561 ] 579 ]
562 ] 580 ]
563 }, 581 },
564 "bleed_8888.png": { 582 "bleed_8888.png": {
565 "allowed-digests": [ 583 "allowed-digests": [
(...skipping 7341 matching lines...) Expand 10 before | Expand all | Expand 10 after
7907 "allowed-digests": [ 7925 "allowed-digests": [
7908 [ 7926 [
7909 "bitmap-64bitMD5", 7927 "bitmap-64bitMD5",
7910 6005060120205424237 7928 6005060120205424237
7911 ] 7929 ]
7912 ], 7930 ],
7913 "ignore-failure": false 7931 "ignore-failure": false
7914 } 7932 }
7915 } 7933 }
7916 } 7934 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698