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

Unified Diff: gm/tests/outputs/pipe-playback-failure/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 side-by-side diff with in-line comments
Download patch
Index: gm/tests/outputs/pipe-playback-failure/output-expected/json-summary.txt
===================================================================
--- gm/tests/outputs/pipe-playback-failure/output-expected/json-summary.txt (revision 8685)
+++ gm/tests/outputs/pipe-playback-failure/output-expected/json-summary.txt (working copy)
@@ -2,31 +2,31 @@
"actual-results" : {
"failed" : {
"comparison/selftest1-pipe" : {
- "checksum" : 4259036727585789440
+ "checksum" : "00d617a156231b3b"
}
},
"failure-ignored" : null,
"no-comparison" : null,
"succeeded" : {
"565/selftest1" : {
- "checksum" : 9512553915271796906
+ "checksum" : "aad886e262610384"
},
"8888/selftest1" : {
- "checksum" : 14022967492765711532
+ "checksum" : "ac7c2647a3969bc2"
}
}
},
"expected-results" : {
"565/selftest1" : {
- "checksums" : [ 9512553915271796906 ],
+ "checksums" : [ "aad886e262610384" ],
"ignore-failure" : false
},
"8888/selftest1" : {
- "checksums" : [ 14022967492765711532 ],
+ "checksums" : [ "ac7c2647a3969bc2" ],
"ignore-failure" : false
},
"comparison/selftest1-pipe" : {
- "checksums" : [ 14022967492765711532 ],
+ "checksums" : [ "ac7c2647a3969bc2" ],
"ignore-failure" : false
}
}

Powered by Google App Engine
This is Rietveld 408576698