diff options
author | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-04-26 15:06:44 +0000 |
---|---|---|
committer | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-04-26 15:06:44 +0000 |
commit | 76c913db20de7ae1baa49ae66e943bf7f40781cc (patch) | |
tree | 581f355c533f5c3d1549967fdc7c3e060a2a7321 /gm/tests/outputs/compared-against-identical-bytes-json | |
parent | 2cf444f7040614b43af67e368f3aa636ebeaa45a (diff) |
GM: specify that currently used checksums are CityHashes of SkBitmaps
(distinct from other hash algorithms we may switch to, or hashes of
files such as PDFs that cannot be read into an SkBitmap)
Review URL: https://codereview.chromium.org/14284018
git-svn-id: http://skia.googlecode.com/svn/trunk@8877 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm/tests/outputs/compared-against-identical-bytes-json')
-rw-r--r-- | gm/tests/outputs/compared-against-identical-bytes-json/output-expected/json-summary.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gm/tests/outputs/compared-against-identical-bytes-json/output-expected/json-summary.txt b/gm/tests/outputs/compared-against-identical-bytes-json/output-expected/json-summary.txt index cfaf455462..417e3d89ab 100644 --- a/gm/tests/outputs/compared-against-identical-bytes-json/output-expected/json-summary.txt +++ b/gm/tests/outputs/compared-against-identical-bytes-json/output-expected/json-summary.txt @@ -5,20 +5,20 @@ "no-comparison" : null, "succeeded" : { "565/selftest1" : { - "checksum" : 9512553915271796906 + "bitmap-cityhash" : 9512553915271796906 }, "8888/selftest1" : { - "checksum" : 14022967492765711532 + "bitmap-cityhash" : 14022967492765711532 } } }, "expected-results" : { "565/selftest1" : { - "checksums" : [ 9512553915271796906 ], + "allowed-bitmap-cityhashes" : [ 9512553915271796906 ], "ignore-failure" : false }, "8888/selftest1" : { - "checksums" : [ 14022967492765711532 ], + "allowed-bitmap-cityhashes" : [ 14022967492765711532 ], "ignore-failure" : false } } |