| 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 | 52 |
| 53 # senorblanco: | 53 # senorblanco: |
| 54 # Needs rebaselining after improved perlin noise scaling | 54 # Needs rebaselining after improved perlin noise scaling |
| 55 perlinnoise | 55 perlinnoise |
| 56 perlinnoise_localmatrix | 56 perlinnoise_localmatrix |
| 57 imagefiltersscaled | 57 imagefiltersscaled |
| 58 | 58 |
| 59 # jvanverth: | 59 # jvanverth: |
| 60 # A8 text gamma changes slightly | 60 # A8 text gamma changes slightly |
| 61 # https://codereview.chromium.org/348153002/ | 61 # https://codereview.chromium.org/348153002/ |
| 62 imageblurtiled | |
| 63 filterbitmap_text_3.00pt | |
| 64 filterbitmap_text_7.00pt | |
| 65 filterbitmap_text_10.00pt | |
| 66 texteffects | |
| 67 fontscaler | |
| 68 imageblur_large | |
| 69 imageblur | |
| 70 convex_poly_clip | |
| 71 fontcache | |
| 72 varied_text_ignorable_clip_lcd | |
| 73 imageresizetiled | |
| 74 fontmgr_iter | |
| 75 varied_text_clipped_no_lcd | |
| 76 typefacestyles_kerning | |
| 77 downsamplebitmap_text_high_72.00pt | |
| 78 downsamplebitmap_text_medium_72.00pt | |
| 79 degeneratesegments | 62 degeneratesegments |
| 80 verttext2 | |
| 81 varied_text_clipped_lcd | |
| 82 cubicclosepath | |
| 83 quadclosepath | |
| 84 lineclosepath | |
| 85 cubicpath | |
| 86 quadpath | |
| 87 linepath | |
| 88 drawlooper | 63 drawlooper |
| 89 emptypath | |
| 90 lcdtext | |
| 91 matrixconvolution | 64 matrixconvolution |
| 92 typefacestyles | |
| 93 morphology | |
| 94 downsamplebitmap_text_low_72.00pt | |
| 95 fontmgr_match | |
| 96 lighting | |
| 97 imagemagnifier | 65 imagemagnifier |
| 98 xfermodes2 | |
| 99 downsamplebitmap_text_none_72.00pt | |
| 100 displacement | 66 displacement |
| 101 xfermodes | 67 samplerstress |
| 102 arithmode | 68 poly2poly |
| 103 bitmapsource | |
| 104 xfermodes3 | |
| 105 typeface | |
| 106 twopointconical | |
| 107 complexclip_aa | |
| 108 complexclip_bw | |
| 109 stroke-fill | |
| 110 getpostextpath | |
| 111 drawbitmaprect | |
| 112 simpleaaclip_aaclip | |
| 113 simpleaaclip_path | |
| 114 simpleaaclip_rect | |
| 115 blurs | |
| 116 complexclip_aa_layer | |
| 117 complexclip_bw_layer | |
| 118 scaled_tilemodes_npot | |
| 119 tilemodes | |
| 120 tilemodes_npot | |
| 121 scaled_tilemodes | |
| 122 pictureimagefilter | |
| 123 srcmode | |
| 124 image-surface | |
| 125 scaled_tilemode_bitmap | |
| 126 scaled_tilemode_gradient | |
| 127 tilemode_bitmap | |
| 128 tilemode_gradient | |
| 129 xfermodeimagefilter | |
| 130 dropshadowimagefilter | |
| 131 internal_links | |
| 132 offsetimagefilter | 69 offsetimagefilter |
| 133 bitmapcopy | |
| 134 samplerstress | |
| 135 imagefilterscropped | |
| 136 poly2poly | |
| 137 # senorblanco: | |
| 138 # Needs rebaselining after improved perlin noise scaling | |
| 139 perlinnoise | |
| 140 perlinnoise_localmatrix | |
| 141 imagefiltersscaled | |
| OLD | NEW |