OLD | NEW |
1 # This file should only include tests that we never intend to fix. | 1 # This file should only include tests that we never intend to fix. |
2 # There should only be 4 categories of tests here: | 2 # There should only be 4 categories of tests here: |
3 # 1. Test harness tests. | 3 # 1. Test harness tests. |
4 # 2. Tests enabled by chromium embedders (e.g. Opera). | 4 # 2. Tests enabled by chromium embedders (e.g. Opera). |
5 # 3. Tests that apply to some platforms but not others. | 5 # 3. Tests that apply to some platforms but not others. |
6 # 4. Tests that are too slow in Debug and so we only want to skip them in Debu
g. | 6 # 4. Tests that are too slow in Debug and so we only want to skip them in Debu
g. |
7 | 7 |
8 # FIXME: Remove the WontFix keyword and have that be implied. That way, people w
on't abuse | 8 # FIXME: Remove the WontFix keyword and have that be implied. That way, people w
on't abuse |
9 # WontFix outside of this file. | 9 # WontFix outside of this file. |
10 | 10 |
(...skipping 23 matching lines...) Expand all Loading... |
34 [ Linux Win ] fast/events/option-tab.html [ WontFix ] | 34 [ Linux Win ] fast/events/option-tab.html [ WontFix ] |
35 [ Linux Win ] virtual/pointerevent/fast/events/option-tab.html [ WontFix ] | 35 [ Linux Win ] virtual/pointerevent/fast/events/option-tab.html [ WontFix ] |
36 [ Linux Win ] virtual/trustedeventsdefaultaction/fast/events/option-tab.html [ W
ontFix ] | 36 [ Linux Win ] virtual/trustedeventsdefaultaction/fast/events/option-tab.html [ W
ontFix ] |
37 | 37 |
38 # This test only applies to overlay scrollbar platforms. | 38 # This test only applies to overlay scrollbar platforms. |
39 [ SnowLeopard Win Linux ] fast/dom/partial-layout-overlay-scrollbars.html [ Wont
Fix ] | 39 [ SnowLeopard Win Linux ] fast/dom/partial-layout-overlay-scrollbars.html [ Wont
Fix ] |
40 | 40 |
41 # These tests are only valid on platforms with overlay scrollbars support. | 41 # These tests are only valid on platforms with overlay scrollbars support. |
42 [ SnowLeopard ] inspector-protocol/emulation [ WontFix ] | 42 [ SnowLeopard ] inspector-protocol/emulation [ WontFix ] |
43 | 43 |
44 # <progress> on Mac is always animated. So it's hard to get a reliable pixel res
ult. | |
45 [ Mac ] fast/dom/HTMLProgressElement/progress-element.html [ WontFix ] | |
46 | |
47 # Mac's popup behavior is different. | 44 # Mac's popup behavior is different. |
48 [ Mac ] fast/forms/select/menulist-onchange-fired-with-key-up-down.html [ WontFi
x ] | 45 [ Mac ] fast/forms/select/menulist-onchange-fired-with-key-up-down.html [ WontFi
x ] |
49 [ Mac ] fast/forms/select/popup-with-display-none-optgroup.html [ WontFix ] | 46 [ Mac ] fast/forms/select/popup-with-display-none-optgroup.html [ WontFix ] |
50 [ Mac ] fast/forms/select-popup [ WontFix ] | 47 [ Mac ] fast/forms/select-popup [ WontFix ] |
51 | 48 |
52 # Android has a different popup menu implementation. | 49 # Android has a different popup menu implementation. |
53 [ Android ] fast/forms/select-popup [ WontFix ] | 50 [ Android ] fast/forms/select-popup [ WontFix ] |
54 | 51 |
55 # Pan-scroll tests are Windows-specific. | 52 # Pan-scroll tests are Windows-specific. |
56 [ Linux Mac ] fast/events/panScroll-click.html [ WontFix ] | 53 [ Linux Mac ] fast/events/panScroll-click.html [ WontFix ] |
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
209 # On Linux bold emoji are already supported. | 206 # On Linux bold emoji are already supported. |
210 crbug.com/551843 [ Linux ] fast/text/fallback-traits-fixup.html [ WontFix ] | 207 crbug.com/551843 [ Linux ] fast/text/fallback-traits-fixup.html [ WontFix ] |
211 # Max 10.6 did not have any emoji support. | 208 # Max 10.6 did not have any emoji support. |
212 crbug.com/551843 [ Linux Win Mac10.6 ] fast/text/emoji-font-weight-mac.html [ Wo
ntFix ] | 209 crbug.com/551843 [ Linux Win Mac10.6 ] fast/text/emoji-font-weight-mac.html [ Wo
ntFix ] |
213 | 210 |
214 # These tests are too slow with our MESA backend. We can re-enable when we have | 211 # These tests are too slow with our MESA backend. We can re-enable when we have |
215 # bots running tests on real hardware. Don't want to just delete these because t
hey | 212 # bots running tests on real hardware. Don't want to just delete these because t
hey |
216 # pass in the virtual test suite version. | 213 # pass in the virtual test suite version. |
217 webkit.org/b/49629 compositing/lots-of-img-layers.html [ WontFix ] | 214 webkit.org/b/49629 compositing/lots-of-img-layers.html [ WontFix ] |
218 webkit.org/b/49629 compositing/lots-of-img-layers-with-opacity.html [ WontFix ] | 215 webkit.org/b/49629 compositing/lots-of-img-layers-with-opacity.html [ WontFix ] |
OLD | NEW |