| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 | 116 |
| 117 # Tests in media/stable are only supposed to be run as virtual test (see virtual
/stable/media). | 117 # Tests in media/stable are only supposed to be run as virtual test (see virtual
/stable/media). |
| 118 media/stable [ WontFix ] | 118 media/stable [ WontFix ] |
| 119 | 119 |
| 120 # Only run fake-Android tests on Linux | 120 # Only run fake-Android tests on Linux |
| 121 [ Mac Win ] virtual/android [ WontFix ] | 121 [ Mac Win ] virtual/android [ WontFix ] |
| 122 | 122 |
| 123 # We only run it through the virtual gpu test suite. | 123 # We only run it through the virtual gpu test suite. |
| 124 fast/canvas/canvas-lost-gpu-context.html [ WontFix ] | 124 fast/canvas/canvas-lost-gpu-context.html [ WontFix ] |
| 125 | 125 |
| 126 # Chrome Linux doesn't support NPAPI plugins anymore. | |
| 127 [ Linux ] http/tests/plugins/interrupted-get-url.html [ WontFix ] | |
| 128 [ Linux ] plugins/mouse-click-plugin-clears-selection.html [ WontFix ] | |
| 129 | |
| 130 # Missing Chrome Mac support, will start working when we move to harfbuzz on mac
. | 126 # Missing Chrome Mac support, will start working when we move to harfbuzz on mac
. |
| 131 [ Mac ] fast/text/international/zerowidthjoiner.html [ WontFix ] | 127 [ Mac ] fast/text/international/zerowidthjoiner.html [ WontFix ] |
| 132 | 128 |
| 133 # Subpixel font scaling requires antialiasing on mac (which isn't enabled tests)
. | 129 # Subpixel font scaling requires antialiasing on mac (which isn't enabled tests)
. |
| 134 [ Mac ] fast/text/sub-pixel/text-scaling-ltr.html [ WontFix ] | 130 [ Mac ] fast/text/sub-pixel/text-scaling-ltr.html [ WontFix ] |
| 135 [ Mac ] fast/text/sub-pixel/text-scaling-pixel.html [ WontFix ] | 131 [ Mac ] fast/text/sub-pixel/text-scaling-pixel.html [ WontFix ] |
| 136 [ Mac ] fast/text/sub-pixel/text-scaling-rtl.html [ WontFix ] | 132 [ Mac ] fast/text/sub-pixel/text-scaling-rtl.html [ WontFix ] |
| 137 [ Mac ] fast/text/sub-pixel/text-scaling-vertical.html [ WontFix ] | 133 [ Mac ] fast/text/sub-pixel/text-scaling-vertical.html [ WontFix ] |
| 138 [ Mac ] fast/text/sub-pixel/text-scaling-webfont.html [ WontFix ] | 134 [ Mac ] fast/text/sub-pixel/text-scaling-webfont.html [ WontFix ] |
| 139 [ Mac ] fast/text/mixed-direction-bidi-wrap.html [ WontFix ] | 135 [ Mac ] fast/text/mixed-direction-bidi-wrap.html [ WontFix ] |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 | 180 |
| 185 # On Linux bold emoji are already supported. | 181 # On Linux bold emoji are already supported. |
| 186 crbug.com/551843 [ Linux ] fast/text/fallback-traits-fixup.html [ WontFix ] | 182 crbug.com/551843 [ Linux ] fast/text/fallback-traits-fixup.html [ WontFix ] |
| 187 crbug.com/551843 [ Linux Win ] fast/text/emoji-font-weight-mac.html [ WontFix ] | 183 crbug.com/551843 [ Linux Win ] fast/text/emoji-font-weight-mac.html [ WontFix ] |
| 188 | 184 |
| 189 # These tests are too slow with our MESA backend. We can re-enable when we have | 185 # These tests are too slow with our MESA backend. We can re-enable when we have |
| 190 # bots running tests on real hardware. Don't want to just delete these because t
hey | 186 # bots running tests on real hardware. Don't want to just delete these because t
hey |
| 191 # pass in the virtual test suite version. | 187 # pass in the virtual test suite version. |
| 192 webkit.org/b/49629 compositing/lots-of-img-layers.html [ WontFix ] | 188 webkit.org/b/49629 compositing/lots-of-img-layers.html [ WontFix ] |
| 193 webkit.org/b/49629 compositing/lots-of-img-layers-with-opacity.html [ WontFix ] | 189 webkit.org/b/49629 compositing/lots-of-img-layers-with-opacity.html [ WontFix ] |
| OLD | NEW |