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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 # These tests are specific to Windows and Linux. | 89 # These tests are specific to Windows and Linux. |
90 [ Mac ] fast/forms/calendar-picker/date-open-picker-with-f4-key.html [ WontFix ] | 90 [ Mac ] fast/forms/calendar-picker/date-open-picker-with-f4-key.html [ WontFix ] |
91 [ Mac ] fast/forms/calendar-picker/datetimelocal-open-picker-with-f4-key.html [
WontFix ] | 91 [ Mac ] fast/forms/calendar-picker/datetimelocal-open-picker-with-f4-key.html [
WontFix ] |
92 [ Mac ] fast/forms/calendar-picker/month-open-picker-with-f4-key.html [ WontFix
] | 92 [ Mac ] fast/forms/calendar-picker/month-open-picker-with-f4-key.html [ WontFix
] |
93 [ Mac ] fast/forms/calendar-picker/week-open-picker-with-f4-key.html [ WontFix ] | 93 [ Mac ] fast/forms/calendar-picker/week-open-picker-with-f4-key.html [ WontFix ] |
94 | 94 |
95 # Mac does not have menu key. | 95 # Mac does not have menu key. |
96 [ Mac ] editing/spelling/spelling-on-context-menu-key.html [ WontFix ] | 96 [ Mac ] editing/spelling/spelling-on-context-menu-key.html [ WontFix ] |
97 [ Mac ] fast/events/menu-key-context-menu-document.html [ WontFix ] | 97 [ Mac ] fast/events/menu-key-context-menu-document.html [ WontFix ] |
98 [ Mac ] fast/events/menu-key-context-menu.html [ WontFix ] | 98 [ Mac ] fast/events/menu-key-context-menu.html [ WontFix ] |
| 99 [ Mac ] fast/events/menu-key-context-menu-position.html [ WontFix ] |
99 | 100 |
100 # Link Highlighting is only supported on Windows and Linux | 101 # Link Highlighting is only supported on Windows and Linux |
101 [ Mac ] compositing/gestures [ WontFix ] | 102 [ Mac ] compositing/gestures [ WontFix ] |
102 | 103 |
103 # These tests are specific to Linux. | 104 # These tests are specific to Linux. |
104 [ Mac Win ] editing/selection/linux_selection_color.html [ WontFix ] | 105 [ Mac Win ] editing/selection/linux_selection_color.html [ WontFix ] |
105 [ Mac Win ] fast/text/chromium-linux-fontconfig-renderstyle.html [ WontFix ] | 106 [ Mac Win ] fast/text/chromium-linux-fontconfig-renderstyle.html [ WontFix ] |
106 [ Mac Win ] virtual/slimmingpaint/fast/text/chromium-linux-fontconfig-renderstyl
e.html [ WontFix ] | 107 [ Mac Win ] virtual/slimmingpaint/fast/text/chromium-linux-fontconfig-renderstyl
e.html [ WontFix ] |
107 [ Mac Win ] fast/text/international/arabic-vertical-offset.html [ WontFix ] | 108 [ Mac Win ] fast/text/international/arabic-vertical-offset.html [ WontFix ] |
108 [ Mac Win ] virtual/slimmingpaint/fast/text/international/arabic-vertical-offset
.html [ WontFix ] | 109 [ Mac Win ] virtual/slimmingpaint/fast/text/international/arabic-vertical-offset
.html [ WontFix ] |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 [ XP ] fast/text/international/plane2.html [ WontFix ] | 178 [ XP ] fast/text/international/plane2.html [ WontFix ] |
178 [ XP ] virtual/slimmingpaint/fast/text/international/plane2.html [ WontFix ] | 179 [ XP ] virtual/slimmingpaint/fast/text/international/plane2.html [ WontFix ] |
179 | 180 |
180 # These two printing tests fail with the threaded compositor but they | 181 # These two printing tests fail with the threaded compositor but they |
181 # aren't critical to run in this mode. | 182 # aren't critical to run in this mode. |
182 virtual/threaded/printing/setPrinting.html [ WontFix ] | 183 virtual/threaded/printing/setPrinting.html [ WontFix ] |
183 virtual/threaded/printing/width-overflow.html [ WontFix ] | 184 virtual/threaded/printing/width-overflow.html [ WontFix ] |
184 | 185 |
185 # Deferred suite doesn't have impl-side painting, so this doesn't make sense | 186 # Deferred suite doesn't have impl-side painting, so this doesn't make sense |
186 virtual/deferred/inspector/tracing/paint-command-log-nodes.html [ WontFix ] | 187 virtual/deferred/inspector/tracing/paint-command-log-nodes.html [ WontFix ] |
OLD | NEW |