| 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 | |
| 66 gradients_many | |
| 67 gradient_matrix | |
| 68 gradients_no_texture | |
| 69 gradtext | |
| 70 lightingcolorfilter | |
| 71 lumafilter | |
| 72 shaderbounds_linear | |
| 73 shallow_gradient_linear | |
| 74 scaled_tilemodes_npot | |
| 75 scaled_tilemode_gradient | |
| 76 shadertext | |
| 77 shadertext2 | |
| 78 shadertext3 | |
| 79 srcmode | |
| 80 surfaceprops | |
| 81 tablecolorfilter | |
| 82 tilemode_gradient | |
| 83 tilemodes_npot | |
| 84 vertices | |
| 85 vertices_80 | |
| 86 | |
| 87 #humper skia:2049 | 54 #humper skia:2049 |
| 88 dashcubics | 55 dashcubics |
| 89 | 56 |
| 90 #derekf | 57 #derekf |
| 91 drawbitmapmatrix | 58 drawbitmapmatrix |
| 92 | 59 |
| 93 #junov skbug.com/3176 | 60 #junov skbug.com/3176 |
| 94 pictureimagefilter | 61 pictureimagefilter |
| OLD | NEW |