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

Side by Side Diff: gm/tests/outputs/compared-against-different-pixels-images/output-expected/json-summary.txt

Issue 12381038: gm self-test: use a pathologically simple test case instead of dashing2 (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: tiny_comment_change 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" : { 3 "failed" : {
4 "565/dashing2" : { 4 "565/selftest1" : {
5 "checksum" : FAKE 5 "checksum" : 9948284449770991531
6 }, 6 },
7 "8888/dashing2" : { 7 "8888/selftest1" : {
8 "checksum" : FAKE 8 "checksum" : 9948284449770991531
borenet 2013/03/01 13:38:28 I didn't realize that 8888 and 565 would end up wi
9 } 9 }
10 }, 10 },
11 "failure-ignored" : null, 11 "failure-ignored" : null,
12 "no-comparison" : null, 12 "no-comparison" : null,
13 "succeeded" : null 13 "succeeded" : null
14 }, 14 },
15 "expected-results" : { 15 "expected-results" : {
16 "565/dashing2" : { 16 "565/selftest1" : {
17 "checksums" : [ FAKE ], 17 "checksums" : [ 8143889227369140487 ],
18 "ignore-failure" : false 18 "ignore-failure" : false
19 }, 19 },
20 "8888/dashing2" : { 20 "8888/selftest1" : {
21 "checksums" : [ FAKE ], 21 "checksums" : [ 8143889227369140487 ],
22 "ignore-failure" : false 22 "ignore-failure" : false
23 } 23 }
24 } 24 }
25 } 25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698