| OLD | NEW |
| (Empty) |
| 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 | |
| 3 # expected-results.json files. | |
| 4 # | |
| 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 | |
| 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 | |
| 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 | |
| 11 # MUST move those suppressions into the per-builder expected-results.json files. | |
| 12 # | |
| 13 # The test name must match exactly (no partial string matches). | |
| 14 # See http://skbug.com/2022 | |
| 15 # | |
| 16 # Any lines starting with '#' are comments and will be ignored. | |
| 17 # Other than that, each line must either be whitespace or list just one test. | |
| 18 # | |
| 19 # For more information, see https://code.google.com/p/skia/issues/detail?id=1600 | |
| 20 # ('GM expectations: create tool to suppress failures until new baselines are | |
| 21 # checked in') | |
| 22 # | |
| 23 # | |
| 24 # [1] Differences between renderModes (e.g., normal rendering path and | |
| 25 # "serialized") are NEVER ignored. See | |
| 26 # https://code.google.com/p/skia/issues/detail?id=1748 ('gm: add new result | |
| 27 # type, RenderModeMismatch') | |
| 28 | |
| 29 # EXAMPLES: (remove the first '#' on each line) | |
| 30 # | |
| 31 ## Added as part of MADE-UP BUG | |
| 32 ## http://skbug.com/123456 : ignoring failures on gradtext GM test | |
| 33 ## epoger will rebaseline by 25 Dec 2013 | |
| 34 #gradtext | |
| 35 | |
| 36 # egdaniel | |
| 37 colortype_xfermodes | |
| 38 mixed_xfermodes | |
| 39 | |
| 40 # reed - rebase after mipmap level improvement | |
| 41 coloremoji | |
| 42 downsamplebitmap_image_medium_mandrill_512 | |
| 43 downsamplebitmap_image_medium_mandrill_132x132_12x12 | |
| 44 downsamplebitmap_image_medium_mandrill_512.png | |
| 45 downsamplebitmap_image_medium_mandrill_132x132_12x12.astc | |
| 46 downsamplebitmap_checkerboard_medium_512_256 | |
| 47 downsamplebitmap_text_medium_72.00pt | |
| 48 filterbitmap_checkerboard_4_4 | |
| 49 filterbitmap_checkerboard_32_2 | |
| 50 filterbitmap_checkerboard_32_8 | |
| 51 filterbitmap_checkerboard_32_32 | |
| 52 filterbitmap_checkerboard_192_192 | |
| 53 filterbitmap_image_color_wheel.png | |
| 54 filterbitmap_image_mandrill_16.png | |
| 55 filterbitmap_image_mandrill_32.png | |
| 56 filterbitmap_image_mandrill_64.png | |
| 57 filterbitmap_image_mandrill_128.png | |
| 58 filterbitmap_image_mandrill_256.png | |
| 59 filterbitmap_image_mandrill_512.png | |
| 60 filterbitmap_text_3.00pt | |
| 61 filterbitmap_text_7.00pt | |
| 62 filterbitmap_text_10.00pt | |
| 63 filterindiabox | |
| 64 fontmgr_iter | |
| 65 downsamplebitmap_image_high_mandrill_132x132_12x12.astc | |
| 66 downsamplebitmap_image_high_mandrill_512.png | |
| 67 downsamplebitmap_text_high_72.00pt_8888.png | |
| 68 | |
| 69 # robertphillips - skia:2995 | |
| 70 blurrects | |
| 71 | |
| 72 # reed - rebase after HQ filter change | |
| 73 bleed | |
| 74 | |
| 75 # sugoi https://codereview.chromium.org/646213004/ | |
| 76 # New shadow only option in SkDropShadowImageFilter | |
| 77 dropshadowimagefilter | |
| 78 | |
| 79 # bsalomon slight change to image-surface GM on gpu | |
| 80 image-surface | |
| 81 | |
| 82 # robertphillips - https://codereview.chromium.org/854013002/ | |
| 83 # gpu-only and only a few low intensity pixel diffs | |
| 84 conicpaths | |
| 85 convexpaths | |
| 86 dashcubics | |
| 87 dcshader | |
| 88 dftext | |
| 89 fontmgr_bounds | |
| 90 fontmgr_bounds_1_-0.25 | |
| 91 fontmgr_bounds_0.75_0 | |
| 92 getpostextpath | |
| 93 glyph_pos_h_s | |
| 94 gradients_view_perspective | |
| 95 hairlines | |
| 96 mixed_xfermodes | |
| 97 patch_grid | |
| 98 patch_primitive | |
| 99 pathinterior | |
| 100 path-reverse | |
| 101 points | |
| 102 poly2poly | |
| 103 polygons | |
| 104 roundrects | |
| 105 rrect | |
| 106 shadertext2 | |
| 107 shadertext3 | |
| 108 stringart | |
| 109 strokerects | |
| 110 strokes3 | |
| 111 stroketext | |
| OLD | NEW |