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 27 matching lines...) Expand all Loading... |
38 | 38 |
39 # humper: | 39 # humper: |
40 # Needs rebaselining after faster GPU blur patch lands | 40 # Needs rebaselining after faster GPU blur patch lands |
41 megalooper_0x0 | 41 megalooper_0x0 |
42 megalooper_1x4 | 42 megalooper_1x4 |
43 megalooper_4x1 | 43 megalooper_4x1 |
44 bleed | 44 bleed |
45 blurquickreject | 45 blurquickreject |
46 blurrects | 46 blurrects |
47 bigblurs | 47 bigblurs |
| 48 |
| 49 # jvanverth: |
| 50 # Android text gamma changes slightly |
| 51 # https://codereview.chromium.org/348153002/ |
| 52 imageblurtiled |
| 53 filterbitmap_text_3.00pt |
| 54 filterbitmap_text_7.00pt |
| 55 filterbitmap_text_10.00pt |
| 56 texteffects |
| 57 gammatext |
| 58 fontscaler |
| 59 imageblur_large |
| 60 imageblur |
| 61 convex_poly_clip |
| 62 fontcache |
| 63 varied_text_ignorable_clip_lcd |
| 64 imageresizetiled |
| 65 fontmgr_iter |
| 66 varied_text_clipped_no_lcd |
| 67 typefacestyles_kerning |
| 68 downsamplebitmap_text_high_72.00pt |
| 69 downsamplebitmap_text_medium_72.00pt |
| 70 degeneratesegments |
| 71 verttext2 |
| 72 varied_text_clipped_lcd |
| 73 cubicclosepath |
| 74 quadclosepath |
| 75 lineclosepath |
| 76 cubicpath |
| 77 quadpath |
| 78 linepath |
| 79 imagefiltersgraph |
| 80 gradtext |
| 81 drawlooper |
| 82 emptypath |
| 83 lcdtext |
| 84 matrixconvolution |
| 85 typefacestyles |
| 86 morphology |
| 87 downsamplebitmap_text_low_72.00pt |
| 88 fontmgr_match |
| 89 lighting |
| 90 imagemagnifier |
| 91 xfermodes2 |
| 92 downsamplebitmap_text_none_72.00pt |
| 93 displacement |
| 94 xfermodes |
| 95 shadertext |
| 96 arithmode |
| 97 verttext |
| 98 bitmapsource |
| 99 xfermodes3 |
| 100 typeface |
| 101 twopointconical |
| 102 stroketext |
| 103 complexclip_aa |
| 104 complexclip_bw |
| 105 stroke-fill |
| 106 tileimagefilter |
| 107 getpostextpath |
| 108 drawbitmaprect |
| 109 simpleaaclip_aaclip |
| 110 simpleaaclip_path |
| 111 simpleaaclip_rect |
| 112 shadertext2 |
| 113 blurs |
| 114 complexclip_aa_layer |
| 115 complexclip_bw_layer |
| 116 scaled_tilemodes_npot |
| 117 tilemodes |
| 118 tilemodes_npot |
| 119 scaled_tilemodes |
| 120 bitmapfilters |
| 121 imagefiltersbase |
| 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 |
| 133 bitmapcopy |
| 134 samplerstress |
| 135 imagefilterscropped |
| 136 poly2poly |
OLD | NEW |