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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 # New shadow only option in SkDropShadowImageFilter | 44 # New shadow only option in SkDropShadowImageFilter |
45 dropshadowimagefilter | 45 dropshadowimagefilter |
46 | 46 |
47 # senorblanco https://codereview.chromium.org/637283009/ | 47 # senorblanco https://codereview.chromium.org/637283009/ |
48 # quality improvements to imagemagnifier GM | 48 # quality improvements to imagemagnifier GM |
49 imagemagnifier | 49 imagemagnifier |
50 | 50 |
51 #reed | 51 #reed |
52 modecolorfilters | 52 modecolorfilters |
53 | 53 |
| 54 #reed |
| 55 alphagradients |
| 56 arithmode |
| 57 c_gms |
| 58 colorcube |
| 59 composeshader_alpha |
| 60 composeshader |
| 61 patch_primitive |
| 62 gammagradienttext |
| 63 glyph_pos_align |
| 64 gradient_dirty_laundry |
| 65 gradients_many |
| 66 gradient_matrix |
| 67 gradients_no_texture |
| 68 gradtext |
| 69 lightingcolorfilter |
| 70 lumafilter |
| 71 shaderbounds_linear |
| 72 shallow_gradient_linear |
| 73 scaled_tilemodes_npot |
| 74 scaled_tilemode_gradient |
| 75 shadertext2 |
| 76 shadertext3 |
| 77 srcmode |
| 78 surfaceprops |
| 79 tablecolorfilter |
| 80 tilemode_gradient |
| 81 tilemodes_npot |
| 82 vertices |
| 83 vertices_80 |
| 84 |
54 #humper skia:2049 | 85 #humper skia:2049 |
55 dashcubics | 86 dashcubics |
56 | 87 |
57 #derekf | 88 #derekf |
58 drawbitmapmatrix | 89 drawbitmapmatrix |
59 | 90 |
60 #junov skbug.com/3176 | 91 #junov skbug.com/3176 |
61 pictureimagefilter | 92 pictureimagefilter |
62 | 93 |
63 #joshualitt | 94 #joshualitt |
64 bleed | 95 bleed |
65 bigblurs | 96 bigblurs |
OLD | NEW |