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 23 matching lines...) Expand all Loading... | |
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-protocol/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. | |
45 [ Mac ] fast/dom/HTMLProgressElement/progress-element.html [ WontFix ] | |
Xianzhu
2016/02/22 23:17:27
How did this test animate on Mac? Why did it anima
Stephen Chennney
2016/02/23 19:24:01
It animated on all platforms, in the sense that we
| |
46 | |
47 # These test the CoreAnimation plugin model which we never intend to support on | 44 # These test the CoreAnimation plugin model which we never intend to support on |
48 # Windows and Linux. | 45 # Windows and Linux. |
49 [ Win Linux ] compositing/plugins/1x1-composited-plugin.html [ WontFix ] | 46 [ Win Linux ] compositing/plugins/1x1-composited-plugin.html [ WontFix ] |
50 [ Win Linux ] compositing/plugins/composited-plugin.html [ WontFix ] | 47 [ Win Linux ] compositing/plugins/composited-plugin.html [ WontFix ] |
51 [ Win Linux ] compositing/plugins/large-to-small-composited-plugin.html [ WontFi x ] | 48 [ Win Linux ] compositing/plugins/large-to-small-composited-plugin.html [ WontFi x ] |
52 [ Win Linux ] compositing/plugins/small-to-large-composited-plugin.html [ WontFi x ] | 49 [ Win Linux ] compositing/plugins/small-to-large-composited-plugin.html [ WontFi x ] |
53 | 50 |
54 # Mac's popup behavior is different. | 51 # Mac's popup behavior is different. |
55 [ Mac ] fast/forms/select/menulist-onchange-fired-with-key-up-down.html [ WontFi x ] | 52 [ Mac ] fast/forms/select/menulist-onchange-fired-with-key-up-down.html [ WontFi x ] |
56 [ Mac ] fast/forms/select/popup-with-display-none-optgroup.html [ WontFix ] | 53 [ Mac ] fast/forms/select/popup-with-display-none-optgroup.html [ WontFix ] |
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
211 | 208 |
212 # We could fix this test for us and upstream it if the test shell user agent | 209 # We could fix this test for us and upstream it if the test shell user agent |
213 # would let us differentiate test_shell and WebKit DumpTreeNode. | 210 # would let us differentiate test_shell and WebKit DumpTreeNode. |
214 crbug.com/7482 [ Win Mac ] http/tests/misc/timer-vs-loading.html [ WontFix ] | 211 crbug.com/7482 [ Win Mac ] http/tests/misc/timer-vs-loading.html [ WontFix ] |
215 | 212 |
216 # These tests are too slow with our MESA backend. We can re-enable when we have | 213 # These tests are too slow with our MESA backend. We can re-enable when we have |
217 # bots running tests on real hardware. Don't want to just delete these because t hey | 214 # bots running tests on real hardware. Don't want to just delete these because t hey |
218 # pass in the virtual test suite version. | 215 # pass in the virtual test suite version. |
219 webkit.org/b/49629 compositing/lots-of-img-layers.html [ WontFix ] | 216 webkit.org/b/49629 compositing/lots-of-img-layers.html [ WontFix ] |
220 webkit.org/b/49629 compositing/lots-of-img-layers-with-opacity.html [ WontFix ] | 217 webkit.org/b/49629 compositing/lots-of-img-layers-with-opacity.html [ WontFix ] |
OLD | NEW |