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

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: update gm self-test expectations to match patchset 3 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" : {
4 "comparison/selftest1-pipe" : {
epoger 2013/03/14 22:36:27 So now we report cross-drawing-mode results in the
borenet 2013/03/15 20:15:53 This effectively treats the built-in comparisons,
epoger 2013/03/15 22:05:55 I hadn't thought about that either way. Seems lik
5 "checksum" : 4259036727585789440
6 }
7 },
4 "failure-ignored" : null, 8 "failure-ignored" : null,
5 "no-comparison" : null, 9 "no-comparison" : null,
6 "succeeded" : { 10 "succeeded" : {
7 "565/selftest1" : { 11 "565/selftest1" : {
8 "checksum" : 9512553915271796906 12 "checksum" : 9512553915271796906
9 }, 13 },
10 "8888/selftest1" : { 14 "8888/selftest1" : {
11 "checksum" : 14022967492765711532 15 "checksum" : 14022967492765711532
12 } 16 }
13 } 17 }
14 }, 18 },
15 "expected-results" : { 19 "expected-results" : {
16 "565/selftest1" : { 20 "565/selftest1" : {
17 "checksums" : [ 9512553915271796906 ], 21 "checksums" : [ 9512553915271796906 ],
18 "ignore-failure" : false 22 "ignore-failure" : false
19 }, 23 },
20 "8888/selftest1" : { 24 "8888/selftest1" : {
21 "checksums" : [ 14022967492765711532 ], 25 "checksums" : [ 14022967492765711532 ],
22 "ignore-failure" : false 26 "ignore-failure" : false
27 },
28 "comparison/selftest1-pipe" : {
29 "checksums" : [ 14022967492765711532 ],
epoger 2013/03/14 22:36:27 Regardless of whether multiple checksums were allo
borenet 2013/03/15 20:15:53 I'm a bit confused by this. Is the expectation fo
epoger 2013/03/15 22:05:55 Yes, this could get confusing, or we could end up
borenet 2013/03/18 12:26:37 Should this be an error? "Invalid expectation" or
epoger 2013/03/21 16:08:32 Ideally, yes. I think it's a long-term issue, not
30 "ignore-failure" : false
23 } 31 }
24 } 32 }
25 } 33 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698