diff options
author | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-05-14 15:17:46 +0000 |
---|---|---|
committer | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-05-14 15:17:46 +0000 |
commit | ce057fec926f8ec1d60ed4722d1e51a0086e7976 (patch) | |
tree | 4f9ec5e0dd491bce66cc1dcb29b257b6a676ab71 /gm/tests/outputs/nonverbose | |
parent | 7d9ffc8a04533d0207efe5511b587e89ecb9d898 (diff) |
GM: include filename extension (.png) of each output file in JSON summary
Doing this so that, once we *do* start writing PDF checksums into the JSON
summary, we'll be able to distinguish those from the PNG checksums.
Otherwise, we could have naming collisions.
R=scroggo@google.com
Review URL: https://codereview.chromium.org/14890017
git-svn-id: http://skia.googlecode.com/svn/trunk@9119 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm/tests/outputs/nonverbose')
-rw-r--r-- | gm/tests/outputs/nonverbose/output-expected/json-summary.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gm/tests/outputs/nonverbose/output-expected/json-summary.txt b/gm/tests/outputs/nonverbose/output-expected/json-summary.txt index c5edc8aff9..f65de30787 100644 --- a/gm/tests/outputs/nonverbose/output-expected/json-summary.txt +++ b/gm/tests/outputs/nonverbose/output-expected/json-summary.txt @@ -3,21 +3,21 @@ "failed" : null, "failure-ignored" : null, "no-comparison" : { - "565/selftest1" : { + "565/selftest1.png" : { "bitmap-64bitMD5" : 12927999507540085554 }, - "8888/selftest1" : { + "8888/selftest1.png" : { "bitmap-64bitMD5" : 1209453360120438698 } }, "succeeded" : null }, "expected-results" : { - "565/selftest1" : { + "565/selftest1.png" : { "allowed-bitmap-64bitMD5s" : null, "ignore-failure" : false }, - "8888/selftest1" : { + "8888/selftest1.png" : { "allowed-bitmap-64bitMD5s" : null, "ignore-failure" : false } |