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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 [ Win Linux ] virtual/softwarecompositing/images/direct-pdf-image.html [ WontFix
] | 63 [ Win Linux ] virtual/softwarecompositing/images/direct-pdf-image.html [ WontFix
] |
64 | 64 |
65 # Pan-scroll tests are Windows-specific. | 65 # Pan-scroll tests are Windows-specific. |
66 [ Linux Mac ] fast/events/panScroll-click.html [ WontFix ] | 66 [ Linux Mac ] fast/events/panScroll-click.html [ WontFix ] |
67 [ Linux Mac ] fast/events/panScroll-click-hyperlink.html [ WontFix ] | 67 [ Linux Mac ] fast/events/panScroll-click-hyperlink.html [ WontFix ] |
68 [ Linux Mac ] fast/events/panScroll-drag.html [ WontFix ] | 68 [ Linux Mac ] fast/events/panScroll-drag.html [ WontFix ] |
69 [ Linux Mac ] fast/events/panScroll-event-fired.html [ WontFix ] | 69 [ Linux Mac ] fast/events/panScroll-event-fired.html [ WontFix ] |
70 [ Linux Mac ] fast/events/panScroll-in-iframe.html [ WontFix ] | 70 [ Linux Mac ] fast/events/panScroll-in-iframe.html [ WontFix ] |
71 [ Linux Mac ] fast/events/panScroll-nested-divs.html [ WontFix ] | 71 [ Linux Mac ] fast/events/panScroll-nested-divs.html [ WontFix ] |
72 [ Linux Mac ] fast/events/panScroll-panIcon.html [ WontFix ] | 72 [ Linux Mac ] fast/events/panScroll-panIcon.html [ WontFix ] |
| 73 [ Linux Mac ] fast/events/panScroll-nested-divs-forbidden.html [ WontFix ] |
73 | 74 |
74 # These tests are specific to Windows and Linux. | 75 # These tests are specific to Windows and Linux. |
75 [ Mac ] fast/forms/calendar-picker/date-open-picker-with-f4-key.html [ WontFix ] | 76 [ Mac ] fast/forms/calendar-picker/date-open-picker-with-f4-key.html [ WontFix ] |
76 [ Mac ] fast/forms/calendar-picker/datetimelocal-open-picker-with-f4-key.html [
WontFix ] | 77 [ Mac ] fast/forms/calendar-picker/datetimelocal-open-picker-with-f4-key.html [
WontFix ] |
77 [ Mac ] fast/forms/calendar-picker/month-open-picker-with-f4-key.html [ WontFix
] | 78 [ Mac ] fast/forms/calendar-picker/month-open-picker-with-f4-key.html [ WontFix
] |
78 [ Mac ] fast/forms/calendar-picker/week-open-picker-with-f4-key.html [ WontFix ] | 79 [ Mac ] fast/forms/calendar-picker/week-open-picker-with-f4-key.html [ WontFix ] |
79 | 80 |
80 # These tests are specific to Linux. | 81 # These tests are specific to Linux. |
81 [ Mac Win ] compositing/gestures [ WontFix ] | 82 [ Mac Win ] compositing/gestures [ WontFix ] |
82 [ Mac Win ] editing/selection/linux_selection_color.html [ WontFix ] | 83 [ Mac Win ] editing/selection/linux_selection_color.html [ WontFix ] |
83 [ Mac Win ] fast/text/chromium-linux-fontconfig-renderstyle.html [ WontFix ] | 84 [ Mac Win ] fast/text/chromium-linux-fontconfig-renderstyle.html [ WontFix ] |
84 [ Mac Win ] fast/text/chromium-linux-text-subpixel-positioning.html [ WontFix ] | 85 [ Mac Win ] fast/text/chromium-linux-text-subpixel-positioning.html [ WontFix ] |
85 [ Mac Win ] fast/text/international/arabic-vertical-offset.html [ WontFix ] | 86 [ Mac Win ] fast/text/international/arabic-vertical-offset.html [ WontFix ] |
86 [ Mac Win ] fast/text/international/complex-joining-using-gpos.html [ WontFix ] | 87 [ Mac Win ] fast/text/international/complex-joining-using-gpos.html [ WontFix ] |
87 [ Mac Win ] fast/text/international/draw-complex-text-from-to.html [ WontFix ] | 88 [ Mac Win ] fast/text/international/draw-complex-text-from-to.html [ WontFix ] |
88 [ Mac Win ] svg/text/text-with-geometric-precision.svg [ WontFix ] | 89 [ Mac Win ] svg/text/text-with-geometric-precision.svg [ WontFix ] |
89 | 90 |
90 # These tests are not intended to be run in the virtual suite. | 91 # These tests are not intended to be run in the virtual suite. |
91 virtual/softwarecompositing/gestures [ WontFix ] | 92 virtual/softwarecompositing/gestures [ WontFix ] |
OLD | NEW |