| 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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 # These two printing tests fail with the threaded compositor but they | 137 # These two printing tests fail with the threaded compositor but they |
| 138 # aren't critical to run in this mode. | 138 # aren't critical to run in this mode. |
| 139 virtual/threaded/printing/setPrinting.html [ WontFix ] | 139 virtual/threaded/printing/setPrinting.html [ WontFix ] |
| 140 virtual/threaded/printing/width-overflow.html [ WontFix ] | 140 virtual/threaded/printing/width-overflow.html [ WontFix ] |
| 141 | 141 |
| 142 # This test only fails with an ASSERT in Debug build. | 142 # This test only fails with an ASSERT in Debug build. |
| 143 [ Release ] editing/input/orphan-set-selection-range.html [ WontFix ] | 143 [ Release ] editing/input/orphan-set-selection-range.html [ WontFix ] |
| 144 | 144 |
| 145 # See crbug.com/522326 | 145 # See crbug.com/522326 |
| 146 imported/wpt/html/obsolete/requirements-for-implementations/the-marquee-element-
0/marquee-events.html [ WontFix ] | 146 imported/wpt/html/obsolete/requirements-for-implementations/the-marquee-element-
0/marquee-events.html [ WontFix ] |
| 147 # We don't allow to access external hosts in layout tests. |
| 148 imported/wpt/html/the-xhtml-syntax/parsing-xhtml-documents/xhtml-mathml-dtd-enti
ty-support.htm [ WontFix ] |
| 147 | 149 |
| 148 # Some CSS2.1 tests pass but cause 1px diff due to old font-size guidelines, | 150 # Some CSS2.1 tests pass but cause 1px diff due to old font-size guidelines, |
| 149 # or render colors differently for text and images on Mac. | 151 # or render colors differently for text and images on Mac. |
| 150 imported/csswg-test/css21/linebox/inline-formatting-context-002.xht [ WontFix ] | 152 imported/csswg-test/css21/linebox/inline-formatting-context-002.xht [ WontFix ] |
| 151 [ Linux Win ] imported/csswg-test/css21/linebox/inline-formatting-context-003.xh
t [ WontFix ] | 153 [ Linux Win ] imported/csswg-test/css21/linebox/inline-formatting-context-003.xh
t [ WontFix ] |
| 152 [ Linux Win ] imported/csswg-test/css21/linebox/inline-formatting-context-004.xh
t [ WontFix ] | 154 [ Linux Win ] imported/csswg-test/css21/linebox/inline-formatting-context-004.xh
t [ WontFix ] |
| 153 [ Linux Win ] imported/csswg-test/css21/linebox/inline-formatting-context-005.xh
t [ WontFix ] | 155 [ Linux Win ] imported/csswg-test/css21/linebox/inline-formatting-context-005.xh
t [ WontFix ] |
| 154 [ Linux Win ] imported/csswg-test/css21/linebox/inline-formatting-context-006.xh
t [ WontFix ] | 156 [ Linux Win ] imported/csswg-test/css21/linebox/inline-formatting-context-006.xh
t [ WontFix ] |
| 155 [ Linux Win ] imported/csswg-test/css21/linebox/inline-formatting-context-007.xh
t [ WontFix ] | 157 [ Linux Win ] imported/csswg-test/css21/linebox/inline-formatting-context-007.xh
t [ WontFix ] |
| 156 imported/csswg-test/css21/linebox/inline-formatting-context-023.xht [ WontFix ] | 158 imported/csswg-test/css21/linebox/inline-formatting-context-023.xht [ WontFix ] |
| (...skipping 26 matching lines...) Expand all Loading... |
| 183 | 185 |
| 184 # On Linux bold emoji are already supported. | 186 # On Linux bold emoji are already supported. |
| 185 crbug.com/551843 [ Linux ] fast/text/fallback-traits-fixup.html [ WontFix ] | 187 crbug.com/551843 [ Linux ] fast/text/fallback-traits-fixup.html [ WontFix ] |
| 186 crbug.com/551843 [ Linux Win ] fast/text/emoji-font-weight-mac.html [ WontFix ] | 188 crbug.com/551843 [ Linux Win ] fast/text/emoji-font-weight-mac.html [ WontFix ] |
| 187 | 189 |
| 188 # These tests are too slow with our MESA backend. We can re-enable when we have | 190 # These tests are too slow with our MESA backend. We can re-enable when we have |
| 189 # bots running tests on real hardware. Don't want to just delete these because t
hey | 191 # bots running tests on real hardware. Don't want to just delete these because t
hey |
| 190 # pass in the virtual test suite version. | 192 # pass in the virtual test suite version. |
| 191 webkit.org/b/49629 compositing/lots-of-img-layers.html [ WontFix ] | 193 webkit.org/b/49629 compositing/lots-of-img-layers.html [ WontFix ] |
| 192 webkit.org/b/49629 compositing/lots-of-img-layers-with-opacity.html [ WontFix ] | 194 webkit.org/b/49629 compositing/lots-of-img-layers-with-opacity.html [ WontFix ] |
| OLD | NEW |