Chromium Code Reviews| 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 113 | 113 |
| 114 # AAT/mortx shaping not supported on platforms other than Mac | 114 # AAT/mortx shaping not supported on platforms other than Mac |
| 115 [ Linux Win Android ] fast/text/aat-morx.html [ WontFix ] | 115 [ Linux Win Android ] fast/text/aat-morx.html [ WontFix ] |
| 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 # Only run IOSurface tests on Mac | |
| 124 [ Win Linux ] virtual/iosurface_2d_canvas [ WontFix ] | |
|
Justin Novosad
2016/03/08 22:15:54
This is a lie. You intend to fix these
erikchen
2016/03/08 22:22:26
I don't understand your statement. IOSurface tests
| |
| 125 | |
| 123 # We only run it through the virtual gpu test suite. | 126 # We only run it through the virtual gpu test suite. |
| 124 fast/canvas/canvas-lost-gpu-context.html [ WontFix ] | 127 fast/canvas/canvas-lost-gpu-context.html [ WontFix ] |
| 125 | 128 |
| 126 # Missing Chrome Mac support, will start working when we move to harfbuzz on mac . | 129 # Missing Chrome Mac support, will start working when we move to harfbuzz on mac . |
| 127 [ Mac ] fast/text/international/zerowidthjoiner.html [ WontFix ] | 130 [ Mac ] fast/text/international/zerowidthjoiner.html [ WontFix ] |
| 128 | 131 |
| 129 # Subpixel font scaling requires antialiasing on mac (which isn't enabled tests) . | 132 # Subpixel font scaling requires antialiasing on mac (which isn't enabled tests) . |
| 130 [ Mac ] fast/text/sub-pixel/text-scaling-ltr.html [ WontFix ] | 133 [ Mac ] fast/text/sub-pixel/text-scaling-ltr.html [ WontFix ] |
| 131 [ Mac ] fast/text/sub-pixel/text-scaling-pixel.html [ WontFix ] | 134 [ Mac ] fast/text/sub-pixel/text-scaling-pixel.html [ WontFix ] |
| 132 [ Mac ] fast/text/sub-pixel/text-scaling-rtl.html [ WontFix ] | 135 [ Mac ] fast/text/sub-pixel/text-scaling-rtl.html [ WontFix ] |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 180 | 183 |
| 181 # On Linux bold emoji are already supported. | 184 # On Linux bold emoji are already supported. |
| 182 crbug.com/551843 [ Linux ] fast/text/fallback-traits-fixup.html [ WontFix ] | 185 crbug.com/551843 [ Linux ] fast/text/fallback-traits-fixup.html [ WontFix ] |
| 183 crbug.com/551843 [ Linux Win ] fast/text/emoji-font-weight-mac.html [ WontFix ] | 186 crbug.com/551843 [ Linux Win ] fast/text/emoji-font-weight-mac.html [ WontFix ] |
| 184 | 187 |
| 185 # These tests are too slow with our MESA backend. We can re-enable when we have | 188 # These tests are too slow with our MESA backend. We can re-enable when we have |
| 186 # bots running tests on real hardware. Don't want to just delete these because t hey | 189 # bots running tests on real hardware. Don't want to just delete these because t hey |
| 187 # pass in the virtual test suite version. | 190 # pass in the virtual test suite version. |
| 188 webkit.org/b/49629 compositing/lots-of-img-layers.html [ WontFix ] | 191 webkit.org/b/49629 compositing/lots-of-img-layers.html [ WontFix ] |
| 189 webkit.org/b/49629 compositing/lots-of-img-layers-with-opacity.html [ WontFix ] | 192 webkit.org/b/49629 compositing/lots-of-img-layers-with-opacity.html [ WontFix ] |
| OLD | NEW |