| 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 #joshualitt | |
| 64 hairlines | |
| 65 | |
| 66 #scroggo skbug.com/3241 | 63 #scroggo skbug.com/3241 |
| 67 # replacing SkLCGRandom with SkRandom | 64 # replacing SkLCGRandom with SkRandom |
| 68 beziers | 65 beziers |
| 69 circles | 66 circles |
| 70 convexpaths | 67 convexpaths |
| 71 complexclip2 | 68 complexclip2 |
| 72 complexclip2_rect_aa | 69 complexclip2_rect_aa |
| 73 complexclip2_rect_bw | 70 complexclip2_rect_bw |
| 74 complexclip2_path_aa | 71 complexclip2_path_aa |
| 75 complexclip2_path_bw | 72 complexclip2_path_bw |
| 76 complexclip2_rrect_aa | 73 complexclip2_rrect_aa |
| 77 complexclip2_rrect_bw | 74 complexclip2_rrect_bw |
| 78 cubicpath | 75 cubicpath |
| 79 cubicclosepath | 76 cubicclosepath |
| 80 degeneratesegments | 77 degeneratesegments |
| 81 emptypath | 78 emptypath |
| 82 getpostextpath | 79 getpostextpath |
| 83 hittestpath | 80 hittestpath |
| 84 linepath | 81 linepath |
| 85 lineclosepath | 82 lineclosepath |
| 86 points | 83 points |
| 87 polygons | 84 polygons |
| 88 quadpath | 85 quadpath |
| 89 quadclosepath | 86 quadclosepath |
| 90 strokerects | 87 strokerects |
| 91 strokes_round | 88 strokes_round |
| 92 strokes_poly | 89 strokes_poly |
| OLD | NEW |