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/intentionally-skipped-tests/output-expected | |
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/intentionally-skipped-tests/output-expected')
-rw-r--r-- | gm/tests/outputs/intentionally-skipped-tests/output-expected/json-summary.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gm/tests/outputs/intentionally-skipped-tests/output-expected/json-summary.txt b/gm/tests/outputs/intentionally-skipped-tests/output-expected/json-summary.txt index a3ac39fb59..1ee2207f42 100644 --- a/gm/tests/outputs/intentionally-skipped-tests/output-expected/json-summary.txt +++ b/gm/tests/outputs/intentionally-skipped-tests/output-expected/json-summary.txt @@ -4,16 +4,16 @@ "failure-ignored" : null, "no-comparison" : { "565/selftest1" : { - "checksum" : 9512553915271796906 + "bitmap-cityhash" : 9512553915271796906 }, "565/selftest2" : { - "checksum" : 11071285354315388429 + "bitmap-cityhash" : 11071285354315388429 }, "8888/selftest1" : { - "checksum" : 14022967492765711532 + "bitmap-cityhash" : 14022967492765711532 }, "8888/selftest2" : { - "checksum" : 16527650414256125612 + "bitmap-cityhash" : 16527650414256125612 } }, "succeeded" : null |