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

Side by Side Diff: gm/tests/outputs/pipe-playback-failure/output-expected/json-summary.txt

Issue 129203002: GM: run mode comparisons for all raster configs. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: make RecordSkippedTest() skip ALL renderModes for raster backends Created 6 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
1 { 1 {
2 "actual-results" : { 2 "actual-results" : {
3 "failed" : { 3 "failed" : {
4 "comparison/selftest1-pipe.png" : [ "bitmap-64bitMD5", 6140979239232854 774 ] 4 "565/selftest1-pipe.png" : [ "bitmap-64bitMD5", 6140979239232854774 ],
5 "8888/selftest1-pipe.png" : [ "bitmap-64bitMD5", 6140979239232854774 ]
5 }, 6 },
6 "failure-ignored" : null, 7 "failure-ignored" : null,
7 "no-comparison" : null, 8 "no-comparison" : null,
8 "succeeded" : { 9 "succeeded" : {
9 "565/selftest1.png" : [ "bitmap-64bitMD5", 12927999507540085554 ], 10 "565/selftest1.png" : [ "bitmap-64bitMD5", 12927999507540085554 ],
10 "8888/selftest1.png" : [ "bitmap-64bitMD5", 1209453360120438698 ] 11 "8888/selftest1.png" : [ "bitmap-64bitMD5", 1209453360120438698 ]
11 } 12 }
12 }, 13 },
13 "expected-results" : { 14 "expected-results" : {
15 "565/selftest1-pipe.png" : {
16 "allowed-digests" : [
17 [ "bitmap-64bitMD5", 12927999507540085554 ]
18 ],
19 "ignore-failure" : false
20 },
14 "565/selftest1.png" : { 21 "565/selftest1.png" : {
15 "allowed-digests" : [ 22 "allowed-digests" : [
16 [ "bitmap-64bitMD5", 12927999507540085554 ] 23 [ "bitmap-64bitMD5", 12927999507540085554 ]
17 ], 24 ],
18 "ignore-failure" : false 25 "ignore-failure" : false
19 }, 26 },
27 "8888/selftest1-pipe.png" : {
28 "allowed-digests" : [
29 [ "bitmap-64bitMD5", 1209453360120438698 ]
30 ],
31 "ignore-failure" : false
32 },
20 "8888/selftest1.png" : { 33 "8888/selftest1.png" : {
21 "allowed-digests" : [ 34 "allowed-digests" : [
22 [ "bitmap-64bitMD5", 1209453360120438698 ] 35 [ "bitmap-64bitMD5", 1209453360120438698 ]
23 ], 36 ],
24 "ignore-failure" : false
25 },
26 "comparison/selftest1-pipe.png" : {
27 "allowed-digests" : [
28 [ "bitmap-64bitMD5", 1209453360120438698 ]
29 ],
30 "ignore-failure" : false 37 "ignore-failure" : false
31 } 38 }
32 } 39 }
33 } 40 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698