diff options
author | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-05-24 14:33:28 +0000 |
---|---|---|
committer | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-05-24 14:33:28 +0000 |
commit | d4993ff3605102036f83d5834d9a022d780e5488 (patch) | |
tree | 694753d66dc8af18950fbdf6ea9ffc29f4c2005a /gm/tests/outputs/no-readpath | |
parent | 3e2345a8d56cb76bc43e4421a3e9e3681ecd9eba (diff) |
GM: create GmResultDigest that encapsulates digest type ("bitmap-64bitMD5") and value (12345)
R=scroggo@google.com
Review URL: https://codereview.chromium.org/15883004
git-svn-id: http://skia.googlecode.com/svn/trunk@9271 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm/tests/outputs/no-readpath')
-rw-r--r-- | gm/tests/outputs/no-readpath/output-expected/json-summary.txt | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gm/tests/outputs/no-readpath/output-expected/json-summary.txt b/gm/tests/outputs/no-readpath/output-expected/json-summary.txt index eeed6b44a1..006516eda6 100644 --- a/gm/tests/outputs/no-readpath/output-expected/json-summary.txt +++ b/gm/tests/outputs/no-readpath/output-expected/json-summary.txt @@ -3,12 +3,8 @@ "failed" : null, "failure-ignored" : null, "no-comparison" : { - "565/selftest1.png" : { - "bitmap-64bitMD5" : 12927999507540085554 - }, - "8888/selftest1.png" : { - "bitmap-64bitMD5" : 1209453360120438698 - } + "565/selftest1.png" : [ "bitmap-64bitMD5", 12927999507540085554 ], + "8888/selftest1.png" : [ "bitmap-64bitMD5", 1209453360120438698 ] }, "succeeded" : null }, |