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

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

Issue 136883006: make ignored-tests.txt specify full test name, not partial name (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: update real ignored-tests.txt file Created 6 years, 11 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
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 "565/selftest2.png" : [ "bitmap-64bitMD5", 8863920166200910451 ],
8 "8888/selftest1.png" : [ "bitmap-64bitMD5", 1209453360120438698 ],
9 "8888/selftest2.png" : [ "bitmap-64bitMD5", 13451349865803053525 ]
8 }, 10 },
9 "succeeded" : null 11 "succeeded" : null
10 }, 12 },
11 "expected-results" : { 13 "expected-results" : {
12 "565/selftest1.png" : { 14 "565/selftest1.png" : {
13 "allowed-digests" : null, 15 "allowed-digests" : null,
16 "ignore-failure" : true
17 },
18 "565/selftest2.png" : {
19 "allowed-digests" : null,
14 "ignore-failure" : false 20 "ignore-failure" : false
15 }, 21 },
16 "8888/selftest1.png" : { 22 "8888/selftest1.png" : {
17 "allowed-digests" : null, 23 "allowed-digests" : null,
18 "ignore-failure" : true 24 "ignore-failure" : true
25 },
26 "8888/selftest2.png" : {
27 "allowed-digests" : null,
28 "ignore-failure" : false
19 } 29 }
20 } 30 }
21 } 31 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698