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

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

Issue 12825005: gm self-test: make sure we report failures in individual rendering modes (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 9 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" : null,
6 "succeeded" : { 6 "succeeded" : {
epoger 2013/03/14 17:22:19 Hmm, note that the error in pipe-playback mode is
epoger 2013/03/14 18:16:21 Here's a proposal: - If rendering the same gm tes
borenet 2013/03/14 18:48:21 I agree with all of this (it's pretty much what we
epoger 2013/03/14 18:57:12 In a way it seems like there would be value in the
7 "565/selftest1" : { 7 "565/selftest1" : {
8 "checksum" : 9512553915271796906 8 "checksum" : 9512553915271796906
9 }, 9 },
10 "8888/selftest1" : { 10 "8888/selftest1" : {
11 "checksum" : 14022967492765711532 11 "checksum" : 14022967492765711532
12 } 12 }
13 } 13 }
14 }, 14 },
15 "expected-results" : { 15 "expected-results" : {
16 "565/selftest1" : { 16 "565/selftest1" : {
17 "checksums" : [ 9512553915271796906 ], 17 "checksums" : [ 9512553915271796906 ],
18 "ignore-failure" : false 18 "ignore-failure" : false
19 }, 19 },
20 "8888/selftest1" : { 20 "8888/selftest1" : {
21 "checksums" : [ 14022967492765711532 ], 21 "checksums" : [ 14022967492765711532 ],
22 "ignore-failure" : false 22 "ignore-failure" : false
23 } 23 }
24 } 24 }
25 } 25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698