| 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 6 categories of tests here: | 2 # There should only be 6 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 # 5. Tests that crash due to resource limitations on some platforms or in Debu
g. |
| 8 # 6. Tests that fail due to Debug rendering variations from Release behavior. | 8 # 6. Tests that fail due to Debug rendering variations from Release behavior. |
| 9 | 9 |
| 10 # FIXME: Remove the WontFix keyword and have that be implied. That way, people w
on't abuse | 10 # FIXME: Remove the WontFix keyword and have that be implied. That way, people w
on't abuse |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 crbug.com/551843 [ Linux ] fast/text/fallback-traits-fixup.html [ WontFix ] | 161 crbug.com/551843 [ Linux ] fast/text/fallback-traits-fixup.html [ WontFix ] |
| 162 crbug.com/551843 [ Linux Win ] fast/text/emoji-font-weight-mac.html [ WontFix ] | 162 crbug.com/551843 [ Linux Win ] fast/text/emoji-font-weight-mac.html [ WontFix ] |
| 163 | 163 |
| 164 # prefer_compositing_to_lcd_text causes things to get composited regardless of t
heir opaqueness, causing the test to fail | 164 # prefer_compositing_to_lcd_text causes things to get composited regardless of t
heir opaqueness, causing the test to fail |
| 165 crbug.com/381840 virtual/prefer_compositing_to_lcd_text/compositing/overflow/ove
rflow-scroll-background-opaque-to-transparent.html [ WontFix ] | 165 crbug.com/381840 virtual/prefer_compositing_to_lcd_text/compositing/overflow/ove
rflow-scroll-background-opaque-to-transparent.html [ WontFix ] |
| 166 crbug.com/381840 virtual/prefer_compositing_to_lcd_text/compositing/overflow/ove
rflow-scroll-background-transparent-to-opaque.html [ WontFix ] | 166 crbug.com/381840 virtual/prefer_compositing_to_lcd_text/compositing/overflow/ove
rflow-scroll-background-transparent-to-opaque.html [ WontFix ] |
| 167 | 167 |
| 168 # Stack overflow crashes on Win | 168 # Stack overflow crashes on Win |
| 169 crbug.com/601669 [ Win ] svg/as-image/svg-nested.html [ WontFix ] | 169 crbug.com/601669 [ Win ] svg/as-image/svg-nested.html [ WontFix ] |
| 170 | 170 |
| 171 # GPU rasterization antialiases differently. |
| 172 crbug.com/665014 virtual/gpu-rasterization/images/cross-fade-svg-size-diff.html
[ WontFix ] |
| 173 crbug.com/665014 virtual/gpu-rasterization/images/cross-fade-svg-size.html [ Won
tFix ] |
| 174 |
| 171 # Debug rendering difference only on Win Debug | 175 # Debug rendering difference only on Win Debug |
| 172 crbug.com/484370 [ Win Debug ] svg/custom/gradient-userSpaceOnUse-with-percentag
e.svg [ WontFix ] | 176 crbug.com/484370 [ Win Debug ] svg/custom/gradient-userSpaceOnUse-with-percentag
e.svg [ WontFix ] |
| 173 crbug.com/552433 [ Win7 Debug ] svg/W3C-SVG-1.1/coords-units-02-b.svg [ WontFix
] | 177 crbug.com/552433 [ Win7 Debug ] svg/W3C-SVG-1.1/coords-units-02-b.svg [ WontFix
] |
| 174 crbug.com/606302 [ Win7 Debug ] compositing/perpendicular-layer-sorting.html [ W
ontFix ] | 178 crbug.com/606302 [ Win7 Debug ] compositing/perpendicular-layer-sorting.html [ W
ontFix ] |
| 175 | 179 |
| 176 # Only Windows supports Symbol CMAP encoded fonts. | 180 # Only Windows supports Symbol CMAP encoded fonts. |
| 177 crbug.com/627953 [ Android Linux Mac ] fast/text/symbol-cmap.html [ WontFix ] | 181 crbug.com/627953 [ Android Linux Mac ] fast/text/symbol-cmap.html [ WontFix ] |
| 178 | 182 |
| 179 # wasm tests. Currently under virtual/enable_wasm | 183 # wasm tests. Currently under virtual/enable_wasm |
| 180 crbug.com/642912 http/tests/wasm/ [ WontFix ] | 184 crbug.com/642912 http/tests/wasm/ [ WontFix ] |
| OLD | NEW |