| 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 | 167 |
| 168 # Ref tests that pass but causes 1px diff on images at direction boundaries. | 168 # Ref tests that pass but causes 1px diff on images at direction boundaries. |
| 169 [ Win ] imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-al
gorithm-formatting-characters/dir-isolation-002c.html [ WontFix ] | 169 [ Win ] imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-al
gorithm-formatting-characters/dir-isolation-002c.html [ WontFix ] |
| 170 [ Mac ] imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-al
gorithm-formatting-characters/dir-isolation-006a.html [ WontFix ] | 170 [ Mac ] imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-al
gorithm-formatting-characters/dir-isolation-006a.html [ WontFix ] |
| 171 [ Mac ] imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-al
gorithm-formatting-characters/dir-isolation-006b.html [ WontFix ] | 171 [ Mac ] imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-al
gorithm-formatting-characters/dir-isolation-006b.html [ WontFix ] |
| 172 [ Mac Win ] imported/wpt/html/dom/elements/requirements-relating-to-bidirectiona
l-algorithm-formatting-characters/dir-isolation-006c.html [ WontFix ] | 172 [ Mac Win ] imported/wpt/html/dom/elements/requirements-relating-to-bidirectiona
l-algorithm-formatting-characters/dir-isolation-006c.html [ WontFix ] |
| 173 [ Mac ] imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-al
gorithm-formatting-characters/dir-isolation-009a.html [ WontFix ] | 173 [ Mac ] imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-al
gorithm-formatting-characters/dir-isolation-009a.html [ WontFix ] |
| 174 [ Mac ] imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-al
gorithm-formatting-characters/dir-isolation-009b.html [ WontFix ] | 174 [ Mac ] imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-al
gorithm-formatting-characters/dir-isolation-009b.html [ WontFix ] |
| 175 [ Mac ] imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-al
gorithm-formatting-characters/dir-isolation-009c.html [ WontFix ] | 175 [ Mac ] imported/wpt/html/dom/elements/requirements-relating-to-bidirectional-al
gorithm-formatting-characters/dir-isolation-009c.html [ WontFix ] |
| 176 | 176 |
| 177 # SVG files in the directory are not tests. |
| 178 imported/wpt/images/ [ WontFix ] |
| 179 |
| 177 # We could fix this test for us and upstream it if the test shell user agent | 180 # We could fix this test for us and upstream it if the test shell user agent |
| 178 # would let us differentiate test_shell and WebKit DumpTreeNode. | 181 # would let us differentiate test_shell and WebKit DumpTreeNode. |
| 179 crbug.com/7482 [ Win Mac ] http/tests/misc/timer-vs-loading.html [ WontFix ] | 182 crbug.com/7482 [ Win Mac ] http/tests/misc/timer-vs-loading.html [ WontFix ] |
| 180 | 183 |
| 181 # On Linux bold emoji are already supported. | 184 # On Linux bold emoji are already supported. |
| 182 crbug.com/551843 [ Linux ] fast/text/fallback-traits-fixup.html [ WontFix ] | 185 crbug.com/551843 [ Linux ] fast/text/fallback-traits-fixup.html [ WontFix ] |
| 183 crbug.com/551843 [ Linux Win ] fast/text/emoji-font-weight-mac.html [ WontFix ] | 186 crbug.com/551843 [ Linux Win ] fast/text/emoji-font-weight-mac.html [ WontFix ] |
| 184 | 187 |
| 185 # These tests are too slow with our MESA backend. We can re-enable when we have | 188 # These tests are too slow with our MESA backend. We can re-enable when we have |
| 186 # bots running tests on real hardware. Don't want to just delete these because t
hey | 189 # bots running tests on real hardware. Don't want to just delete these because t
hey |
| 187 # pass in the virtual test suite version. | 190 # pass in the virtual test suite version. |
| 188 webkit.org/b/49629 compositing/lots-of-img-layers.html [ WontFix ] | 191 webkit.org/b/49629 compositing/lots-of-img-layers.html [ WontFix ] |
| 189 webkit.org/b/49629 compositing/lots-of-img-layers-with-opacity.html [ WontFix ] | 192 webkit.org/b/49629 compositing/lots-of-img-layers-with-opacity.html [ WontFix ] |
| OLD | NEW |