diff options
author | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-05-07 15:51:54 +0000 |
---|---|---|
committer | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-05-07 15:51:54 +0000 |
commit | 366a770159611031f4cda6d471043b7045f84072 (patch) | |
tree | e15ea44edcf2587ab927ff203d91d797fe6eb6d7 /gm/tests/outputs/compared-against-identical-bytes-images | |
parent | b5e34e22aa0e019e25f9f913f0e119a9a97e5562 (diff) |
GM: now that we use MD5 instead of CityHash, the JSON should say so
(this should have been part of https://code.google.com/p/skia/source/detail?r=8992 )
R=bungeman@google.com
Review URL: https://codereview.chromium.org/14758003
git-svn-id: http://skia.googlecode.com/svn/trunk@9038 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm/tests/outputs/compared-against-identical-bytes-images')
-rw-r--r-- | gm/tests/outputs/compared-against-identical-bytes-images/output-expected/json-summary.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gm/tests/outputs/compared-against-identical-bytes-images/output-expected/json-summary.txt b/gm/tests/outputs/compared-against-identical-bytes-images/output-expected/json-summary.txt index e050124767..52256f435b 100644 --- a/gm/tests/outputs/compared-against-identical-bytes-images/output-expected/json-summary.txt +++ b/gm/tests/outputs/compared-against-identical-bytes-images/output-expected/json-summary.txt @@ -5,20 +5,20 @@ "no-comparison" : null, "succeeded" : { "565/selftest1" : { - "bitmap-cityhash" : 12927999507540085554 + "bitmap-64bitMD5" : 12927999507540085554 }, "8888/selftest1" : { - "bitmap-cityhash" : 1209453360120438698 + "bitmap-64bitMD5" : 1209453360120438698 } } }, "expected-results" : { "565/selftest1" : { - "allowed-bitmap-cityhashes" : [ 12927999507540085554 ], + "allowed-bitmap-64bitMD5s" : [ 12927999507540085554 ], "ignore-failure" : false }, "8888/selftest1" : { - "allowed-bitmap-cityhashes" : [ 1209453360120438698 ], + "allowed-bitmap-64bitMD5s" : [ 1209453360120438698 ], "ignore-failure" : false } } |