| 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 # reed/egdaniel -- new conic code | 43 # reed/egdaniel -- new conic code |
| 44 image-surface | 44 image-surface |
| 45 imagefiltersclipped | 45 imagefiltersclipped |
| 46 imagefiltersscaled | 46 imagefiltersscaled |
| 47 lerpmode | 47 lerpmode |
| 48 lumafilter | 48 lumafilter |
| 49 mixed_xfermodes | 49 mixed_xfermodes |
| 50 nested_aa | 50 nested_aa |
| 51 nested_bw | 51 nested_bw |
| 52 ninepatch-stretch | 52 ninepatch-stretch |
| 53 ovals | |
| 54 patheffect | |
| 55 pathfill | |
| 56 pathinterior | |
| 57 pathinvfill | |
| 58 pathopsskpclip | |
| 59 peekpixels | |
| 60 pictureshader | |
| 61 pictureshadertile | |
| 62 points | |
| 63 radial_gradient2 | |
| 64 rects | |
| 65 roundrects | |
| 66 rrect | |
| 67 rrect_clip_aa | |
| 68 rrect_clip_bw | |
| 69 rrect_draw_aa | |
| 70 rrect_draw_bw | |
| 71 | 53 |
| OLD | NEW |