| 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 20 matching lines...) Expand all Loading... |
| 31 ## Added by epoger as part of MADE-UP BUG | 31 ## Added by epoger as part of MADE-UP BUG |
| 32 ## https://code.google.com/p/skia/issues/detail?id=123456 : ignoring failures on | 32 ## https://code.google.com/p/skia/issues/detail?id=123456 : ignoring failures on |
| 33 ## gradtext GM test | 33 ## gradtext GM test |
| 34 #gradtext | 34 #gradtext |
| 35 | 35 |
| 36 # Need to rebaseline all platforms, as the content was changed to remove | 36 # Need to rebaseline all platforms, as the content was changed to remove |
| 37 # deprecated calling pattern. | 37 # deprecated calling pattern. |
| 38 # https://codereview.chromium.org/154163002/ | 38 # https://codereview.chromium.org/154163002/ |
| 39 extractbitmap | 39 extractbitmap |
| 40 | 40 |
| 41 # Need to rebaseline since SkBitmapSource was modified to use higher filter qual
ity | |
| 42 # https://codereview.chromium.org/163663002/ | |
| 43 bitmapsource | |
| 44 imagefiltersscaled | |
| 45 | |
| 46 # Need to rebaseline GPU versions of these tests due to rrect clipping changes a
nd | 41 # Need to rebaseline GPU versions of these tests due to rrect clipping changes a
nd |
| 47 # changes to rrect_* tests. | 42 # changes to rrect_* tests. |
| 48 # http://skbug.com/2181 https://codereview.chromium.org/171413004/ | 43 # http://skbug.com/2181 https://codereview.chromium.org/171413004/ |
| 49 complexclip2_rrect_aa | 44 complexclip2_rrect_aa |
| 50 rrect_clip_bw | 45 rrect_clip_bw |
| 51 rrect_clip_aa | 46 rrect_clip_aa |
| 52 rrect_bw | 47 rrect_bw |
| 53 rrect_aa | 48 rrect_aa |
| 54 | 49 |
| 55 # Need to rebaseline all platforms due to new test cases added in | |
| 56 # https://codereview.chromium.org/168283006/ | |
| 57 imagefiltersclipped | |
| 58 imagefiltersscaled | |
| 59 | |
| 60 # Added by yunchao.he@intel.com for https://codereview.chromium.org/166023002 | 50 # Added by yunchao.he@intel.com for https://codereview.chromium.org/166023002 |
| 61 inverse_paths | 51 inverse_paths |
| 62 | 52 |
| 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 | |
| 65 # different from 8888 vs three before). | |
| 66 canvas-layer-state | |
| 67 | |
| 68 # Added by kevin.petit@arm.com for https://codereview.chromium.org/177963003/ | 53 # Added by kevin.petit@arm.com for https://codereview.chromium.org/177963003/ |
| 69 xfermodes3 | 54 xfermodes3 |
| 70 xfermodes2 | 55 xfermodes2 |
| 71 xfermodes | 56 xfermodes |
| 72 scaled_tilemodes_npot | 57 scaled_tilemodes_npot |
| 73 scaled_tilemodes | 58 scaled_tilemodes |
| 74 tilemodes_npot | 59 tilemodes_npot |
| 75 tilemodes | 60 tilemodes |
| 76 modecolorfilters | 61 modecolorfilters |
| 77 lumafilter | 62 lumafilter |
| 78 lerpmode | 63 lerpmode |
| 79 hairmodes | 64 hairmodes |
| 80 radial_gradient | 65 radial_gradient |
| 81 convex_poly_clip | 66 convex_poly_clip |
| 82 complexclip_aa_layer | 67 complexclip_aa_layer |
| 83 complexclip_bw_layer | 68 complexclip_bw_layer |
| 84 canvas-layer-state | 69 canvas-layer-state |
| 85 bitmapfilters | 70 bitmapfilters |
| 86 drawbitmapmatrix | 71 drawbitmapmatrix |
| 87 bitmapcopy | 72 bitmapcopy |
| 88 arithmode | 73 arithmode |
| 89 aarectmodes | 74 aarectmodes |
| OLD | NEW |