| 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 21 matching lines...) Expand all Loading... |
| 32 # Chrome uses different keyboard accelerators from those used by Safari, so | 32 # Chrome uses different keyboard accelerators from those used by Safari, so |
| 33 # this test will always fail. | 33 # this test will always fail. |
| 34 [ Linux Win ] fast/events/option-tab.html [ WontFix ] | 34 [ Linux Win ] fast/events/option-tab.html [ WontFix ] |
| 35 [ Linux Win ] virtual/pointerevent/fast/events/option-tab.html [ WontFix ] | 35 [ Linux Win ] virtual/pointerevent/fast/events/option-tab.html [ WontFix ] |
| 36 [ Linux Win ] virtual/trustedeventsdefaultaction/fast/events/option-tab.html [ W
ontFix ] | 36 [ Linux Win ] virtual/trustedeventsdefaultaction/fast/events/option-tab.html [ W
ontFix ] |
| 37 | 37 |
| 38 # This test only applies to overlay scrollbar platforms. | 38 # This test only applies to overlay scrollbar platforms. |
| 39 [ SnowLeopard Win Linux ] fast/dom/partial-layout-overlay-scrollbars.html [ Wont
Fix ] | 39 [ SnowLeopard Win Linux ] fast/dom/partial-layout-overlay-scrollbars.html [ Wont
Fix ] |
| 40 | 40 |
| 41 # These tests are only valid on platforms with overlay scrollbars support. | 41 # These tests are only valid on platforms with overlay scrollbars support. |
| 42 [ SnowLeopard ] inspector/device-emulation [ WontFix ] | 42 [ SnowLeopard ] inspector-protocol/emulation [ WontFix ] |
| 43 | 43 |
| 44 # <progress> on Mac is always animated. So it's hard to get a reliable pixel res
ult. | 44 # <progress> on Mac is always animated. So it's hard to get a reliable pixel res
ult. |
| 45 [ Mac ] fast/dom/HTMLProgressElement/progress-element.html [ WontFix ] | 45 [ Mac ] fast/dom/HTMLProgressElement/progress-element.html [ WontFix ] |
| 46 | 46 |
| 47 # This requires usp10.dll version 1.600 or greater on Windows and | 47 # This requires usp10.dll version 1.600 or greater on Windows and |
| 48 # it isn't installed on XP by default. | 48 # it isn't installed on XP by default. |
| 49 [ XP ] css3/font-feature-settings-rendering.html [ WontFix ] | 49 [ XP ] css3/font-feature-settings-rendering.html [ WontFix ] |
| 50 | 50 |
| 51 # These test the CoreAnimation plugin model which we never intend to support on | 51 # These test the CoreAnimation plugin model which we never intend to support on |
| 52 # Windows and Linux. | 52 # Windows and Linux. |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 | 224 |
| 225 # We could fix this test for us and upstream it if the test shell user agent | 225 # We could fix this test for us and upstream it if the test shell user agent |
| 226 # would let us differentiate test_shell and WebKit DumpTreeNode. | 226 # would let us differentiate test_shell and WebKit DumpTreeNode. |
| 227 crbug.com/7482 [ Win Mac ] http/tests/misc/timer-vs-loading.html [ WontFix ] | 227 crbug.com/7482 [ Win Mac ] http/tests/misc/timer-vs-loading.html [ WontFix ] |
| 228 | 228 |
| 229 # These tests are too slow with our MESA backend. We can re-enable when we have | 229 # These tests are too slow with our MESA backend. We can re-enable when we have |
| 230 # bots running tests on real hardware. Don't want to just delete these because t
hey | 230 # bots running tests on real hardware. Don't want to just delete these because t
hey |
| 231 # pass in the virtual test suite version. | 231 # pass in the virtual test suite version. |
| 232 webkit.org/b/49629 compositing/lots-of-img-layers.html [ WontFix ] | 232 webkit.org/b/49629 compositing/lots-of-img-layers.html [ WontFix ] |
| 233 webkit.org/b/49629 compositing/lots-of-img-layers-with-opacity.html [ WontFix ] | 233 webkit.org/b/49629 compositing/lots-of-img-layers-with-opacity.html [ WontFix ] |
| OLD | NEW |