| 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 19 matching lines...) Expand all Loading... |
| 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 # Added by epoger for https://code.google.com/p/skia/issues/detail?id=1657 | 36 # Added by epoger for https://code.google.com/p/skia/issues/detail?id=1657 |
| 37 # ('Poppler random failures'): ignore any Poppler failures, for now | 37 # ('Poppler random failures'): ignore any Poppler failures, for now |
| 38 pdf-poppler | 38 pdf-poppler |
| 39 | 39 |
| 40 # Added by bsalomon in https://codereview.chromium.org/31033002 | |
| 41 verylargebitmap | |
| 42 | |
| 43 # Added by yunchao in https://codereview.chromium.org/54213002 | 40 # Added by yunchao in https://codereview.chromium.org/54213002 |
| 44 rects | 41 rects |
| 45 | 42 |
| 46 # Added by caryclark in https://codereview.chromium.org/48783002/ | 43 # Added by caryclark in https://codereview.chromium.org/48783002/ |
| 47 # suppress changes on round rects | 44 # suppress changes on round rects |
| 48 complexclip2_path_aa | 45 complexclip2_path_aa |
| 49 complexclip2_path_bw | 46 complexclip2_path_bw |
| 50 convexpaths | 47 convexpaths |
| 51 mixed_xfermodes | 48 mixed_xfermodes |
| 52 nested_aa | 49 nested_aa |
| 53 ninepatch-stretch | 50 ninepatch-stretch |
| 54 pathfill | 51 pathfill |
| 55 pathinterior | 52 pathinterior |
| 56 pathopsskpclip | 53 pathopsskpclip |
| 57 roundrects | 54 roundrects |
| 58 rrect | 55 rrect |
| 59 rrect_clip | 56 rrect_clip |
| 60 samplerstress | 57 samplerstress |
| 61 simpleaaclip_aaclip | 58 simpleaaclip_aaclip |
| 62 simpleaaclip_path | 59 simpleaaclip_path |
| 63 strokerect | 60 strokerect |
| 64 strokes_round | 61 strokes_round |
| 65 | 62 |
| 66 # Added by sugoi in https://codereview.chromium.org/59173005 | 63 # Added by sugoi in https://codereview.chromium.org/59173005 |
| 67 perlinnoise | 64 perlinnoise |
| OLD | NEW |