| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 #egdaniel | 54 #egdaniel |
| 55 xfermodes | |
| 56 xfermodes2 | |
| 57 xfermodes3 | 55 xfermodes3 |
| 58 mixed_xfermodes | 56 mixed_xfermodes |
| 59 lumafilter | |
| 60 xfermodeimagefilter | |
| 61 | 57 |
| 62 #humper skia:2049 | 58 #humper skia:2049 |
| 63 dashcubics | 59 dashcubics |
| 64 | 60 |
| 65 #derekf | 61 #derekf |
| 66 drawbitmapmatrix | 62 drawbitmapmatrix |
| 67 | 63 |
| 68 #junov skbug.com/3176 | 64 #junov skbug.com/3176 |
| 69 pictureimagefilter | 65 pictureimagefilter |
| 70 | 66 |
| 71 # robertphillips | 67 # robertphillips |
| 72 imagefiltersscaled | 68 imagefiltersscaled |
| 73 | 69 |
| OLD | NEW |