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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 | 44 |
45 # humper: https://codereview.chromium.org/292773003/ | 45 # humper: https://codereview.chromium.org/292773003/ |
46 # changed texture coordinate generation for GPU rrect blur; will rebaseline afte
r land. | 46 # changed texture coordinate generation for GPU rrect blur; will rebaseline afte
r land. |
47 simpleblurroundrect | 47 simpleblurroundrect |
48 | 48 |
49 # bsalomon: https://codereview.chromium.org/282293004/ | 49 # bsalomon: https://codereview.chromium.org/282293004/ |
50 # Conditionally fallback from bicubic filtering based on matrix. | 50 # Conditionally fallback from bicubic filtering based on matrix. |
51 downsamplebitmap_checkerboard_high_512_256 | 51 downsamplebitmap_checkerboard_high_512_256 |
52 downsamplebitmap_image_high_mandrill_512.png | 52 downsamplebitmap_image_high_mandrill_512.png |
53 filterbitmap_checkerboard_192_192 | 53 filterbitmap_checkerboard_192_192 |
54 downsamplebitmap_text_high_72.00pt | 54 downsamplebitmap_text_high_72.00pt |
55 | |
56 # https://codereview.chromium.org/240433002/ | |
57 # scroggo will rebaseline this test | |
58 shadertext3_8888 | |
59 shadertext3_565 | |
60 pictureshader_8888 | |
61 pictureshader_565 | |
62 giantbitmap_mirror_bilerp_rotate_8888 | |
63 giantbitmap_mirror_bilerp_rotate_565 | |
64 giantbitmap_repeat_bilerp_rotate_8888 | |
65 giantbitmap_repeat_bilerp_rotate_565 | |
66 filterbitmap_image_mandrill_512.png_8888 | |
67 filterbitmap_image_mandrill_512.png_565 | |
68 filterbitmap_image_mandrill_256.png_8888 | |
69 filterbitmap_image_mandrill_256.png_565 | |
70 filterbitmap_image_mandrill_128.png_8888 | |
71 filterbitmap_image_mandrill_128.png_565 | |
72 filterbitmap_image_mandrill_64.png_8888 | |
73 filterbitmap_image_mandrill_64.png_565 | |
74 filterbitmap_image_mandrill_32.png_8888 | |
75 filterbitmap_image_mandrill_32.png_565 | |
76 filterbitmap_image_mandrill_16.png_8888 | |
77 filterbitmap_image_mandrill_16.png_565 | |
78 filterbitmap_checkerboard_192_192_8888 | |
79 filterbitmap_checkerboard_192_192_565 | |
80 filterbitmap_checkerboard_32_2_8888 | |
81 filterbitmap_checkerboard_32_2_565 | |
82 filterbitmap_checkerboard_32_8_8888 | |
83 filterbitmap_checkerboard_32_8_565 | |
84 filterbitmap_checkerboard_32_32_8888 | |
85 filterbitmap_checkerboard_32_32_565 | |
86 filterbitmap_checkerboard_4_4_8888 | |
87 filterbitmap_checkerboard_4_4_565 | |
88 filterbitmap_text_10.00pt_8888 | |
89 filterbitmap_text_10.00pt_565 | |
90 filterbitmap_text_7.00pt_8888 | |
91 filterbitmap_text_7.00pt_565 | |
92 filterbitmap_text_3.00pt_8888 | |
93 filterbitmap_text_3.00pt_565 | |
94 downsamplebitmap_image_none_mandrill_512.png_8888 | |
95 downsamplebitmap_image_none_mandrill_512.png_565 | |
96 downsamplebitmap_checkerboard_none_512_256_8888 | |
97 downsamplebitmap_checkerboard_none_512_256_565 | |
98 downsamplebitmap_text_none_72.00pt_8888 | |
99 downsamplebitmap_text_none_72.00pt_565 | |
100 downsamplebitmap_image_low_mandrill_512.png_8888 | |
101 downsamplebitmap_image_low_mandrill_512.png_565 | |
102 downsamplebitmap_checkerboard_low_512_256_8888 | |
103 downsamplebitmap_checkerboard_low_512_256_565 | |
104 downsamplebitmap_text_low_72.00pt_8888 | |
105 downsamplebitmap_text_low_72.00pt_565 | |
106 downsamplebitmap_image_medium_mandrill_512.png_8888 | |
107 downsamplebitmap_image_medium_mandrill_512.png_565 | |
108 downsamplebitmap_checkerboard_medium_512_256_8888 | |
109 downsamplebitmap_checkerboard_medium_512_256_565 | |
110 downsamplebitmap_text_medium_72.00pt_8888 | |
111 downsamplebitmap_text_medium_72.00pt_565 | |
112 drawbitmapmatrix_8888 | |
113 drawbitmapmatrix_565 | |
OLD | NEW |