aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/tests/outputs/compared-against-identical-pixels-images
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-24 14:33:28 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-24 14:33:28 +0000
commitd4993ff3605102036f83d5834d9a022d780e5488 (patch)
tree694753d66dc8af18950fbdf6ea9ffc29f4c2005a /gm/tests/outputs/compared-against-identical-pixels-images
parent3e2345a8d56cb76bc43e4421a3e9e3681ecd9eba (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/compared-against-identical-pixels-images')
-rw-r--r--gm/tests/outputs/compared-against-identical-pixels-images/output-expected/json-summary.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/gm/tests/outputs/compared-against-identical-pixels-images/output-expected/json-summary.txt b/gm/tests/outputs/compared-against-identical-pixels-images/output-expected/json-summary.txt
index 64d1a3f842..fad1ffe5bd 100644
--- a/gm/tests/outputs/compared-against-identical-pixels-images/output-expected/json-summary.txt
+++ b/gm/tests/outputs/compared-against-identical-pixels-images/output-expected/json-summary.txt
@@ -4,21 +4,21 @@
"failure-ignored" : null,
"no-comparison" : null,
"succeeded" : {
- "565/selftest1.png" : {
- "bitmap-64bitMD5" : 12927999507540085554
- },
- "8888/selftest1.png" : {
- "bitmap-64bitMD5" : 1209453360120438698
- }
+ "565/selftest1.png" : [ "bitmap-64bitMD5", 12927999507540085554 ],
+ "8888/selftest1.png" : [ "bitmap-64bitMD5", 1209453360120438698 ]
}
},
"expected-results" : {
"565/selftest1.png" : {
- "allowed-bitmap-64bitMD5s" : [ 12927999507540085554 ],
+ "allowed-digests" : [
+ [ "bitmap-64bitMD5", 12927999507540085554 ]
+ ],
"ignore-failure" : false
},
"8888/selftest1.png" : {
- "allowed-bitmap-64bitMD5s" : [ 1209453360120438698 ],
+ "allowed-digests" : [
+ [ "bitmap-64bitMD5", 1209453360120438698 ]
+ ],
"ignore-failure" : false
}
}