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 20 matching lines...) Expand all Loading... |
31 [ Linux Win ] fast/images/embed-image.html [ WontFix ] | 31 [ Linux Win ] fast/images/embed-image.html [ WontFix ] |
32 [ Linux Win ] fast/images/object-image.html [ WontFix ] | 32 [ Linux Win ] fast/images/object-image.html [ WontFix ] |
33 | 33 |
34 # <progress> on Mac is always animated. So it's hard to get a reliable pixel res
ult. | 34 # <progress> on Mac is always animated. So it's hard to get a reliable pixel res
ult. |
35 [ Mac ] fast/dom/HTMLProgressElement/progress-element.html [ WontFix ] | 35 [ Mac ] fast/dom/HTMLProgressElement/progress-element.html [ WontFix ] |
36 | 36 |
37 # These test rubber band overhang drawing, which is a Mac OS X Lion feature | 37 # These test rubber band overhang drawing, which is a Mac OS X Lion feature |
38 # that is not supported on other platforms. | 38 # that is not supported on other platforms. |
39 [ Win Linux ] rubberbanding [ WontFix ] | 39 [ Win Linux ] rubberbanding [ WontFix ] |
40 [ Win Linux ] compositing/rubberbanding [ WontFix ] | 40 [ Win Linux ] compositing/rubberbanding [ WontFix ] |
| 41 [ Win Linux ] virtual/softwarecompositing/rubberbanding [ WontFix ] |
41 | 42 |
42 # This requires usp10.dll version 1.600 or greater on Windows and | 43 # This requires usp10.dll version 1.600 or greater on Windows and |
43 # it isn't installed on XP by default. | 44 # it isn't installed on XP by default. |
44 [ XP ] css3/font-feature-settings-rendering.html [ WontFix ] | 45 [ XP ] css3/font-feature-settings-rendering.html [ WontFix ] |
45 | 46 |
46 # These test the CoreAnimation plugin model which we never intend to support on | 47 # These test the CoreAnimation plugin model which we never intend to support on |
47 # Windows and Linux. | 48 # Windows and Linux. |
48 [ Win Linux ] compositing/plugins/1x1-composited-plugin.html [ WontFix ] | 49 [ Win Linux ] compositing/plugins/1x1-composited-plugin.html [ WontFix ] |
49 [ Win Linux ] compositing/plugins/composited-plugin.html [ WontFix ] | 50 [ Win Linux ] compositing/plugins/composited-plugin.html [ WontFix ] |
50 [ Win Linux ] compositing/plugins/large-to-small-composited-plugin.html [ WontFi
x ] | 51 [ Win Linux ] compositing/plugins/large-to-small-composited-plugin.html [ WontFi
x ] |
(...skipping 30 matching lines...) Expand all Loading... |
81 [ Mac Win ] editing/selection/linux_selection_color.html [ WontFix ] | 82 [ Mac Win ] editing/selection/linux_selection_color.html [ WontFix ] |
82 [ Mac Win ] fast/text/chromium-linux-fontconfig-renderstyle.html [ WontFix ] | 83 [ Mac Win ] fast/text/chromium-linux-fontconfig-renderstyle.html [ WontFix ] |
83 [ Mac Win ] fast/text/chromium-linux-text-subpixel-positioning.html [ WontFix ] | 84 [ Mac Win ] fast/text/chromium-linux-text-subpixel-positioning.html [ WontFix ] |
84 [ Mac Win ] fast/text/international/arabic-vertical-offset.html [ WontFix ] | 85 [ Mac Win ] fast/text/international/arabic-vertical-offset.html [ WontFix ] |
85 [ Mac Win ] fast/text/international/complex-joining-using-gpos.html [ WontFix ] | 86 [ Mac Win ] fast/text/international/complex-joining-using-gpos.html [ WontFix ] |
86 [ Mac Win ] fast/text/international/draw-complex-text-from-to.html [ WontFix ] | 87 [ Mac Win ] fast/text/international/draw-complex-text-from-to.html [ WontFix ] |
87 [ Mac Win ] svg/text/text-with-geometric-precision.svg [ WontFix ] | 88 [ Mac Win ] svg/text/text-with-geometric-precision.svg [ WontFix ] |
88 | 89 |
89 # These tests are not intended to be run in the virtual suite. | 90 # These tests are not intended to be run in the virtual suite. |
90 virtual/softwarecompositing/gestures [ WontFix ] | 91 virtual/softwarecompositing/gestures [ WontFix ] |
OLD | NEW |