| 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 10 matching lines...) Expand all Loading... |
| 21 [ Linux Mac Android XP ] virtual/windows-directwrite [ WontFix ] | 21 [ Linux Mac Android XP ] virtual/windows-directwrite [ WontFix ] |
| 22 [ Linux Win Android XP ] virtual/mac-antialiasedtext [ WontFix ] | 22 [ Linux Win Android XP ] virtual/mac-antialiasedtext [ WontFix ] |
| 23 | 23 |
| 24 # Chrome Win/Linux doesn't support emacs key-bindings. | 24 # Chrome Win/Linux doesn't support emacs key-bindings. |
| 25 [ Win Linux ] editing/pasteboard/emacs-cntl-y-001.html [ WontFix ] | 25 [ Win Linux ] editing/pasteboard/emacs-cntl-y-001.html [ WontFix ] |
| 26 [ Win Linux ] editing/pasteboard/emacs-ctrl-a-k-y.html [ WontFix ] | 26 [ Win Linux ] editing/pasteboard/emacs-ctrl-a-k-y.html [ WontFix ] |
| 27 [ Win Linux ] editing/pasteboard/emacs-ctrl-k-with-move.html [ WontFix ] | 27 [ Win Linux ] editing/pasteboard/emacs-ctrl-k-with-move.html [ WontFix ] |
| 28 [ Win Linux ] editing/pasteboard/emacs-ctrl-k-y-001.html [ WontFix ] | 28 [ Win Linux ] editing/pasteboard/emacs-ctrl-k-y-001.html [ WontFix ] |
| 29 [ Win Linux ] editing/input/emacs-ctrl-o.html [ WontFix ] | 29 [ Win Linux ] editing/input/emacs-ctrl-o.html [ WontFix ] |
| 30 | 30 |
| 31 # XP uses GDI which doesn't support sub pixel text scaling. |
| 32 [ XP ] fast/text/sub-pixel/text-scaling-ltr.html [ WontFix ] |
| 33 [ XP ] fast/text/sub-pixel/text-scaling-pixel.html [ WontFix ] |
| 34 [ XP ] fast/text/sub-pixel/text-scaling-rtl.html [ WontFix ] |
| 35 [ XP ] fast/text/sub-pixel/text-scaling-vertical.html [ WontFix ] |
| 36 [ XP ] fast/text/sub-pixel/text-scaling-webfont.html [ WontFix ] |
| 37 |
| 31 # Chrome Mac doesn't support Ctrl+Up/Down key-bindings. | 38 # Chrome Mac doesn't support Ctrl+Up/Down key-bindings. |
| 32 [ Mac ] editing/input/ctrl-up-down.html [ WontFix ] | 39 [ Mac ] editing/input/ctrl-up-down.html [ WontFix ] |
| 33 | 40 |
| 34 # Chrome uses different keyboard accelerators from those used by Safari, so | 41 # Chrome uses different keyboard accelerators from those used by Safari, so |
| 35 # this test will always fail. | 42 # this test will always fail. |
| 36 [ Linux Win ] fast/events/option-tab.html [ WontFix ] | 43 [ Linux Win ] fast/events/option-tab.html [ WontFix ] |
| 37 | 44 |
| 38 # This test only applies to overlay scrollbar platforms. | 45 # This test only applies to overlay scrollbar platforms. |
| 39 [ SnowLeopard Win Linux ] fast/dom/partial-layout-overlay-scrollbars.html [ Wont
Fix ] | 46 [ SnowLeopard Win Linux ] fast/dom/partial-layout-overlay-scrollbars.html [ Wont
Fix ] |
| 40 | 47 |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 [ Mac ] fast/text/international/zerowidthjoiner.html [ WontFix ] | 134 [ Mac ] fast/text/international/zerowidthjoiner.html [ WontFix ] |
| 128 | 135 |
| 129 # Software compositing can't use WebGL. (There's no SwiftShader available on Win
dows either.) | 136 # Software compositing can't use WebGL. (There's no SwiftShader available on Win
dows either.) |
| 130 virtual/softwarecompositing/backface-visibility/backface-visibility-webgl.html [
WontFix ] | 137 virtual/softwarecompositing/backface-visibility/backface-visibility-webgl.html [
WontFix ] |
| 131 virtual/softwarecompositing/draws-content/webgl-background-layer.html [ WontFix
] | 138 virtual/softwarecompositing/draws-content/webgl-background-layer.html [ WontFix
] |
| 132 virtual/softwarecompositing/draws-content/webgl-simple-background.html [ WontFix
] | 139 virtual/softwarecompositing/draws-content/webgl-simple-background.html [ WontFix
] |
| 133 virtual/softwarecompositing/layer-creation/stacking-context-overlap-nested.html
[ WontFix ] | 140 virtual/softwarecompositing/layer-creation/stacking-context-overlap-nested.html
[ WontFix ] |
| 134 virtual/softwarecompositing/visibility/visibility-simple-webgl-layer.html [ Wont
Fix ] | 141 virtual/softwarecompositing/visibility/visibility-simple-webgl-layer.html [ Wont
Fix ] |
| 135 virtual/softwarecompositing/webgl [ WontFix ] | 142 virtual/softwarecompositing/webgl [ WontFix ] |
| 136 | 143 |
| OLD | NEW |