Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "actual-results" : { | |
| 3 "failed" : null, | |
| 4 "failure-ignored" : null, | |
| 5 "no-comparison" : { | |
| 6 "pdf/selftest1.png" : [ "INVALID" ] | |
|
epoger
2013/06/18 04:32:27
... and here we see the "INVALID" line!
I think w
| |
| 7 }, | |
| 8 "succeeded" : { | |
| 9 "565/selftest1.png" : [ "bitmap-64bitMD5", 12927999507540085554 ], | |
| 10 "8888/selftest1.png" : [ "bitmap-64bitMD5", 1209453360120438698 ] | |
| 11 } | |
| 12 }, | |
| 13 "expected-results" : { | |
| 14 "565/selftest1.png" : { | |
| 15 "allowed-digests" : [ | |
| 16 [ "bitmap-64bitMD5", 12927999507540085554 ] | |
| 17 ], | |
| 18 "ignore-failure" : false | |
| 19 }, | |
| 20 "8888/selftest1.png" : { | |
| 21 "allowed-digests" : [ | |
| 22 [ "bitmap-64bitMD5", 1209453360120438698 ] | |
| 23 ], | |
| 24 "ignore-failure" : false | |
| 25 } | |
| 26 } | |
| 27 } | |
| OLD | NEW |