skia2/gm/tests/outputs/compared-against-different-pixels-json/output-expected/json-summary.txt
epoger@google.com ce057fec92 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
2013-05-14 15:17:46 +00:00

26 lines
648 B
Plaintext

{
"actual-results" : {
"failed" : {
"565/selftest1.png" : {
"bitmap-64bitMD5" : 12927999507540085554
},
"8888/selftest1.png" : {
"bitmap-64bitMD5" : 1209453360120438698
}
},
"failure-ignored" : null,
"no-comparison" : null,
"succeeded" : null
},
"expected-results" : {
"565/selftest1.png" : {
"allowed-bitmap-64bitMD5s" : [ 8863920166200910451 ],
"ignore-failure" : false
},
"8888/selftest1.png" : {
"allowed-bitmap-64bitMD5s" : [ 13451349865803053525 ],
"ignore-failure" : false
}
}
}