Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Side by Side Diff: third_party/WebKit/LayoutTests/NeverFixTests

Issue 2098883002: Make PointerEvent an experimental web platform feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased, fixed js path. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 14 matching lines...) Expand all
25 [ Win Linux ] editing/pasteboard/emacs-ctrl-k-with-move.html [ WontFix ] 25 [ Win Linux ] editing/pasteboard/emacs-ctrl-k-with-move.html [ WontFix ]
26 [ Win Linux ] editing/pasteboard/emacs-ctrl-k-y-001.html [ WontFix ] 26 [ Win Linux ] editing/pasteboard/emacs-ctrl-k-y-001.html [ WontFix ]
27 [ Win Linux ] editing/input/emacs-ctrl-o.html [ WontFix ] 27 [ Win Linux ] editing/input/emacs-ctrl-o.html [ WontFix ]
28 28
29 # Chrome Mac doesn't support Ctrl+Up/Down key-bindings. 29 # Chrome Mac doesn't support Ctrl+Up/Down key-bindings.
30 [ Mac ] editing/input/ctrl-up-down.html [ WontFix ] 30 [ Mac ] editing/input/ctrl-up-down.html [ WontFix ]
31 31
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 ]
36 35
37 # This test only applies to overlay scrollbar platforms. 36 # This test only applies to overlay scrollbar platforms.
38 [ Win Linux ] fast/dom/partial-layout-overlay-scrollbars.html [ WontFix ] 37 [ Win Linux ] fast/dom/partial-layout-overlay-scrollbars.html [ WontFix ]
39 38
40 # Mac's popup behavior is different. 39 # Mac's popup behavior is different.
41 [ Mac ] fast/forms/select/menulist-onchange-fired-with-key-up-down.html [ WontFi x ] 40 [ Mac ] fast/forms/select/menulist-onchange-fired-with-key-up-down.html [ WontFi x ]
42 [ Mac ] fast/forms/select/popup-with-display-none-optgroup.html [ WontFix ] 41 [ Mac ] fast/forms/select/popup-with-display-none-optgroup.html [ WontFix ]
43 [ Mac ] fast/forms/select-popup [ WontFix ] 42 [ Mac ] fast/forms/select-popup [ WontFix ]
44 43
45 # Android has a different popup menu implementation. 44 # Android has a different popup menu implementation.
46 [ Android ] fast/forms/select-popup [ WontFix ] 45 [ Android ] fast/forms/select-popup [ WontFix ]
47 46
48 # Pan-scroll tests are Windows-specific. 47 # Pan-scroll tests are Windows-specific.
49 [ Linux Mac ] fast/events/panScroll-click.html [ WontFix ] 48 [ Linux Mac ] fast/events/panScroll-click.html [ WontFix ]
50 [ Linux Mac ] fast/events/panScroll-click-hyperlink.html [ WontFix ] 49 [ Linux Mac ] fast/events/panScroll-click-hyperlink.html [ WontFix ]
51 [ Linux Mac ] fast/events/panScroll-drag.html [ WontFix ] 50 [ Linux Mac ] fast/events/panScroll-drag.html [ WontFix ]
52 [ Linux Mac ] fast/events/panScroll-event-fired.html [ WontFix ] 51 [ Linux Mac ] fast/events/panScroll-event-fired.html [ WontFix ]
53 [ Linux Mac ] fast/events/panScroll-in-iframe.html [ WontFix ] 52 [ Linux Mac ] fast/events/panScroll-in-iframe.html [ WontFix ]
54 [ Linux Mac ] fast/events/panScroll-nested-divs.html [ WontFix ] 53 [ Linux Mac ] fast/events/panScroll-nested-divs.html [ WontFix ]
55 [ Linux Mac ] fast/events/panScroll-panIcon.html [ WontFix ] 54 [ Linux Mac ] fast/events/panScroll-panIcon.html [ WontFix ]
56 [ Linux Mac ] fast/events/panScroll-nested-divs-forbidden.html [ WontFix ] 55 [ Linux Mac ] fast/events/panScroll-nested-divs-forbidden.html [ WontFix ]
57 [ Linux Mac ] virtual/pointerevent/fast/events/panScroll-click.html [ WontFix ]
58 [ Linux Mac ] virtual/pointerevent/fast/events/panScroll-click-hyperlink.html [ WontFix ]
59 [ Linux Mac ] virtual/pointerevent/fast/events/panScroll-drag.html [ WontFix ]
60 [ Linux Mac ] virtual/pointerevent/fast/events/panScroll-event-fired.html [ Wont Fix ]
61 [ Linux Mac ] virtual/pointerevent/fast/events/panScroll-in-iframe.html [ WontFi x ]
62 [ Linux Mac ] virtual/pointerevent/fast/events/panScroll-nested-divs.html [ Wont Fix ]
63 [ Linux Mac ] virtual/pointerevent/fast/events/panScroll-panIcon.html [ WontFix ]
64 [ Linux Mac ] virtual/pointerevent/fast/events/panScroll-nested-divs-forbidden.h tml [ WontFix ]
65 56
66 # These tests are specific to Windows and Linux. 57 # These tests are specific to Windows and Linux.
67 [ Mac ] fast/forms/calendar-picker/date-open-picker-with-f4-key.html [ WontFix ] 58 [ Mac ] fast/forms/calendar-picker/date-open-picker-with-f4-key.html [ WontFix ]
68 [ Mac ] fast/forms/calendar-picker/datetimelocal-open-picker-with-f4-key.html [ WontFix ] 59 [ Mac ] fast/forms/calendar-picker/datetimelocal-open-picker-with-f4-key.html [ WontFix ]
69 [ Mac ] fast/forms/calendar-picker/month-open-picker-with-f4-key.html [ WontFix ] 60 [ Mac ] fast/forms/calendar-picker/month-open-picker-with-f4-key.html [ WontFix ]
70 [ Mac ] fast/forms/calendar-picker/week-open-picker-with-f4-key.html [ WontFix ] 61 [ Mac ] fast/forms/calendar-picker/week-open-picker-with-f4-key.html [ WontFix ]
71 62
72 # Mac does not have menu key. 63 # Mac does not have menu key.
73 [ Mac ] editing/spelling/spelling-on-context-menu-key.html [ WontFix ] 64 [ Mac ] editing/spelling/spelling-on-context-menu-key.html [ WontFix ]
74 [ Mac ] fast/events/menu-key-context-menu-document.html [ WontFix ] 65 [ Mac ] fast/events/menu-key-context-menu-document.html [ WontFix ]
75 [ Mac ] fast/events/menu-key-context-menu.html [ WontFix ] 66 [ Mac ] fast/events/menu-key-context-menu.html [ WontFix ]
76 [ Mac ] fast/events/menu-key-context-menu-position.html [ WontFix ] 67 [ Mac ] fast/events/menu-key-context-menu-position.html [ WontFix ]
77 [ Mac ] fast/events/menu-key-context-menu-reveal-focus.html [ WontFix ] 68 [ Mac ] fast/events/menu-key-context-menu-reveal-focus.html [ WontFix ]
78 [ Mac ] virtual/pointerevent/fast/events/menu-key-context-menu-document.html [ W ontFix ]
79 [ Mac ] virtual/pointerevent/fast/events/menu-key-context-menu.html [ WontFix ]
80 [ Mac ] virtual/pointerevent/fast/events/menu-key-context-menu-position.html [ W ontFix ]
81 [ Mac ] virtual/pointerevent/fast/events/menu-key-context-menu-reveal-focus.html [ WontFix ]
82 69
83 # Link Highlighting is only supported on Windows and Linux 70 # Link Highlighting is only supported on Windows and Linux
84 [ Mac ] compositing/gestures [ WontFix ] 71 [ Mac ] compositing/gestures [ WontFix ]
85 72
86 # These tests are specific to Linux. 73 # These tests are specific to Linux.
87 [ Mac Win ] editing/input/linux_ltr_composition_underline.html [ WontFix ] 74 [ Mac Win ] editing/input/linux_ltr_composition_underline.html [ WontFix ]
88 [ Mac Win ] editing/input/linux_rtl_composition_underline.html [ WontFix ] 75 [ Mac Win ] editing/input/linux_rtl_composition_underline.html [ WontFix ]
89 [ Mac Win ] editing/selection/linux_selection_color.html [ WontFix ] 76 [ Mac Win ] editing/selection/linux_selection_color.html [ WontFix ]
90 [ Mac Win ] fast/text/chromium-linux-fontconfig-renderstyle.html [ WontFix ] 77 [ Mac Win ] fast/text/chromium-linux-fontconfig-renderstyle.html [ WontFix ]
91 [ Mac Win ] fast/text/international/arabic-vertical-offset.html [ WontFix ] 78 [ Mac Win ] fast/text/international/arabic-vertical-offset.html [ WontFix ]
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 157
171 # On Linux bold emoji are already supported. 158 # On Linux bold emoji are already supported.
172 crbug.com/551843 [ Linux ] fast/text/fallback-traits-fixup.html [ WontFix ] 159 crbug.com/551843 [ Linux ] fast/text/fallback-traits-fixup.html [ WontFix ]
173 crbug.com/551843 [ Linux Win ] fast/text/emoji-font-weight-mac.html [ WontFix ] 160 crbug.com/551843 [ Linux Win ] fast/text/emoji-font-weight-mac.html [ WontFix ]
174 161
175 # These tests are too slow with our MESA backend. We can re-enable when we have 162 # These tests are too slow with our MESA backend. We can re-enable when we have
176 # bots running tests on real hardware. Don't want to just delete these because t hey 163 # bots running tests on real hardware. Don't want to just delete these because t hey
177 # pass in the virtual test suite version. 164 # pass in the virtual test suite version.
178 webkit.org/b/49629 compositing/lots-of-img-layers.html [ WontFix ] 165 webkit.org/b/49629 compositing/lots-of-img-layers.html [ WontFix ]
179 webkit.org/b/49629 compositing/lots-of-img-layers-with-opacity.html [ WontFix ] 166 webkit.org/b/49629 compositing/lots-of-img-layers-with-opacity.html [ WontFix ]
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/LeakExpectations ('k') | third_party/WebKit/LayoutTests/SlowTests » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698