| OLD | NEW |
| 1 # Failures of any GM tests/configs listed in this file will be ignored [1], as | 1 # Failures of any GM tests/configs 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 15 matching lines...) Expand all Loading... |
| 26 # EXAMPLES: (remove the first '#' on each line) | 26 # EXAMPLES: (remove the first '#' on each line) |
| 27 # | 27 # |
| 28 ## Added by edisonn as part of https://codereview.chromium.org/23851037/ | 28 ## Added by edisonn as part of https://codereview.chromium.org/23851037/ |
| 29 #gradients | 29 #gradients |
| 30 # | 30 # |
| 31 ## Added by epoger as part of MADE-UP BUG | 31 ## Added by epoger as part of MADE-UP BUG |
| 32 ## https://code.google.com/p/skia/issues/detail?id=123456 : ignoring failures on | 32 ## https://code.google.com/p/skia/issues/detail?id=123456 : ignoring failures on |
| 33 ## gpu config of gradtext GM test | 33 ## gpu config of gradtext GM test |
| 34 #gradtext_gpu | 34 #gradtext_gpu |
| 35 | 35 |
| 36 |
| 37 |
| 38 |
| 36 # Added by epoger for https://code.google.com/p/skia/issues/detail?id=1657 | 39 # Added by epoger for https://code.google.com/p/skia/issues/detail?id=1657 |
| 37 # ('Poppler random failures'): ignore any Poppler failures, for now | 40 # ('Poppler random failures'): ignore any Poppler failures, for now |
| 38 pdf-poppler | 41 pdf-poppler |
| 39 | 42 |
| 40 # Added by yunchao in https://codereview.chromium.org/54213002 | 43 # Added by yunchao in https://codereview.chromium.org/54213002 |
| 44 # https://code.google.com/p/skia/issues/detail?id=1882 ('rects GM results need r
ebaselining') |
| 41 rects | 45 rects |
| 42 | 46 |
| 43 # Added by sugoi in https://codereview.chromium.org/59173005 | 47 # Added by sugoi in https://codereview.chromium.org/59173005 |
| 48 # https://code.google.com/p/skia/issues/detail?id=1881 ('perlinnoise GM results
need rebaselining') |
| 44 perlinnoise | 49 perlinnoise |
| 45 | 50 |
| 46 # Added by bsalomon in support of adding HQ filter to GPU device drawBitmap | 51 # Added by bsalomon in support of adding HQ filter to GPU device drawBitmap |
| 52 # https://code.google.com/p/skia/issues/detail?id=1880 ('bleed GM results need r
ebaselining') |
| 47 bleed | 53 bleed |
| 48 | 54 |
| 55 # https://code.google.com/p/skia/issues/detail?id=1879 ('*filterbitmap_* GM resu
lts need rebaselining') |
| 49 downsamplebitmap_image_high_mandrill_512.png | 56 downsamplebitmap_image_high_mandrill_512.png |
| 50 filterbitmap_image_mandrill_512.png | 57 filterbitmap_image_mandrill_512.png |
| 51 filterbitmap_image_mandrill_256.png | 58 filterbitmap_image_mandrill_256.png |
| 52 filterbitmap_image_mandrill_128.png | 59 filterbitmap_image_mandrill_128.png |
| 53 filterbitmap_image_mandrill_64.png | 60 filterbitmap_image_mandrill_64.png |
| 54 filterbitmap_image_mandrill_32.png | 61 filterbitmap_image_mandrill_32.png |
| 55 filterbitmap_image_mandrill_16.png | 62 filterbitmap_image_mandrill_16.png |
| 56 downsamplebitmap_checkerboard_high_512_256 | 63 downsamplebitmap_checkerboard_high_512_256 |
| 57 filterbitmap_checkerboard_192_192 | 64 filterbitmap_checkerboard_192_192 |
| 58 filterbitmap_checkerboard_32_32 | 65 filterbitmap_checkerboard_32_32 |
| 59 filterbitmap_checkerboard_32_8 | 66 filterbitmap_checkerboard_32_8 |
| 60 filterbitmap_checkerboard_32_2 | 67 filterbitmap_checkerboard_32_2 |
| 61 filterbitmap_checkerboard_4_4 | 68 filterbitmap_checkerboard_4_4 |
| 62 downsamplebitmap_text_high_72.00pt | 69 downsamplebitmap_text_high_72.00pt |
| 63 filterbitmap_text_3.00pt | 70 filterbitmap_text_3.00pt |
| 64 filterbitmap_text_7.00pt | 71 filterbitmap_text_7.00pt |
| 65 filterbitmap_text_10.00pt | 72 filterbitmap_text_10.00pt |
| 66 | 73 |
| OLD | NEW |