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

Side by Side Diff: gm/tests/outputs/add-config-pdf/output-expected/json-summary.txt

Issue 21669004: Support multiple PDF rendering backends in the GM (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Eliminate warnings/errors on empty PDF rasterizer list Created 7 years, 4 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "actual-results" : { 2 "actual-results" : {
3 "failed" : null, 3 "failed" : null,
4 "failure-ignored" : null, 4 "failure-ignored" : null,
5 "no-comparison" : null, 5 "no-comparison" : {
6 "pdf/selftest1.png" : [ "bitmap-64bitMD5", 1149339852105949057 ]
7 },
6 "succeeded" : { 8 "succeeded" : {
7 "565/selftest1.png" : [ "bitmap-64bitMD5", 12927999507540085554 ], 9 "565/selftest1.png" : [ "bitmap-64bitMD5", 12927999507540085554 ],
8 "8888/selftest1.png" : [ "bitmap-64bitMD5", 1209453360120438698 ] 10 "8888/selftest1.png" : [ "bitmap-64bitMD5", 1209453360120438698 ]
9 } 11 }
10 }, 12 },
11 "expected-results" : { 13 "expected-results" : {
12 "565/selftest1.png" : { 14 "565/selftest1.png" : {
13 "allowed-digests" : [ 15 "allowed-digests" : [
14 [ "bitmap-64bitMD5", 12927999507540085554 ] 16 [ "bitmap-64bitMD5", 12927999507540085554 ]
15 ], 17 ],
16 "ignore-failure" : false 18 "ignore-failure" : false
17 }, 19 },
18 "8888/selftest1.png" : { 20 "8888/selftest1.png" : {
19 "allowed-digests" : [ 21 "allowed-digests" : [
20 [ "bitmap-64bitMD5", 1209453360120438698 ] 22 [ "bitmap-64bitMD5", 1209453360120438698 ]
21 ], 23 ],
22 "ignore-failure" : false 24 "ignore-failure" : false
25 },
26 "pdf/selftest1.png" : {
27 "allowed-digests" : null,
28 "ignore-failure" : false
23 } 29 }
24 } 30 }
25 } 31 }
OLDNEW
« no previous file with comments | « gm/mixedxfermodes.cpp ('k') | gm/tests/outputs/add-config-pdf/output-expected/mismatchPath/pdf_poppler/bogusfile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698