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

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

Issue 13650002: gm: report ExpectationsMismatch and RenderModeMismatch results separately (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 8 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
(Empty)
1 {
2 "actual-results" : {
3 "failed" : null,
4 "failure-ignored" : null,
5 "no-comparison" : null,
6 "succeeded" : {
7 "565/selftest1" : {
8 "checksum" : 9512553915271796906
9 },
10 "8888/selftest1" : {
11 "checksum" : 14022967492765711532
12 }
13 }
14 },
15 "expected-results" : {
16 "565/selftest1" : {
17 "checksums" : [ 9512553915271796906 ],
18 "ignore-failure" : false
19 },
20 "8888/selftest1" : {
21 "checksums" : [ 14022967492765711532 ],
22 "ignore-failure" : false
23 }
24 }
25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698