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

Side by Side Diff: gm/tests/outputs/compared-against-empty-dir/output-expected/json-summary.txt

Issue 26650005: gm: if test has no expectations, record its result as no-expectations regardless of ignoreFailure (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 2 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" : { 5 "no-comparison" : {
6 "565/selftest1.png" : [ "bitmap-64bitMD5", 12927999507540085554 ], 6 "565/selftest1.png" : [ "bitmap-64bitMD5", 12927999507540085554 ],
7 "8888/selftest1.png" : [ "bitmap-64bitMD5", 1209453360120438698 ] 7 "8888/selftest1.png" : [ "bitmap-64bitMD5", 1209453360120438698 ]
8 }, 8 },
9 "succeeded" : null 9 "succeeded" : null
10 }, 10 },
11 "expected-results" : { 11 "expected-results" : {
12 "565/selftest1.png" : { 12 "565/selftest1.png" : {
13 "allowed-digests" : null, 13 "allowed-digests" : null,
14 "ignore-failure" : false 14 "ignore-failure" : false
15 }, 15 },
16 "8888/selftest1.png" : { 16 "8888/selftest1.png" : {
17 "allowed-digests" : null, 17 "allowed-digests" : null,
18 "ignore-failure" : false 18 "ignore-failure" : true
epoger 2013/10/09 19:09:23 I adjusted this self-test a bit: now, even if the
19 } 19 }
20 } 20 }
21 } 21 }
OLDNEW
« no previous file with comments | « gm/tests/outputs/compared-against-empty-dir/output-expected/command_line ('k') | gm/tests/run.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698