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

Side by Side Diff: gm/tests/outputs/compared-against-identical-pixels-json/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: add_isValid 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" : null, 3 "failed" : null,
4 "failure-ignored" : null, 4 "failure-ignored" : null,
5 "no-comparison" : null, 5 "no-comparison" : null,
6 "succeeded" : { 6 "succeeded" : {
7 "565/selftest1.png" : { 7 "565/selftest1.png" : [ "bitmap-64bitMD5", 12927999507540085554 ],
8 "bitmap-64bitMD5" : 12927999507540085554 8 "8888/selftest1.png" : [ "bitmap-64bitMD5", 1209453360120438698 ]
9 },
10 "8888/selftest1.png" : {
11 "bitmap-64bitMD5" : 1209453360120438698
12 }
13 } 9 }
14 }, 10 },
15 "expected-results" : { 11 "expected-results" : {
16 "565/selftest1.png" : { 12 "565/selftest1.png" : {
17 "allowed-bitmap-64bitMD5s" : [ 12927999507540085554 ], 13 "allowed-digests" : [
14 [ "bitmap-64bitMD5", 12927999507540085554 ]
15 ],
18 "ignore-failure" : false 16 "ignore-failure" : false
19 }, 17 },
20 "8888/selftest1.png" : { 18 "8888/selftest1.png" : {
21 "allowed-bitmap-64bitMD5s" : [ 1209453360120438698 ], 19 "allowed-digests" : [
20 [ "bitmap-64bitMD5", 1209453360120438698 ]
21 ],
22 "ignore-failure" : false 22 "ignore-failure" : false
23 } 23 }
24 } 24 }
25 } 25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698