| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 [ Mac Win ] editing/selection/linux_selection_color.html [ WontFix ] | 99 [ Mac Win ] editing/selection/linux_selection_color.html [ WontFix ] |
| 100 [ Mac Win ] fast/text/chromium-linux-fontconfig-renderstyle.html [ WontFix ] | 100 [ Mac Win ] fast/text/chromium-linux-fontconfig-renderstyle.html [ WontFix ] |
| 101 [ Mac Win ] fast/text/international/arabic-vertical-offset.html [ WontFix ] | 101 [ Mac Win ] fast/text/international/arabic-vertical-offset.html [ WontFix ] |
| 102 [ Mac Win ] fast/text/international/complex-joining-using-gpos.html [ WontFix ] | 102 [ Mac Win ] fast/text/international/complex-joining-using-gpos.html [ WontFix ] |
| 103 [ Mac Win ] fast/text/international/draw-complex-text-from-to.html [ WontFix ] | 103 [ Mac Win ] fast/text/international/draw-complex-text-from-to.html [ WontFix ] |
| 104 [ Mac Win ] svg/text/text-with-geometric-precision.svg [ WontFix ] | 104 [ Mac Win ] svg/text/text-with-geometric-precision.svg [ WontFix ] |
| 105 | 105 |
| 106 # Mac has different fallback behavior so that this test won't work there | 106 # Mac has different fallback behavior so that this test won't work there |
| 107 [ Mac ] fast/text/font-cachekey.html [ WontFix ] | 107 [ Mac ] fast/text/font-cachekey.html [ WontFix ] |
| 108 | 108 |
| 109 # These tests are specific to Android. Because long pressing on disabled/readonl
y input/textarea | |
| 110 # won't trigger text selection on Linux/Mac/Windows platforms, hence we need to
skip it. | |
| 111 [ Linux Mac Win ] editing/selection/readonly-disabled-text-selection.html [ Wont
Fix ] | |
| 112 [ Linux Mac Win ] editing/selection/android-longtap-not-select-empty.html [ Wont
Fix ] | |
| 113 | |
| 114 # AAT/mortx shaping not supported on platforms other than Mac | 109 # AAT/mortx shaping not supported on platforms other than Mac |
| 115 [ Linux Win Android ] fast/text/aat-morx.html [ WontFix ] | 110 [ Linux Win Android ] fast/text/aat-morx.html [ WontFix ] |
| 116 | 111 |
| 117 # Tests in media/stable are only supposed to be run as virtual test (see virtual
/stable/media). | 112 # Tests in media/stable are only supposed to be run as virtual test (see virtual
/stable/media). |
| 118 media/stable [ WontFix ] | 113 media/stable [ WontFix ] |
| 119 | 114 |
| 120 # Only run fake-Android tests on Linux | 115 # Only run fake-Android tests on Linux |
| 121 [ Mac Win ] virtual/android [ WontFix ] | 116 [ Mac Win ] virtual/android [ WontFix ] |
| 122 | 117 |
| 123 # We only run it through the virtual gpu test suite. | 118 # We only run it through the virtual gpu test suite. |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 | 180 |
| 186 # On Linux bold emoji are already supported. | 181 # On Linux bold emoji are already supported. |
| 187 crbug.com/551843 [ Linux ] fast/text/fallback-traits-fixup.html [ WontFix ] | 182 crbug.com/551843 [ Linux ] fast/text/fallback-traits-fixup.html [ WontFix ] |
| 188 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 ] |
| 189 | 184 |
| 190 # 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 |
| 191 # 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 |
| 192 # pass in the virtual test suite version. | 187 # pass in the virtual test suite version. |
| 193 webkit.org/b/49629 compositing/lots-of-img-layers.html [ WontFix ] | 188 webkit.org/b/49629 compositing/lots-of-img-layers.html [ WontFix ] |
| 194 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 |