| 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 # 5. Tests that crash due to resource limitations on some platforms or in Debu
g. |
| 7 | 8 |
| 8 # FIXME: Remove the WontFix keyword and have that be implied. That way, people w
on't abuse | 9 # FIXME: Remove the WontFix keyword and have that be implied. That way, people w
on't abuse |
| 9 # WontFix outside of this file. | 10 # WontFix outside of this file. |
| 10 | 11 |
| 11 # Perf tests are really slow in debug builds and there are few benefits in runni
ng them. | 12 # Perf tests are really slow in debug builds and there are few benefits in runni
ng them. |
| 12 [ Debug ] http/tests/perf [ WontFix ] | 13 [ Debug ] http/tests/perf [ WontFix ] |
| 13 | 14 |
| 14 # 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 |
| 15 # 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 |
| 16 # not SKIP, just WONTFIX. | 17 # not SKIP, just WONTFIX. |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 imported/wpt/images/ [ WontFix ] | 159 imported/wpt/images/ [ WontFix ] |
| 159 | 160 |
| 160 # We could fix this test for us and upstream it if the test shell user agent | 161 # We could fix this test for us and upstream it if the test shell user agent |
| 161 # would let us differentiate test_shell and WebKit DumpTreeNode. | 162 # would let us differentiate test_shell and WebKit DumpTreeNode. |
| 162 crbug.com/7482 [ Win Mac ] http/tests/misc/timer-vs-loading.html [ WontFix ] | 163 crbug.com/7482 [ Win Mac ] http/tests/misc/timer-vs-loading.html [ WontFix ] |
| 163 | 164 |
| 164 # On Linux bold emoji are already supported. | 165 # On Linux bold emoji are already supported. |
| 165 crbug.com/551843 [ Linux ] fast/text/fallback-traits-fixup.html [ WontFix ] | 166 crbug.com/551843 [ Linux ] fast/text/fallback-traits-fixup.html [ WontFix ] |
| 166 crbug.com/551843 [ Linux Win ] fast/text/emoji-font-weight-mac.html [ WontFix ] | 167 crbug.com/551843 [ Linux Win ] fast/text/emoji-font-weight-mac.html [ WontFix ] |
| 167 | 168 |
| 168 # These tests are too slow with our MESA backend. We can re-enable when we have | 169 # prefer_compositing_to_lcd_text causes things to get composited regardless of t
heir opaqueness, causing the test to fail |
| 169 # bots running tests on real hardware. Don't want to just delete these because t
hey | 170 crbug.com/381840 virtual/prefer_compositing_to_lcd_text/compositing/overflow/ove
rflow-scroll-background-opaque-to-transparent.html [ WontFix ] |
| 170 # pass in the virtual test suite version. | 171 crbug.com/381840 virtual/prefer_compositing_to_lcd_text/compositing/overflow/ove
rflow-scroll-background-transparent-to-opaque.html [ WontFix ] |
| 171 webkit.org/b/49629 compositing/lots-of-img-layers.html [ WontFix ] | 172 |
| 172 webkit.org/b/49629 compositing/lots-of-img-layers-with-opacity.html [ WontFix ] | 173 # Stack overflow crashes on Win |
| 174 crbug.com/601669 [ Win ] svg/as-image/svg-nested.html [ WontFix ] |
| 173 | 175 |
| 174 # Only Windows supports Symbol CMAP encoded fonts. | 176 # Only Windows supports Symbol CMAP encoded fonts. |
| 175 crbug.com/627953 [ Android Linux Mac ] fast/text/symbol-cmap.html [ WontFix ] | 177 crbug.com/627953 [ Android Linux Mac ] fast/text/symbol-cmap.html [ WontFix ] |
| 176 | 178 |
| 177 # wasm tests. Currently under virtual/enable_wasm | 179 # wasm tests. Currently under virtual/enable_wasm |
| 178 crbug.com/642912 http/tests/wasm/ [ WontFix ] | 180 crbug.com/642912 http/tests/wasm/ [ WontFix ] |
| OLD | NEW |