| 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 26 matching lines...) Expand all Loading... |
| 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 # senorblanco https://codereview.chromium.org/637283009/ | 43 # senorblanco https://codereview.chromium.org/637283009/ |
| 44 # quality improvements to imagemagnifier GM | 44 # quality improvements to imagemagnifier GM |
| 45 imagemagnifier | 45 imagemagnifier |
| 46 | 46 |
| 47 #mtklein/reed: slight image resize fixes | |
| 48 bitmaprecttest | |
| 49 bitmapshaders | |
| 50 downsamplebitmap_checkerboard_none_512_256 | |
| 51 downsamplebitmap_image_none_mandrill_512.png | |
| 52 downsamplebitmap_text_none_72.00pt | |
| 53 filterbitmap_checkerboard_192_192 | |
| 54 filterbitmap_image_mandrill_128.png | |
| 55 filterbitmap_image_mandrill_256.png | |
| 56 filterbitmap_image_mandrill_512.png | |
| 57 filterbitmap_image_mandrill_64.png | |
| 58 filterbitmap_text_10.00pt | |
| 59 filterbitmap_text_7.00pt | |
| 60 image-surface | |
| 61 scaled_tilemode_bitmap | |
| 62 tilemode_bitmap | |
| 63 verylargebitmap | |
| 64 | |
| 65 # jvanverth https://codereview.chromium.org/677463002/ | 47 # jvanverth https://codereview.chromium.org/677463002/ |
| 66 strokes_round | 48 strokes_round |
| 67 strokes3 | 49 strokes3 |
| 68 nonclosedpaths | 50 nonclosedpaths |
| 69 polygons | 51 polygons |
| 70 roundrects | 52 roundrects |
| 71 shadertext | 53 shadertext |
| 72 shadertext2 | 54 shadertext2 |
| OLD | NEW |