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

Side by Side Diff: gm/tests/outputs/pipe-playback-failure/output-expected/json-summary.txt

Issue 15883004: GM: create GmResultDigest that encapsulates digest type ("bitmap-64bitMD5") and value (12345) (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: type_properly_encapsulated_within_GmResultDigest Created 7 years, 7 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "actual-results" : { 2 "actual-results" : {
3 "failed" : { 3 "failed" : {
4 "comparison/selftest1-pipe.png" : { 4 "comparison/selftest1-pipe.png" : [ "bitmap-64bitMD5", 6140979239232854 774 ]
5 "bitmap-64bitMD5" : 6140979239232854774
6 }
7 }, 5 },
8 "failure-ignored" : null, 6 "failure-ignored" : null,
9 "no-comparison" : null, 7 "no-comparison" : null,
10 "succeeded" : { 8 "succeeded" : {
11 "565/selftest1.png" : { 9 "565/selftest1.png" : [ "bitmap-64bitMD5", 12927999507540085554 ],
12 "bitmap-64bitMD5" : 12927999507540085554 10 "8888/selftest1.png" : [ "bitmap-64bitMD5", 1209453360120438698 ]
13 },
14 "8888/selftest1.png" : {
15 "bitmap-64bitMD5" : 1209453360120438698
16 }
17 } 11 }
18 }, 12 },
19 "expected-results" : { 13 "expected-results" : {
20 "565/selftest1.png" : { 14 "565/selftest1.png" : {
21 "allowed-bitmap-64bitMD5s" : [ 12927999507540085554 ], 15 "allowed-digests" : [
16 [ "bitmap-64bitMD5", 12927999507540085554 ]
17 ],
22 "ignore-failure" : false 18 "ignore-failure" : false
23 }, 19 },
24 "8888/selftest1.png" : { 20 "8888/selftest1.png" : {
25 "allowed-bitmap-64bitMD5s" : [ 1209453360120438698 ], 21 "allowed-digests" : [
22 [ "bitmap-64bitMD5", 1209453360120438698 ]
23 ],
26 "ignore-failure" : false 24 "ignore-failure" : false
27 }, 25 },
28 "comparison/selftest1-pipe.png" : { 26 "comparison/selftest1-pipe.png" : {
29 "allowed-bitmap-64bitMD5s" : [ 1209453360120438698 ], 27 "allowed-digests" : [
28 [ "bitmap-64bitMD5", 1209453360120438698 ]
29 ],
30 "ignore-failure" : false 30 "ignore-failure" : false
31 } 31 }
32 } 32 }
33 } 33 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698