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

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: record_RenderModeMismatch_separately 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" : {
epoger 2013/04/04 17:29:44 Note that renderMode results are reported in the J
borenet 2013/04/04 18:05:45 SGTM
4 "comparison/selftest1-pipe" : {
5 "checksum" : 4259036727585789440
6 }
7 },
8 "failure-ignored" : null,
9 "no-comparison" : null,
10 "succeeded" : {
11 "565/selftest1" : {
12 "checksum" : 9512553915271796906
13 },
14 "8888/selftest1" : {
15 "checksum" : 14022967492765711532
16 }
17 }
18 },
19 "expected-results" : {
20 "565/selftest1" : {
21 "checksums" : [ 9512553915271796906 ],
22 "ignore-failure" : false
23 },
24 "8888/selftest1" : {
25 "checksums" : [ 14022967492765711532 ],
26 "ignore-failure" : false
27 },
28 "comparison/selftest1-pipe" : {
29 "checksums" : [ 14022967492765711532 ],
epoger 2013/04/04 17:29:44 Currently, the cross-renderMode comparisons are ru
30 "ignore-failure" : false
31 }
32 }
33 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698