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

Side by Side Diff: gm/tests/outputs/ignoring-one-test/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" : { 3 "failed" : {
4 "565/selftest1.png" : [ "bitmap-64bitMD5", 12927999507540085554 ] 4 "565/selftest2.png" : [ "bitmap-64bitMD5", 8863920166200910451 ],
5 "8888/selftest2.png" : [ "bitmap-64bitMD5", 13451349865803053525 ]
5 }, 6 },
6 "failure-ignored" : { 7 "failure-ignored" : {
8 "565/selftest1.png" : [ "bitmap-64bitMD5", 12927999507540085554 ],
7 "8888/selftest1.png" : [ "bitmap-64bitMD5", 1209453360120438698 ] 9 "8888/selftest1.png" : [ "bitmap-64bitMD5", 1209453360120438698 ]
8 }, 10 },
9 "no-comparison" : null, 11 "no-comparison" : null,
10 "succeeded" : null 12 "succeeded" : null
11 }, 13 },
12 "expected-results" : { 14 "expected-results" : {
13 "565/selftest1.png" : { 15 "565/selftest1.png" : {
14 "allowed-digests" : [ 16 "allowed-digests" : [
15 [ "bitmap-64bitMD5", 8863920166200910451 ] 17 [ "bitmap-64bitMD5", 8863920166200910451 ]
16 ], 18 ],
19 "ignore-failure" : true
20 },
21 "565/selftest2.png" : {
22 "allowed-digests" : [
23 [ "bitmap-64bitMD5", 12927999507540085554 ]
24 ],
17 "ignore-failure" : false 25 "ignore-failure" : false
18 }, 26 },
19 "8888/selftest1.png" : { 27 "8888/selftest1.png" : {
20 "allowed-digests" : [ 28 "allowed-digests" : [
21 [ "bitmap-64bitMD5", 13451349865803053525 ] 29 [ "bitmap-64bitMD5", 13451349865803053525 ]
22 ], 30 ],
23 "ignore-failure" : true 31 "ignore-failure" : true
32 },
33 "8888/selftest2.png" : {
34 "allowed-digests" : [
35 [ "bitmap-64bitMD5", 1209453360120438698 ]
36 ],
37 "ignore-failure" : false
24 } 38 }
25 } 39 }
26 } 40 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698