Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: gm/tests/outputs/ignoring-some-failures/output-expected/json-summary.txt

Issue 848073005: Revert "delete old things!" (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "actual-results" : {
3 "failed" : {
4 "8888/selftest1.png" : [ "bitmap-64bitMD5", 1209453360120438698 ]
5 },
6 "failure-ignored" : {
7 "565/selftest1.png" : [ "bitmap-64bitMD5", 12927999507540085554 ]
8 },
9 "no-comparison" : null,
10 "succeeded" : null
11 },
12 "expected-results" : {
13 "565/selftest1.png" : {
14 "allowed-digests" : [
15 [ "bitmap-64bitMD5", 8863920166200910451 ]
16 ],
17 "ignore-failure" : true
18 },
19 "8888/selftest1.png" : {
20 "allowed-digests" : [
21 [ "bitmap-64bitMD5", 13451349865803053525 ]
22 ],
23 "ignore-failure" : false
24 }
25 }
26 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698