| 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 ImageOnlyFailure ] | 17 fast/harness/sample-fail-mismatch-reftest.html [ WontFix ImageOnlyFailure ] |
| 18 | 18 |
| 19 # Chrome Win/Linux doesn't support emacs key-bindings. | 19 # Chrome Win/Linux doesn't support emacs key-bindings. |
| 20 [ Win Linux ] editing/pasteboard/emacs-cntl-y-001.html [ WontFix ] | 20 [ Win Linux ] editing/pasteboard/emacs-cntl-y-001.html [ WontFix ] |
| 21 [ Win Linux ] editing/pasteboard/emacs-ctrl-a-k-y.html [ WontFix ] | 21 [ Win Linux ] editing/pasteboard/emacs-ctrl-a-k-y.html [ WontFix ] |
| 22 [ Win Linux ] editing/pasteboard/emacs-ctrl-k-with-move.html [ WontFix ] | 22 [ Win Linux ] editing/pasteboard/emacs-ctrl-k-with-move.html [ WontFix ] |
| 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. |
| 27 [ Mac ] editing/input/ctrl-up-down.html [ WontFix ] |
| 28 |
| 26 # Chrome uses different keyboard accelerators from those used by Safari, so | 29 # Chrome uses different keyboard accelerators from those used by Safari, so |
| 27 # this test will always fail. | 30 # this test will always fail. |
| 28 [ Linux Win ] fast/events/option-tab.html [ WontFix ] | 31 [ Linux Win ] fast/events/option-tab.html [ WontFix ] |
| 29 | 32 |
| 30 # <progress> on Mac is always animated. So it's hard to get a reliable pixel res
ult. | 33 # <progress> on Mac is always animated. So it's hard to get a reliable pixel res
ult. |
| 31 [ Mac ] fast/dom/HTMLProgressElement/progress-element.html [ WontFix ] | 34 [ Mac ] fast/dom/HTMLProgressElement/progress-element.html [ WontFix ] |
| 32 | 35 |
| 33 # These test rubber band overhang drawing, which is a Mac OS X Lion feature | 36 # These test rubber band overhang drawing, which is a Mac OS X Lion feature |
| 34 # that is not supported on other platforms. | 37 # that is not supported on other platforms. |
| 35 [ Win Linux ] rubberbanding [ WontFix ] | 38 [ Win Linux ] rubberbanding [ WontFix ] |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 [ Mac Win ] fast/text/international/complex-joining-using-gpos.html [ WontFix ] | 86 [ Mac Win ] fast/text/international/complex-joining-using-gpos.html [ WontFix ] |
| 84 [ 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 ] |
| 85 [ Mac Win ] svg/text/text-with-geometric-precision.svg [ WontFix ] | 88 [ Mac Win ] svg/text/text-with-geometric-precision.svg [ WontFix ] |
| 86 | 89 |
| 87 # 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. |
| 88 virtual/softwarecompositing/gestures [ WontFix ] | 91 virtual/softwarecompositing/gestures [ WontFix ] |
| 89 | 92 |
| 90 # This test crashes occasionally on Windows and we can't seem to repro locally. | 93 # This test crashes occasionally on Windows and we can't seem to repro locally. |
| 91 # See comments in crbug.com/239077 | 94 # See comments in crbug.com/239077 |
| 92 [ Win ] fast/canvas/webgl/index-validation-with-resized-buffer.html [ WontFix ] | 95 [ Win ] fast/canvas/webgl/index-validation-with-resized-buffer.html [ WontFix ] |
| OLD | NEW |