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

Side by Side Diff: gm/tests/outputs/compared-against-empty-dir/output-expected/json-summary.txt

Issue 14284018: GM: specify that currently used checksums are CityHashes of SkBitmaps (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: fix_mac_trybot 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" : { 5 "no-comparison" : {
6 "565/selftest1" : { 6 "565/selftest1" : {
7 "checksum" : 9512553915271796906 7 "bitmap-cityhash" : 9512553915271796906
8 }, 8 },
9 "8888/selftest1" : { 9 "8888/selftest1" : {
10 "checksum" : 14022967492765711532 10 "bitmap-cityhash" : 14022967492765711532
11 } 11 }
12 }, 12 },
13 "succeeded" : null 13 "succeeded" : null
14 }, 14 },
15 "expected-results" : { 15 "expected-results" : {
16 "565/selftest1" : { 16 "565/selftest1" : {
17 "checksums" : null, 17 "allowed-bitmap-cityhashes" : null,
18 "ignore-failure" : false 18 "ignore-failure" : false
19 }, 19 },
20 "8888/selftest1" : { 20 "8888/selftest1" : {
21 "checksums" : null, 21 "allowed-bitmap-cityhashes" : null,
22 "ignore-failure" : false 22 "ignore-failure" : false
23 } 23 }
24 } 24 }
25 } 25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698