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

Side by Side Diff: gm/tests/outputs/ignoring-one-test/output-expected/json-summary.txt

Issue 26294004: GM: Allow ignored-tests.txt to list configs as well as tests (and combinations too) (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: clarify 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
« no previous file with comments | « gm/tests/outputs/ignoring-one-test/output-expected/command_line ('k') | gm/tests/run.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "actual-results" : { 2 "actual-results" : {
3 "failed" : null, 3 "failed" : {
4 "565/selftest1.png" : [ "bitmap-64bitMD5", 12927999507540085554 ]
5 },
4 "failure-ignored" : { 6 "failure-ignored" : {
5 "565/selftest1.png" : [ "bitmap-64bitMD5", 12927999507540085554 ],
6 "8888/selftest1.png" : [ "bitmap-64bitMD5", 1209453360120438698 ] 7 "8888/selftest1.png" : [ "bitmap-64bitMD5", 1209453360120438698 ]
7 }, 8 },
8 "no-comparison" : null, 9 "no-comparison" : null,
9 "succeeded" : null 10 "succeeded" : null
10 }, 11 },
11 "expected-results" : { 12 "expected-results" : {
12 "565/selftest1.png" : { 13 "565/selftest1.png" : {
13 "allowed-digests" : [ 14 "allowed-digests" : [
14 [ "bitmap-64bitMD5", 8863920166200910451 ] 15 [ "bitmap-64bitMD5", 8863920166200910451 ]
15 ], 16 ],
16 "ignore-failure" : true 17 "ignore-failure" : false
17 }, 18 },
18 "8888/selftest1.png" : { 19 "8888/selftest1.png" : {
19 "allowed-digests" : [ 20 "allowed-digests" : [
20 [ "bitmap-64bitMD5", 13451349865803053525 ] 21 [ "bitmap-64bitMD5", 13451349865803053525 ]
21 ], 22 ],
22 "ignore-failure" : true 23 "ignore-failure" : true
23 } 24 }
24 } 25 }
25 } 26 }
OLDNEW
« no previous file with comments | « gm/tests/outputs/ignoring-one-test/output-expected/command_line ('k') | gm/tests/run.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698