| 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 media/stable [ WontFix ] | 136 media/stable [ WontFix ] |
| 137 | 137 |
| 138 # Only run fake-Android tests on Linux | 138 # Only run fake-Android tests on Linux |
| 139 [ Mac Win ] virtual/android [ WontFix ] | 139 [ Mac Win ] virtual/android [ WontFix ] |
| 140 | 140 |
| 141 # We only run it through the virtual gpu test suite. | 141 # We only run it through the virtual gpu test suite. |
| 142 fast/canvas/canvas-lost-gpu-context.html [ WontFix ] | 142 fast/canvas/canvas-lost-gpu-context.html [ WontFix ] |
| 143 | 143 |
| 144 # Chrome Linux doesn't support NPAPI plugins anymore. | 144 # Chrome Linux doesn't support NPAPI plugins anymore. |
| 145 [ Linux ] http/tests/plugins/interrupted-get-url.html [ WontFix ] | 145 [ Linux ] http/tests/plugins/interrupted-get-url.html [ WontFix ] |
| 146 [ Linux ] http/tests/plugins/third-party-cookie-accept-policy.html [ WontFix ] | |
| 147 [ Linux ] plugins/mouse-click-plugin-clears-selection.html [ WontFix ] | 146 [ Linux ] plugins/mouse-click-plugin-clears-selection.html [ WontFix ] |
| 148 | 147 |
| 149 # Missing Chrome Mac support, will start working when we move to harfbuzz on mac
. | 148 # Missing Chrome Mac support, will start working when we move to harfbuzz on mac
. |
| 150 [ Mac ] fast/text/international/zerowidthjoiner.html [ WontFix ] | 149 [ Mac ] fast/text/international/zerowidthjoiner.html [ WontFix ] |
| 151 | 150 |
| 152 # Hits an assert on Snow-leopard Debug but not on any other platforms. | 151 # Hits an assert on Snow-leopard Debug but not on any other platforms. |
| 153 [ Snowleopard Debug ] inspector/sources/debugger-async/async-callstack-mutation-
observer.html [ WontFix ] | 152 [ Snowleopard Debug ] inspector/sources/debugger-async/async-callstack-mutation-
observer.html [ WontFix ] |
| 154 [ Snowleopard Debug ] inspector/sources/debugger-async/async-callstack.html [ Wo
ntFix ] | 153 [ Snowleopard Debug ] inspector/sources/debugger-async/async-callstack.html [ Wo
ntFix ] |
| 155 [ Snowleopard Debug ] inspector/sources/debugger-async/async-callstack-scopes.ht
ml [ WontFix ] | 154 [ Snowleopard Debug ] inspector/sources/debugger-async/async-callstack-scopes.ht
ml [ WontFix ] |
| 156 [ Snowleopard Debug ] inspector/console/console-format.html [ WontFix ] | 155 [ Snowleopard Debug ] inspector/console/console-format.html [ WontFix ] |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 # These two printing tests fail with the threaded compositor but they | 206 # These two printing tests fail with the threaded compositor but they |
| 208 # aren't critical to run in this mode. | 207 # aren't critical to run in this mode. |
| 209 virtual/threaded/printing/setPrinting.html [ WontFix ] | 208 virtual/threaded/printing/setPrinting.html [ WontFix ] |
| 210 virtual/threaded/printing/width-overflow.html [ WontFix ] | 209 virtual/threaded/printing/width-overflow.html [ WontFix ] |
| 211 | 210 |
| 212 # This test only fails with an ASSERT in Debug build. | 211 # This test only fails with an ASSERT in Debug build. |
| 213 [ Release ] editing/input/orphan-set-selection-range.html [ WontFix ] | 212 [ Release ] editing/input/orphan-set-selection-range.html [ WontFix ] |
| 214 | 213 |
| 215 # See crbug.com/522326 | 214 # See crbug.com/522326 |
| 216 imported/web-platform-tests/html/obsolete/requirements-for-implementations/the-m
arquee-element-0/marquee-events.html [ WontFix ] | 215 imported/web-platform-tests/html/obsolete/requirements-for-implementations/the-m
arquee-element-0/marquee-events.html [ WontFix ] |
| OLD | NEW |