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 |
11 # Perf tests are really slow in debug builds and there are few benefits in runni
ng them. | 11 # Perf tests are really slow in debug builds and there are few benefits in runni
ng them. |
12 [ Debug ] perf [ WontFix ] | 12 [ Debug ] perf [ WontFix ] |
13 | 13 |
14 # This test verifies that a mismatch reftest will fail if both results are the | 14 # This test verifies that a mismatch reftest will fail if both results are the |
15 # same. Because the whole point is that this test should fail when run, it's | 15 # same. Because the whole point is that this test should fail when run, it's |
16 # not SKIP, just WONTFIX. | 16 # not SKIP, just WONTFIX. |
17 fast/harness/sample-fail-mismatch-reftest.html [ WontFix ] | 17 fast/harness/sample-fail-mismatch-reftest.html [ WontFix ] |
18 | 18 |
19 # Platform specific virtual test suites. | 19 # Platform specific virtual test suites. |
20 [ Win Mac Android ] virtual/linux-subpixel [ WontFix ] | 20 [ Win Mac Android ] virtual/linux-subpixel [ WontFix ] |
21 [ Linux Mac Android XP ] virtual/windows-directwrite [ WontFix ] | 21 [ Linux XP Android ] virtual/antialiasedtext [ WontFix ] |
22 [ Linux Win Android XP ] virtual/mac-antialiasedtext [ WontFix ] | |
23 | 22 |
24 # Chrome Win/Linux doesn't support emacs key-bindings. | 23 # Chrome Win/Linux doesn't support emacs key-bindings. |
25 [ Win Linux ] editing/pasteboard/emacs-cntl-y-001.html [ WontFix ] | 24 [ Win Linux ] editing/pasteboard/emacs-cntl-y-001.html [ WontFix ] |
26 [ Win Linux ] editing/pasteboard/emacs-ctrl-a-k-y.html [ WontFix ] | 25 [ Win Linux ] editing/pasteboard/emacs-ctrl-a-k-y.html [ WontFix ] |
27 [ Win Linux ] editing/pasteboard/emacs-ctrl-k-with-move.html [ WontFix ] | 26 [ Win Linux ] editing/pasteboard/emacs-ctrl-k-with-move.html [ WontFix ] |
28 [ Win Linux ] editing/pasteboard/emacs-ctrl-k-y-001.html [ WontFix ] | 27 [ Win Linux ] editing/pasteboard/emacs-ctrl-k-y-001.html [ WontFix ] |
29 [ Win Linux ] editing/input/emacs-ctrl-o.html [ WontFix ] | 28 [ Win Linux ] editing/input/emacs-ctrl-o.html [ WontFix ] |
30 | 29 |
31 # Chrome Mac doesn't support Ctrl+Up/Down key-bindings. | 30 # Chrome Mac doesn't support Ctrl+Up/Down key-bindings. |
32 [ Mac ] editing/input/ctrl-up-down.html [ WontFix ] | 31 [ Mac ] editing/input/ctrl-up-down.html [ WontFix ] |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 [ Mac ] fast/text/international/zerowidthjoiner.html [ WontFix ] | 126 [ Mac ] fast/text/international/zerowidthjoiner.html [ WontFix ] |
128 | 127 |
129 # Software compositing can't use WebGL. (There's no SwiftShader available on Win
dows either.) | 128 # 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 ] | 129 virtual/softwarecompositing/backface-visibility/backface-visibility-webgl.html [
WontFix ] |
131 virtual/softwarecompositing/draws-content/webgl-background-layer.html [ WontFix
] | 130 virtual/softwarecompositing/draws-content/webgl-background-layer.html [ WontFix
] |
132 virtual/softwarecompositing/draws-content/webgl-simple-background.html [ WontFix
] | 131 virtual/softwarecompositing/draws-content/webgl-simple-background.html [ WontFix
] |
133 virtual/softwarecompositing/layer-creation/stacking-context-overlap-nested.html
[ WontFix ] | 132 virtual/softwarecompositing/layer-creation/stacking-context-overlap-nested.html
[ WontFix ] |
134 virtual/softwarecompositing/visibility/visibility-simple-webgl-layer.html [ Wont
Fix ] | 133 virtual/softwarecompositing/visibility/visibility-simple-webgl-layer.html [ Wont
Fix ] |
135 virtual/softwarecompositing/webgl [ WontFix ] | 134 virtual/softwarecompositing/webgl [ WontFix ] |
136 | 135 |
OLD | NEW |