| 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 [ Debug ] http/tests/perf [ WontFix ] | 13 [ Debug ] http/tests/perf [ WontFix ] |
| 14 | 14 |
| 15 # This test verifies that a mismatch reftest will fail if both results are the | 15 # This test verifies that a mismatch reftest will fail if both results are the |
| 16 # same. Because the whole point is that this test should fail when run, it's | 16 # same. Because the whole point is that this test should fail when run, it's |
| 17 # not SKIP, just WONTFIX. | 17 # not SKIP, just WONTFIX. |
| 18 fast/harness/sample-fail-mismatch-reftest.html [ WontFix ] | 18 fast/harness/sample-fail-mismatch-reftest.html [ WontFix ] |
| 19 | 19 |
| 20 # Platform specific virtual test suites. | 20 # Platform specific virtual test suites. |
| 21 [ Win Mac Android ] virtual/linux-subpixel [ WontFix ] | 21 [ Win Mac Android ] virtual/linux-subpixel [ WontFix ] |
| 22 [ Linux XP Android XP ] virtual/antialiasedtext [ WontFix ] | 22 [ Linux XP Android ] virtual/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 # Chrome Mac doesn't support Ctrl+Up/Down key-bindings. | 31 # Chrome Mac doesn't support Ctrl+Up/Down key-bindings. |
| 32 [ Mac ] editing/input/ctrl-up-down.html [ WontFix ] | 32 [ Mac ] editing/input/ctrl-up-down.html [ WontFix ] |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 # These two printing tests fail with the threaded compositor but they | 177 # These two printing tests fail with the threaded compositor but they |
| 178 # aren't critical to run in this mode. | 178 # aren't critical to run in this mode. |
| 179 virtual/threaded/printing/setPrinting.html [ WontFix ] | 179 virtual/threaded/printing/setPrinting.html [ WontFix ] |
| 180 virtual/threaded/printing/width-overflow.html [ WontFix ] | 180 virtual/threaded/printing/width-overflow.html [ WontFix ] |
| 181 | 181 |
| 182 # Deferred suite doesn't have impl-side painting, so this doesn't make sense | 182 # Deferred suite doesn't have impl-side painting, so this doesn't make sense |
| 183 virtual/deferred/inspector/tracing/paint-command-log-nodes.html [ WontFix ] | 183 virtual/deferred/inspector/tracing/paint-command-log-nodes.html [ WontFix ] |
| 184 | 184 |
| 185 # This test only fails with an ASSERT in Debug build. | 185 # This test only fails with an ASSERT in Debug build. |
| 186 [ Release ] editing/input/orphan-set-selection-range.html [ WontFix ] | 186 [ Release ] editing/input/orphan-set-selection-range.html [ WontFix ] |
| OLD | NEW |