From d4993ff3605102036f83d5834d9a022d780e5488 Mon Sep 17 00:00:00 2001 From: "epoger@google.com" Date: Fri, 24 May 2013 14:33:28 +0000 Subject: 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 --- gm/tests/outputs/no-readpath/output-expected/json-summary.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'gm/tests/outputs/no-readpath') 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 }, -- cgit v1.2.3