OLD | NEW |
1 # Failures of any GM tests listed in this file will be ignored [1], as | 1 # Failures of any GM tests listed in this file will be ignored [1], as |
2 # if they had been marked "ignore-failure": true in the per-builder | 2 # if they had been marked "ignore-failure": true in the per-builder |
3 # expected-results.json files. | 3 # expected-results.json files. |
4 # | 4 # |
5 # The idea is that, if you modify a GM test in such a way that you know it will | 5 # The idea is that, if you modify a GM test in such a way that you know it will |
6 # require rebaselines on multiple platforms, you should add that test's name to | 6 # require rebaselines on multiple platforms, you should add that test's name to |
7 # this list within the same CL that modifies the test. | 7 # this list within the same CL that modifies the test. |
8 # Then, AS SOON AS POSSIBLE, you should rebaseline the tests (they will show up | 8 # Then, AS SOON AS POSSIBLE, you should rebaseline the tests (they will show up |
9 # as status "failure-ignored") and remove the line you added to this file. | 9 # as status "failure-ignored") and remove the line you added to this file. |
10 # If there are any lingering failures that need to be suppressed (ignored), you | 10 # If there are any lingering failures that need to be suppressed (ignored), you |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 | 53 |
54 #humper skia:2049 | 54 #humper skia:2049 |
55 dashcubics | 55 dashcubics |
56 | 56 |
57 #derekf | 57 #derekf |
58 drawbitmapmatrix | 58 drawbitmapmatrix |
59 | 59 |
60 #junov skbug.com/3176 | 60 #junov skbug.com/3176 |
61 pictureimagefilter | 61 pictureimagefilter |
62 | 62 |
| 63 #scroggo skbug.com/3241 |
| 64 # replacing SkLCGRandom with SkRandom |
| 65 beziers |
| 66 circles |
| 67 complexclip2 |
| 68 complexclip2_rect_aa |
| 69 complexclip2_rect_bw |
| 70 complexclip2_path_aa |
| 71 complexclip2_path_bw |
| 72 complexclip2_rrect_aa |
| 73 complexclip2_rrect_bw |
| 74 cubicpath |
| 75 cubicclosepath |
| 76 degeneratesegments |
| 77 emptypath |
| 78 getpostextpath |
| 79 hittestpath |
| 80 linepath |
| 81 lineclosepath |
| 82 points |
| 83 polygons |
| 84 quadpath |
| 85 quadclosepath |
| 86 strokerects |
| 87 strokes_round |
| 88 strokes_poly |
OLD | NEW |