| 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 # yunchao: https://codereview.chromium.org/292943002/ | 72 # yunchao: https://codereview.chromium.org/292943002/ |
| 73 # changed the rendering result of this gm case to respect paint's alpha | 73 # changed the rendering result of this gm case to respect paint's alpha |
| 74 vertices_80 | 74 vertices_80 |
| 75 | 75 |
| 76 # https://codereview.chromium.org/240433002/ | 76 # https://codereview.chromium.org/240433002/ |
| 77 # scroggo will rebaseline this test | 77 # scroggo will rebaseline this test |
| 78 shadertext3 | 78 shadertext3 |
| 79 pictureshader | 79 pictureshader |
| 80 giantbitmap_mirror_bilerp_rotate | 80 giantbitmap_mirror_bilerp_rotate |
| 81 giantbitmap_repeat_bilerp_rotate | 81 giantbitmap_repeat_bilerp_rotate |
| 82 giantbitmap_repeat_bilerp_scale | |
| 83 giantbitmap_repeat_point_scale | |
| 84 filterbitmap_image_mandrill_512.png | 82 filterbitmap_image_mandrill_512.png |
| 85 filterbitmap_image_mandrill_256.png | 83 filterbitmap_image_mandrill_256.png |
| 86 filterbitmap_image_mandrill_128.png | 84 filterbitmap_image_mandrill_128.png |
| 87 filterbitmap_image_mandrill_64.png | 85 filterbitmap_image_mandrill_64.png |
| 88 filterbitmap_image_mandrill_32.png | 86 filterbitmap_image_mandrill_32.png |
| 89 filterbitmap_image_mandrill_16.png | 87 filterbitmap_image_mandrill_16.png |
| 90 filterbitmap_checkerboard_192_192 | 88 filterbitmap_checkerboard_192_192 |
| 91 filterbitmap_checkerboard_32_2 | 89 filterbitmap_checkerboard_32_2 |
| 92 filterbitmap_checkerboard_32_8 | 90 filterbitmap_checkerboard_32_8 |
| 93 filterbitmap_checkerboard_32_32 | 91 filterbitmap_checkerboard_32_32 |
| 94 filterbitmap_checkerboard_4_4 | 92 filterbitmap_checkerboard_4_4 |
| 95 filterbitmap_text_10.00pt | 93 filterbitmap_text_10.00pt |
| 96 filterbitmap_text_7.00pt | 94 filterbitmap_text_7.00pt |
| 97 filterbitmap_text_3.00pt | 95 filterbitmap_text_3.00pt |
| 98 downsamplebitmap_image_none_mandrill_512.png | 96 downsamplebitmap_image_none_mandrill_512.png |
| 99 downsamplebitmap_checkerboard_none_512_256 | 97 downsamplebitmap_checkerboard_none_512_256 |
| 100 downsamplebitmap_text_none_72.00pt | 98 downsamplebitmap_text_none_72.00pt |
| 101 downsamplebitmap_image_low_mandrill_512.png | 99 downsamplebitmap_image_low_mandrill_512.png |
| 102 downsamplebitmap_checkerboard_low_512_256 | 100 downsamplebitmap_checkerboard_low_512_256 |
| 103 downsamplebitmap_text_low_72.00pt | 101 downsamplebitmap_text_low_72.00pt |
| 104 downsamplebitmap_image_medium_mandrill_512.png | 102 downsamplebitmap_image_medium_mandrill_512.png |
| 105 downsamplebitmap_checkerboard_medium_512_256 | 103 downsamplebitmap_checkerboard_medium_512_256 |
| 106 downsamplebitmap_text_medium_72.00pt | 104 downsamplebitmap_text_medium_72.00pt |
| 107 drawbitmapmatrix | 105 drawbitmapmatrix |
| 108 verylargebitmap | |
| OLD | NEW |