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

Side by Side Diff: gm/tests/outputs/compared-against-different-pixels-images/output-expected/json-summary.txt

Issue 14265010: Make SkSHA1 and SkM5 use common SkDigestHash result type (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: enable_SkHashDigest_wrapper_for_cityhash Created 7 years, 8 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 "565/selftest1" : { 4 "565/selftest1" : {
5 "checksum" : 9512553915271796906 5 "checksum" : "aad886e262610384"
epoger 2013/04/18 17:02:49 Note that checksums are now recorded in little-end
6 }, 6 },
7 "8888/selftest1" : { 7 "8888/selftest1" : {
8 "checksum" : 14022967492765711532 8 "checksum" : "ac7c2647a3969bc2"
9 } 9 }
10 }, 10 },
11 "failure-ignored" : null, 11 "failure-ignored" : null,
12 "no-comparison" : null, 12 "no-comparison" : null,
13 "succeeded" : null 13 "succeeded" : null
14 }, 14 },
15 "expected-results" : { 15 "expected-results" : {
16 "565/selftest1" : { 16 "565/selftest1" : {
17 "checksums" : [ 11071285354315388429 ], 17 "checksums" : [ "0d16f41e5f1ba599" ],
18 "ignore-failure" : false 18 "ignore-failure" : false
19 }, 19 },
20 "8888/selftest1" : { 20 "8888/selftest1" : {
21 "checksums" : [ 16527650414256125612 ], 21 "checksums" : [ "acf692097c025ee5" ],
22 "ignore-failure" : false 22 "ignore-failure" : false
23 } 23 }
24 } 24 }
25 } 25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698