| 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 | 84 |
| 85 # Mac has different fallback behavior so that this test won't work there | 85 # Mac has different fallback behavior so that this test won't work there |
| 86 [ Mac ] fast/text/font-cachekey.html [ WontFix ] | 86 [ Mac ] fast/text/font-cachekey.html [ WontFix ] |
| 87 | 87 |
| 88 # AAT/mortx shaping not supported on platforms other than Mac | 88 # AAT/mortx shaping not supported on platforms other than Mac |
| 89 [ Linux Win Android ] fast/text/aat-morx.html [ WontFix ] | 89 [ Linux Win Android ] fast/text/aat-morx.html [ WontFix ] |
| 90 | 90 |
| 91 # Tests in media/stable are only supposed to be run as virtual test (see virtual
/stable/media). | 91 # Tests in media/stable are only supposed to be run as virtual test (see virtual
/stable/media). |
| 92 media/stable [ WontFix ] | 92 media/stable [ WontFix ] |
| 93 | 93 |
| 94 # These tests are only supposed be run as virtual test. See /virtual/media-gpu-a
ccelerated/http/tests/media/media-source/. | |
| 95 [ Android ] http/tests/media/media-source/mediasource-config-change-mp4-av-audio
-bitrate.html [ WontFix ] | |
| 96 [ Android ] http/tests/media/media-source/mediasource-config-change-mp4-av-frame
size.html [ WontFix ] | |
| 97 [ Android ] http/tests/media/media-source/mediasource-config-change-mp4-av-video
-bitrate.html [ WontFix ] | |
| 98 [ Android ] http/tests/media/media-source/mediasource-config-change-mp4-v-bitrat
e.html [ WontFix ] | |
| 99 [ Android ] http/tests/media/media-source/mediasource-config-change-mp4-v-framer
ate.html [ WontFix ] | |
| 100 [ Android ] http/tests/media/media-source/mediasource-config-change-mp4-v-frames
ize.html [ WontFix ] | |
| 101 | |
| 102 # Only run fake-Android tests on Linux | 94 # Only run fake-Android tests on Linux |
| 103 [ Mac Win ] virtual/android [ WontFix ] | 95 [ Mac Win ] virtual/android [ WontFix ] |
| 104 | 96 |
| 105 # We only run it through the virtual gpu test suite. | 97 # We only run it through the virtual gpu test suite. |
| 106 fast/canvas/canvas-lost-gpu-context.html [ WontFix ] | 98 fast/canvas/canvas-lost-gpu-context.html [ WontFix ] |
| 107 | 99 |
| 108 # Missing Chrome Mac support, will start working when we move to harfbuzz on mac
. | 100 # Missing Chrome Mac support, will start working when we move to harfbuzz on mac
. |
| 109 [ Mac ] fast/text/international/zerowidthjoiner.html [ WontFix ] | 101 [ Mac ] fast/text/international/zerowidthjoiner.html [ WontFix ] |
| 110 | 102 |
| 111 # Subpixel font scaling requires antialiasing on mac (which isn't enabled tests)
. | 103 # Subpixel font scaling requires antialiasing on mac (which isn't enabled tests)
. |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 | 165 |
| 174 # On Linux bold emoji are already supported. | 166 # On Linux bold emoji are already supported. |
| 175 crbug.com/551843 [ Linux ] fast/text/fallback-traits-fixup.html [ WontFix ] | 167 crbug.com/551843 [ Linux ] fast/text/fallback-traits-fixup.html [ WontFix ] |
| 176 crbug.com/551843 [ Linux Win ] fast/text/emoji-font-weight-mac.html [ WontFix ] | 168 crbug.com/551843 [ Linux Win ] fast/text/emoji-font-weight-mac.html [ WontFix ] |
| 177 | 169 |
| 178 # These tests are too slow with our MESA backend. We can re-enable when we have | 170 # These tests are too slow with our MESA backend. We can re-enable when we have |
| 179 # bots running tests on real hardware. Don't want to just delete these because t
hey | 171 # bots running tests on real hardware. Don't want to just delete these because t
hey |
| 180 # pass in the virtual test suite version. | 172 # pass in the virtual test suite version. |
| 181 webkit.org/b/49629 compositing/lots-of-img-layers.html [ WontFix ] | 173 webkit.org/b/49629 compositing/lots-of-img-layers.html [ WontFix ] |
| 182 webkit.org/b/49629 compositing/lots-of-img-layers-with-opacity.html [ WontFix ] | 174 webkit.org/b/49629 compositing/lots-of-img-layers-with-opacity.html [ WontFix ] |
| OLD | NEW |