| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 xfermodeimagefilter_8888.png | 59 xfermodeimagefilter_8888.png |
| 60 imagefiltersclipped_8888.png | 60 imagefiltersclipped_8888.png |
| 61 imagefilterscropexpand_8888.png | 61 imagefilterscropexpand_8888.png |
| 62 offsetimagefilter_8888.png | 62 offsetimagefilter_8888.png |
| 63 displacement_565.png | 63 displacement_565.png |
| 64 bitmapsource_565.png | 64 bitmapsource_565.png |
| 65 tileimagefilter_8888.png | 65 tileimagefilter_8888.png |
| 66 imagefiltersgraph_8888.png | 66 imagefiltersgraph_8888.png |
| 67 offsetimagefilter_565.png | 67 offsetimagefilter_565.png |
| 68 imagefiltersgraph_565.png | 68 imagefiltersgraph_565.png |
| 69 downsamplebitmap_checkerboard_high_512_256 | |
| 70 downsamplebitmap_image_high_mandrill_512.png | |
| 71 downsamplebitmap_text_high_72.00pt | |
| 72 filterbitmap_checkerboard_192_192 | |
| 73 filterbitmap_checkerboard_32_2 | |
| 74 filterbitmap_checkerboard_32_32 | |
| 75 filterbitmap_checkerboard_32_8 | |
| 76 filterbitmap_checkerboard_4_4 | |
| 77 filterbitmap_image_mandrill_128.png | |
| 78 filterbitmap_image_mandrill_16.png | |
| 79 filterbitmap_image_mandrill_256.png | |
| 80 filterbitmap_image_mandrill_512.png | |
| 81 filterbitmap_image_mandrill_32.png | |
| 82 filterbitmap_image_mandrill_64.png | |
| 83 filterbitmap_text_3.00pt | |
| 84 filterbitmap_text_7.00pt | |
| OLD | NEW |