| 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 23 matching lines...) Expand all Loading... |
| 34 #gradtext | 34 #gradtext |
| 35 | 35 |
| 36 # robertphillips - skia:2995 | 36 # robertphillips - skia:2995 |
| 37 blurrects | 37 blurrects |
| 38 | 38 |
| 39 # sugoi https://codereview.chromium.org/646213004/ | 39 # sugoi https://codereview.chromium.org/646213004/ |
| 40 # New shadow only option in SkDropShadowImageFilter | 40 # New shadow only option in SkDropShadowImageFilter |
| 41 dropshadowimagefilter | 41 dropshadowimagefilter |
| 42 | 42 |
| 43 # reed/egdaniel -- new conic code | 43 # reed/egdaniel -- new conic code |
| 44 bigmatrix | |
| 45 bitmaprect_i | |
| 46 bitmaprect_s | |
| 47 bitmapshaders | |
| 48 blurcircles | |
| 49 blurroundrect-WH-100x100-unevenCorners | |
| 50 blurs | |
| 51 c_gms | |
| 52 circles | |
| 53 circular-clips | |
| 54 complexclip2_path_aa | |
| 55 complexclip2_rrect_aa | |
| 56 complexclip3_complex | |
| 57 complexclip3_simple | |
| 58 convexpaths | |
| 59 dashing2 | |
| 60 drrect | |
| 61 emboss | |
| 62 extractbitmap | |
| 63 fatpathfill | |
| 64 filltypes | |
| 65 filltypespersp | |
| 66 gpusamplerstress | |
| 67 hairlines | |
| 68 image-surface | 44 image-surface |
| 69 imagefiltersclipped | 45 imagefiltersclipped |
| 70 imagefiltersscaled | 46 imagefiltersscaled |
| 71 lerpmode | 47 lerpmode |
| 72 lumafilter | 48 lumafilter |
| 73 mixed_xfermodes | 49 mixed_xfermodes |
| 74 nested_aa | 50 nested_aa |
| 75 nested_bw | 51 nested_bw |
| 76 ninepatch-stretch | 52 ninepatch-stretch |
| 77 ovals | 53 ovals |
| 78 patheffect | 54 patheffect |
| 79 pathfill | 55 pathfill |
| 80 pathinterior | 56 pathinterior |
| 81 pathinvfill | 57 pathinvfill |
| 82 pathopsskpclip | 58 pathopsskpclip |
| 83 peekpixels | 59 peekpixels |
| 84 pictureshader | 60 pictureshader |
| 85 pictureshadertile | 61 pictureshadertile |
| 86 points | 62 points |
| 87 radial_gradient2 | 63 radial_gradient2 |
| 88 rects | 64 rects |
| 89 roundrects | 65 roundrects |
| 90 rrect | 66 rrect |
| 91 rrect_clip_aa | 67 rrect_clip_aa |
| 92 rrect_clip_bw | 68 rrect_clip_bw |
| 93 rrect_draw_aa | 69 rrect_draw_aa |
| 94 rrect_draw_bw | 70 rrect_draw_bw |
| 95 | 71 |
| OLD | NEW |