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 12 matching lines...) Expand all Loading... |
23 [ Win Linux ] editing/pasteboard/emacs-ctrl-k-y-001.html [ WontFix ] | 23 [ Win Linux ] editing/pasteboard/emacs-ctrl-k-y-001.html [ WontFix ] |
24 [ Win Linux ] editing/input/emacs-ctrl-o.html [ WontFix ] | 24 [ Win Linux ] editing/input/emacs-ctrl-o.html [ WontFix ] |
25 | 25 |
26 # Chrome Mac doesn't support Ctrl+Up/Down key-bindings. | 26 # Chrome Mac doesn't support Ctrl+Up/Down key-bindings. |
27 [ Mac ] editing/input/ctrl-up-down.html [ WontFix ] | 27 [ Mac ] editing/input/ctrl-up-down.html [ WontFix ] |
28 | 28 |
29 # Chrome uses different keyboard accelerators from those used by Safari, so | 29 # Chrome uses different keyboard accelerators from those used by Safari, so |
30 # this test will always fail. | 30 # this test will always fail. |
31 [ Linux Win ] fast/events/option-tab.html [ WontFix ] | 31 [ Linux Win ] fast/events/option-tab.html [ WontFix ] |
32 | 32 |
| 33 # This test only applies to overlay scrollbar platforms. |
| 34 [ SnowLeopard Win Linux ] fast/dom/partial-layout-overlay-scrollbars.html [ Wont
Fix ] |
| 35 |
33 # <progress> on Mac is always animated. So it's hard to get a reliable pixel res
ult. | 36 # <progress> on Mac is always animated. So it's hard to get a reliable pixel res
ult. |
34 [ Mac ] fast/dom/HTMLProgressElement/progress-element.html [ WontFix ] | 37 [ Mac ] fast/dom/HTMLProgressElement/progress-element.html [ WontFix ] |
35 | 38 |
36 # These test rubber band overhang drawing, which is a Mac OS X Lion feature | 39 # These test rubber band overhang drawing, which is a Mac OS X Lion feature |
37 # that is not supported on other platforms. | 40 # that is not supported on other platforms. |
38 [ Win Linux ] rubberbanding [ WontFix ] | 41 [ Win Linux ] rubberbanding [ WontFix ] |
39 [ Win Linux ] compositing/rubberbanding [ WontFix ] | 42 [ Win Linux ] compositing/rubberbanding [ WontFix ] |
40 [ Win Linux ] virtual/softwarecompositing/rubberbanding [ WontFix ] | 43 [ Win Linux ] virtual/softwarecompositing/rubberbanding [ WontFix ] |
41 | 44 |
42 # This requires usp10.dll version 1.600 or greater on Windows and | 45 # This requires usp10.dll version 1.600 or greater on Windows and |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 [ Mac Win ] fast/text/international/complex-joining-using-gpos.html [ WontFix ] | 89 [ Mac Win ] fast/text/international/complex-joining-using-gpos.html [ WontFix ] |
87 [ Mac Win ] fast/text/international/draw-complex-text-from-to.html [ WontFix ] | 90 [ Mac Win ] fast/text/international/draw-complex-text-from-to.html [ WontFix ] |
88 [ Mac Win ] svg/text/text-with-geometric-precision.svg [ WontFix ] | 91 [ Mac Win ] svg/text/text-with-geometric-precision.svg [ WontFix ] |
89 | 92 |
90 # These tests are not intended to be run in the virtual suite. | 93 # These tests are not intended to be run in the virtual suite. |
91 virtual/softwarecompositing/gestures [ WontFix ] | 94 virtual/softwarecompositing/gestures [ WontFix ] |
92 | 95 |
93 # This test crashes occasionally on Windows and we can't seem to repro locally. | 96 # This test crashes occasionally on Windows and we can't seem to repro locally. |
94 # See comments in crbug.com/239077 | 97 # See comments in crbug.com/239077 |
95 [ Win ] fast/canvas/webgl/index-validation-with-resized-buffer.html [ WontFix ] | 98 [ Win ] fast/canvas/webgl/index-validation-with-resized-buffer.html [ WontFix ] |
OLD | NEW |