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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
57 imagefiltersclipped | 57 imagefiltersclipped |
58 imagefiltersscaled | 58 imagefiltersscaled |
59 | 59 |
60 # Added by yunchao.he@intel.com for https://codereview.chromium.org/166023002 | 60 # Added by yunchao.he@intel.com for https://codereview.chromium.org/166023002 |
61 inverse_paths | 61 inverse_paths |
62 | 62 |
63 # Added by senorblanco as part of https://codereview.chromium.org/164203002/ | 63 # Added by senorblanco as part of https://codereview.chromium.org/164203002/ |
64 # This one gets PDF result closer to 8888 than it was before (only one bar | 64 # This one gets PDF result closer to 8888 than it was before (only one bar |
65 # different from 8888 vs three before). | 65 # different from 8888 vs three before). |
66 canvas-layer-state | 66 canvas-layer-state |
67 | |
68 # Added by kevin.petit@arm.com for https://codereview.chromium.org/177963003/ | |
djsollen
2014/02/24 16:36:21
since we don't have a ABRG bot why do we need this
kevin.petit
2014/02/24 16:42:16
Yes, I've made small changes and the patched funct
| |
69 xfermodes3 | |
70 xfermodes2 | |
71 xfermodes | |
72 scaled_tilemodes_npot | |
73 scaled_tilemodes | |
74 tilemodes_npot | |
75 tilemodes | |
76 modecolorfilters | |
77 lumafilter | |
78 lerpmode | |
79 hairmodes | |
80 radial_gradient | |
81 convex_poly_clip | |
82 complexclip_aa_layer | |
83 complexclip_bw_layer | |
84 canvas-layer-state | |
85 bitmapfilters | |
86 drawbitmapmatrix | |
87 bitmapcopy | |
88 arithmode | |
89 aarectmodes | |
OLD | NEW |