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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 | 56 |
57 # These tests are specific to Windows and Linux. | 57 # These tests are specific to Windows and Linux. |
58 [ Mac ] fast/forms/calendar-picker/date-open-picker-with-f4-key.html [ WontFix ] | 58 [ Mac ] fast/forms/calendar-picker/date-open-picker-with-f4-key.html [ WontFix ] |
59 [ Mac ] fast/forms/calendar-picker/datetimelocal-open-picker-with-f4-key.html [
WontFix ] | 59 [ Mac ] fast/forms/calendar-picker/datetimelocal-open-picker-with-f4-key.html [
WontFix ] |
60 [ Mac ] fast/forms/calendar-picker/month-open-picker-with-f4-key.html [ WontFix
] | 60 [ Mac ] fast/forms/calendar-picker/month-open-picker-with-f4-key.html [ WontFix
] |
61 [ Mac ] fast/forms/calendar-picker/week-open-picker-with-f4-key.html [ WontFix ] | 61 [ Mac ] fast/forms/calendar-picker/week-open-picker-with-f4-key.html [ WontFix ] |
62 | 62 |
63 # Mac does not have menu key. | 63 # Mac does not have menu key. |
64 [ Mac ] editing/spelling/spelling-on-context-menu-key.html [ WontFix ] | 64 [ Mac ] editing/spelling/spelling-on-context-menu-key.html [ WontFix ] |
65 [ Mac ] fast/events/context-menu-key-shift-f10-modifiers.html [ WontFix ] | 65 [ Mac ] fast/events/context-menu-key-shift-f10-modifiers.html [ WontFix ] |
| 66 [ Mac ] fast/events/context-menu-key-shift-f10-prevent-default.html [ WontFix ] |
66 [ Mac ] fast/events/menu-key-context-menu-document.html [ WontFix ] | 67 [ Mac ] fast/events/menu-key-context-menu-document.html [ WontFix ] |
67 [ Mac ] fast/events/menu-key-context-menu.html [ WontFix ] | 68 [ Mac ] fast/events/menu-key-context-menu.html [ WontFix ] |
68 [ Mac ] fast/events/menu-key-context-menu-position.html [ WontFix ] | 69 [ Mac ] fast/events/menu-key-context-menu-position.html [ WontFix ] |
69 [ Mac ] fast/events/menu-key-context-menu-reveal-focus.html [ WontFix ] | 70 [ Mac ] fast/events/menu-key-context-menu-reveal-focus.html [ WontFix ] |
70 | 71 |
71 # Link Highlighting is only supported on Windows and Linux | 72 # Link Highlighting is only supported on Windows and Linux |
72 [ Mac ] compositing/gestures [ WontFix ] | 73 [ Mac ] compositing/gestures [ WontFix ] |
73 | 74 |
74 # These tests are specific to Linux. | 75 # These tests are specific to Linux. |
75 [ Mac Win ] editing/input/linux_ltr_composition_underline.html [ WontFix ] | 76 [ Mac Win ] editing/input/linux_ltr_composition_underline.html [ WontFix ] |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 | 165 |
165 # On Linux bold emoji are already supported. | 166 # On Linux bold emoji are already supported. |
166 crbug.com/551843 [ Linux ] fast/text/fallback-traits-fixup.html [ WontFix ] | 167 crbug.com/551843 [ Linux ] fast/text/fallback-traits-fixup.html [ WontFix ] |
167 crbug.com/551843 [ Linux Win ] fast/text/emoji-font-weight-mac.html [ WontFix ] | 168 crbug.com/551843 [ Linux Win ] fast/text/emoji-font-weight-mac.html [ WontFix ] |
168 | 169 |
169 # These tests are too slow with our MESA backend. We can re-enable when we have | 170 # These tests are too slow with our MESA backend. We can re-enable when we have |
170 # bots running tests on real hardware. Don't want to just delete these because t
hey | 171 # bots running tests on real hardware. Don't want to just delete these because t
hey |
171 # pass in the virtual test suite version. | 172 # pass in the virtual test suite version. |
172 webkit.org/b/49629 compositing/lots-of-img-layers.html [ WontFix ] | 173 webkit.org/b/49629 compositing/lots-of-img-layers.html [ WontFix ] |
173 webkit.org/b/49629 compositing/lots-of-img-layers-with-opacity.html [ WontFix ] | 174 webkit.org/b/49629 compositing/lots-of-img-layers-with-opacity.html [ WontFix ] |
OLD | NEW |