| 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 21 matching lines...) Expand all Loading... |
| 32 ## http://skbug.com/123456 : ignoring failures on gradtext GM test | 32 ## http://skbug.com/123456 : ignoring failures on gradtext GM test |
| 33 ## epoger will rebaseline by 25 Dec 2013 | 33 ## epoger will rebaseline by 25 Dec 2013 |
| 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 | |
| 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 | |
| 69 imagefiltersclipped | |
| 70 imagefiltersscaled | |
| 71 lerpmode | |
| 72 lumafilter | |
| 73 mixed_xfermodes | |
| 74 nested_aa | |
| 75 nested_bw | |
| 76 ninepatch-stretch | |
| 77 ovals | |
| 78 patheffect | |
| 79 pathfill | |
| 80 pathinterior | |
| 81 pathinvfill | |
| 82 pathopsskpclip | |
| 83 peekpixels | |
| 84 pictureshader | |
| 85 pictureshadertile | |
| 86 points | |
| 87 radial_gradient2 | |
| 88 rects | |
| 89 roundrects | |
| 90 rrect | |
| 91 rrect_clip_aa | |
| 92 rrect_clip_bw | |
| 93 rrect_draw_aa | |
| 94 rrect_draw_bw | |
| 95 simpleaaclip_aaclip | |
| 96 simpleaaclip_path | |
| 97 simpleblurroundrect | |
| 98 spritebitmap | |
| 99 srcmode | |
| 100 stroke-fill | |
| 101 strokerect | |
| 102 strokes_round | |
| 103 tablecolorfilter | |
| 104 testimagefilters | |
| 105 texteffects | |
| 106 tiledscaledbitmap | |
| 107 twopointconical | |
| 108 verttext | |
| 109 bezier_conic_effects | |
| 110 bezier_cubic_effects | |
| 111 bezier_quad_effects | |
| 112 dcshader | |
| 113 drawlooper | |
| 114 filterfastbounds | |
| 115 path-reverse | |
| 116 strokes3 | |
| 117 texture_domain_effect | |
| 118 inverse_paths | |
| 119 complexclip2_rrect_bw | |
| 120 multipicturedraw_rrectclip_tiled | |
| 121 imagefiltersbase | |
| 122 hairmodes | |
| 123 imagefilterscropped | |
| 124 multipicturedraw_rrectclip_simple | |
| 125 aarectmodes | |
| OLD | NEW |