OLD | NEW |
---|---|
(Empty) | |
1 { | |
epoger
2013/05/19 08:06:20
confirmation that this is correct:
$ diff gm/test
| |
2 "actual-results" : { | |
3 "failed" : { | |
4 "selftest1_565.png" : { | |
5 "bitmap-64bitMD5" : 12927999507540085554 | |
6 }, | |
7 "selftest1_8888.png" : { | |
8 "bitmap-64bitMD5" : 1209453360120438698 | |
9 } | |
10 }, | |
11 "failure-ignored" : null, | |
12 "no-comparison" : null, | |
13 "succeeded" : null | |
14 }, | |
15 "expected-results" : { | |
16 "selftest1_565.png" : { | |
17 "allowed-bitmap-64bitMD5s" : [ 8863920166200910451 ], | |
18 "ignore-failure" : false | |
19 }, | |
20 "selftest1_8888.png" : { | |
21 "allowed-bitmap-64bitMD5s" : [ 13451349865803053525 ], | |
22 "ignore-failure" : false | |
23 } | |
24 } | |
25 } | |
OLD | NEW |