[email protected] | 5b2094c1 | 2013-04-18 05:33:09 | [diff] [blame] | 1 | # This file should only include tests that we never intend to fix. |
| 2 | # There should only be 4 categories of tests here: |
| 3 | # 1. Test harness tests. |
| 4 | # 2. Tests enabled by chromium embedders (e.g. Opera). |
| 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 Debug. |
| 7 | |
| 8 | # FIXME: Remove the WontFix keyword and have that be implied. That way, people won't abuse |
| 9 | # WontFix outside of this file. |
| 10 | |
| 11 | # Perf tests are really slow in debug builds and there are few benefits in running them. |
[email protected] | efce97ec | 2014-10-15 06:15:20 | [diff] [blame] | 12 | [ Debug ] http/tests/perf [ WontFix ] |
[email protected] | 5b2094c1 | 2013-04-18 05:33:09 | [diff] [blame] | 13 | |
| 14 | # This test verifies that a mismatch reftest will fail if both results are the |
| 15 | # same. Because the whole point is that this test should fail when run, it's |
| 16 | # not SKIP, just WONTFIX. |
[email protected] | 9405684a | 2013-07-27 00:19:02 | [diff] [blame] | 17 | fast/harness/sample-fail-mismatch-reftest.html [ WontFix ] |
[email protected] | 5b2094c1 | 2013-04-18 05:33:09 | [diff] [blame] | 18 | |
[email protected] | 372de83 | 2014-04-09 18:51:29 | [diff] [blame] | 19 | # Platform specific virtual test suites. |
| 20 | [ Win Mac Android ] virtual/linux-subpixel [ WontFix ] |
| 21 | |
[email protected] | 5b2094c1 | 2013-04-18 05:33:09 | [diff] [blame] | 22 | # Chrome Win/Linux doesn't support emacs key-bindings. |
| 23 | [ Win Linux ] editing/pasteboard/emacs-cntl-y-001.html [ WontFix ] |
| 24 | [ Win Linux ] editing/pasteboard/emacs-ctrl-a-k-y.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 ] |
| 27 | [ Win Linux ] editing/input/emacs-ctrl-o.html [ WontFix ] |
| 28 | |
[email protected] | faeed0e | 2013-06-27 05:52:03 | [diff] [blame] | 29 | # Chrome Mac doesn't support Ctrl+Up/Down key-bindings. |
| 30 | [ Mac ] editing/input/ctrl-up-down.html [ WontFix ] |
| 31 | |
[email protected] | 5b2094c1 | 2013-04-18 05:33:09 | [diff] [blame] | 32 | # Chrome uses different keyboard accelerators from those used by Safari, so |
| 33 | # this test will always fail. |
| 34 | [ Linux Win ] fast/events/option-tab.html [ WontFix ] |
[email protected] | 55557b88 | 2015-04-21 22:00:42 | [diff] [blame] | 35 | [ Linux Win ] virtual/pointerevent/fast/events/option-tab.html [ WontFix ] |
[email protected] | 893c391 | 2015-07-23 16:21:47 | [diff] [blame] | 36 | [ Linux Win ] virtual/trustedeventsdefaultaction/fast/events/option-tab.html [ WontFix ] |
[email protected] | 5b2094c1 | 2013-04-18 05:33:09 | [diff] [blame] | 37 | |
[email protected] | 0c31fb8 | 2013-09-05 01:06:22 | [diff] [blame] | 38 | # This test only applies to overlay scrollbar platforms. |
Dirk Pranke | 55fc641 | 2016-02-25 03:47:43 | [diff] [blame] | 39 | [ Win Linux ] fast/dom/partial-layout-overlay-scrollbars.html [ WontFix ] |
[email protected] | a37301dd | 2014-05-15 10:58:09 | [diff] [blame] | 40 | |
[email protected] | 5b2094c1 | 2013-04-18 05:33:09 | [diff] [blame] | 41 | # Mac's popup behavior is different. |
| 42 | [ Mac ] fast/forms/select/menulist-onchange-fired-with-key-up-down.html [ WontFix ] |
[email protected] | a410654 | 2014-08-08 06:14:01 | [diff] [blame] | 43 | [ Mac ] fast/forms/select/popup-with-display-none-optgroup.html [ WontFix ] |
tkent | 3a119440 | 2016-01-15 06:09:02 | [diff] [blame] | 44 | [ Mac ] fast/forms/select-popup [ WontFix ] |
| 45 | |
| 46 | # Android has a different popup menu implementation. |
| 47 | [ Android ] fast/forms/select-popup [ WontFix ] |
[email protected] | 5b2094c1 | 2013-04-18 05:33:09 | [diff] [blame] | 48 | |
[email protected] | 6d10b5e | 2013-05-13 02:49:00 | [diff] [blame] | 49 | # Pan-scroll tests are Windows-specific. |
| 50 | [ Linux Mac ] fast/events/panScroll-click.html [ WontFix ] |
| 51 | [ Linux Mac ] fast/events/panScroll-click-hyperlink.html [ WontFix ] |
| 52 | [ Linux Mac ] fast/events/panScroll-drag.html [ WontFix ] |
| 53 | [ Linux Mac ] fast/events/panScroll-event-fired.html [ WontFix ] |
| 54 | [ Linux Mac ] fast/events/panScroll-in-iframe.html [ WontFix ] |
| 55 | [ Linux Mac ] fast/events/panScroll-nested-divs.html [ WontFix ] |
| 56 | [ Linux Mac ] fast/events/panScroll-panIcon.html [ WontFix ] |
[email protected] | af44700 | 2013-06-04 01:26:59 | [diff] [blame] | 57 | [ Linux Mac ] fast/events/panScroll-nested-divs-forbidden.html [ WontFix ] |
[email protected] | 55557b88 | 2015-04-21 22:00:42 | [diff] [blame] | 58 | [ Linux Mac ] virtual/pointerevent/fast/events/panScroll-click.html [ WontFix ] |
| 59 | [ Linux Mac ] virtual/pointerevent/fast/events/panScroll-click-hyperlink.html [ WontFix ] |
| 60 | [ Linux Mac ] virtual/pointerevent/fast/events/panScroll-drag.html [ WontFix ] |
| 61 | [ Linux Mac ] virtual/pointerevent/fast/events/panScroll-event-fired.html [ WontFix ] |
| 62 | [ Linux Mac ] virtual/pointerevent/fast/events/panScroll-in-iframe.html [ WontFix ] |
| 63 | [ Linux Mac ] virtual/pointerevent/fast/events/panScroll-nested-divs.html [ WontFix ] |
| 64 | [ Linux Mac ] virtual/pointerevent/fast/events/panScroll-panIcon.html [ WontFix ] |
| 65 | [ Linux Mac ] virtual/pointerevent/fast/events/panScroll-nested-divs-forbidden.html [ WontFix ] |
[email protected] | 893c391 | 2015-07-23 16:21:47 | [diff] [blame] | 66 | [ Linux Mac ] virtual/trustedeventsdefaultaction/fast/events/panScroll-click.html [ WontFix ] |
| 67 | [ Linux Mac ] virtual/trustedeventsdefaultaction/fast/events/panScroll-click-hyperlink.html [ WontFix ] |
| 68 | [ Linux Mac ] virtual/trustedeventsdefaultaction/fast/events/panScroll-drag.html [ WontFix ] |
| 69 | [ Linux Mac ] virtual/trustedeventsdefaultaction/fast/events/panScroll-event-fired.html [ WontFix ] |
| 70 | [ Linux Mac ] virtual/trustedeventsdefaultaction/fast/events/panScroll-in-iframe.html [ WontFix ] |
| 71 | [ Linux Mac ] virtual/trustedeventsdefaultaction/fast/events/panScroll-nested-divs.html [ WontFix ] |
| 72 | [ Linux Mac ] virtual/trustedeventsdefaultaction/fast/events/panScroll-panIcon.html [ WontFix ] |
| 73 | [ Linux Mac ] virtual/trustedeventsdefaultaction/fast/events/panScroll-nested-divs-forbidden.html [ WontFix ] |
[email protected] | 6d10b5e | 2013-05-13 02:49:00 | [diff] [blame] | 74 | |
| 75 | # These tests are specific to Windows and Linux. |
| 76 | [ Mac ] fast/forms/calendar-picker/date-open-picker-with-f4-key.html [ WontFix ] |
| 77 | [ Mac ] fast/forms/calendar-picker/datetimelocal-open-picker-with-f4-key.html [ WontFix ] |
| 78 | [ Mac ] fast/forms/calendar-picker/month-open-picker-with-f4-key.html [ WontFix ] |
| 79 | [ Mac ] fast/forms/calendar-picker/week-open-picker-with-f4-key.html [ WontFix ] |
| 80 | |
[email protected] | 99582de8 | 2014-04-23 07:31:35 | [diff] [blame] | 81 | # Mac does not have menu key. |
[email protected] | 4454ba4a | 2014-07-09 21:04:40 | [diff] [blame] | 82 | [ Mac ] editing/spelling/spelling-on-context-menu-key.html [ WontFix ] |
| 83 | [ Mac ] fast/events/menu-key-context-menu-document.html [ WontFix ] |
[email protected] | 99582de8 | 2014-04-23 07:31:35 | [diff] [blame] | 84 | [ Mac ] fast/events/menu-key-context-menu.html [ WontFix ] |
[email protected] | f13894c | 2015-01-12 11:37:45 | [diff] [blame] | 85 | [ Mac ] fast/events/menu-key-context-menu-position.html [ WontFix ] |
[email protected] | b2ebf727 | 2015-05-07 18:00:53 | [diff] [blame] | 86 | [ Mac ] virtual/pointerevent/fast/events/menu-key-context-menu-document.html [ WontFix ] |
| 87 | [ Mac ] virtual/pointerevent/fast/events/menu-key-context-menu.html [ WontFix ] |
| 88 | [ Mac ] virtual/pointerevent/fast/events/menu-key-context-menu-position.html [ WontFix ] |
[email protected] | 893c391 | 2015-07-23 16:21:47 | [diff] [blame] | 89 | [ Mac ] virtual/trustedeventsdefaultaction/fast/events/menu-key-context-menu-document.html [ WontFix ] |
| 90 | [ Mac ] virtual/trustedeventsdefaultaction/fast/events/menu-key-context-menu.html [ WontFix ] |
| 91 | [ Mac ] virtual/trustedeventsdefaultaction/fast/events/menu-key-context-menu-position.html [ WontFix ] |
[email protected] | 99582de8 | 2014-04-23 07:31:35 | [diff] [blame] | 92 | |
[email protected] | 82bc0a11 | 2013-10-23 19:40:43 | [diff] [blame] | 93 | # Link Highlighting is only supported on Windows and Linux |
| 94 | [ Mac ] compositing/gestures [ WontFix ] |
| 95 | |
[email protected] | 86fac4d | 2013-05-13 23:02:29 | [diff] [blame] | 96 | # These tests are specific to Linux. |
changwan | 9bdc18f0 | 2015-11-20 02:43:52 | [diff] [blame] | 97 | [ Mac Win ] editing/input/linux_ltr_composition_underline.html [ WontFix ] |
| 98 | [ Mac Win ] editing/input/linux_rtl_composition_underline.html [ WontFix ] |
[email protected] | 86fac4d | 2013-05-13 23:02:29 | [diff] [blame] | 99 | [ Mac Win ] editing/selection/linux_selection_color.html [ WontFix ] |
| 100 | [ Mac Win ] fast/text/chromium-linux-fontconfig-renderstyle.html [ WontFix ] |
[email protected] | 86fac4d | 2013-05-13 23:02:29 | [diff] [blame] | 101 | [ Mac Win ] fast/text/international/arabic-vertical-offset.html [ WontFix ] |
| 102 | [ Mac Win ] fast/text/international/complex-joining-using-gpos.html [ WontFix ] |
| 103 | [ Mac Win ] fast/text/international/draw-complex-text-from-to.html [ WontFix ] |
| 104 | [ Mac Win ] svg/text/text-with-geometric-precision.svg [ WontFix ] |
[email protected] | 93fe099 | 2013-05-14 01:00:23 | [diff] [blame] | 105 | |
[email protected] | 87cfc13 | 2014-11-19 14:11:31 | [diff] [blame] | 106 | # Mac has different fallback behavior so that this test won't work there |
| 107 | [ Mac ] fast/text/font-cachekey.html [ WontFix ] |
[email protected] | 87cfc13 | 2014-11-19 14:11:31 | [diff] [blame] | 108 | |
[email protected] | f79064c | 2015-08-04 05:02:14 | [diff] [blame] | 109 | # These tests are specific to Android. Because long pressing on disabled/readonly input/textarea |
[email protected] | d8d75483 | 2014-10-31 18:37:45 | [diff] [blame] | 110 | # won't trigger text selection on Linux/Mac/Windows platforms, hence we need to skip it. |
| 111 | [ Linux Mac Win ] editing/selection/readonly-disabled-text-selection.html [ WontFix ] |
[email protected] | f79064c | 2015-08-04 05:02:14 | [diff] [blame] | 112 | [ Linux Mac Win ] editing/selection/android-longtap-not-select-empty.html [ WontFix ] |
[email protected] | d8d75483 | 2014-10-31 18:37:45 | [diff] [blame] | 113 | |
[email protected] | b6a2176 | 2014-09-30 13:17:10 | [diff] [blame] | 114 | # AAT/mortx shaping not supported on platforms other than Mac |
| 115 | [ Linux Win Android ] fast/text/aat-morx.html [ WontFix ] |
[email protected] | b6a2176 | 2014-09-30 13:17:10 | [diff] [blame] | 116 | |
[email protected] | ef710ee8 | 2013-09-18 00:16:22 | [diff] [blame] | 117 | # Tests in media/stable are only supposed to be run as virtual test (see virtual/stable/media). |
| 118 | media/stable [ WontFix ] |
[email protected] | 044a166 | 2013-09-23 08:22:15 | [diff] [blame] | 119 | |
| 120 | # Only run fake-Android tests on Linux |
| 121 | [ Mac Win ] virtual/android [ WontFix ] |
[email protected] | 03790e8 | 2013-10-09 16:48:11 | [diff] [blame] | 122 | |
[email protected] | b1122145 | 2013-10-22 08:58:40 | [diff] [blame] | 123 | # We only run it through the virtual gpu test suite. |
| 124 | fast/canvas/canvas-lost-gpu-context.html [ WontFix ] |
[email protected] | 3ecc40f | 2013-10-25 21:09:27 | [diff] [blame] | 125 | |
[email protected] | 71a8f26 | 2014-02-07 07:04:31 | [diff] [blame] | 126 | # Missing Chrome Mac support, will start working when we move to harfbuzz on mac. |
| 127 | [ Mac ] fast/text/international/zerowidthjoiner.html [ WontFix ] |
[email protected] | 7e13a85 | 2014-03-12 04:14:24 | [diff] [blame] | 128 | |
wkorman | a9c81551 | 2016-01-27 03:18:59 | [diff] [blame] | 129 | # Subpixel font scaling requires antialiasing on mac (which isn't enabled tests). |
| 130 | [ Mac ] fast/text/sub-pixel/text-scaling-ltr.html [ WontFix ] |
| 131 | [ Mac ] fast/text/sub-pixel/text-scaling-pixel.html [ WontFix ] |
| 132 | [ Mac ] fast/text/sub-pixel/text-scaling-rtl.html [ WontFix ] |
| 133 | [ Mac ] fast/text/sub-pixel/text-scaling-vertical.html [ WontFix ] |
| 134 | [ Mac ] fast/text/sub-pixel/text-scaling-webfont.html [ WontFix ] |
[email protected] | aac2444 | 2014-10-02 00:03:15 | [diff] [blame] | 135 | [ Mac ] fast/text/mixed-direction-bidi-wrap.html [ WontFix ] |
[email protected] | c61c8a4 | 2014-07-09 22:12:36 | [diff] [blame] | 136 | |
[email protected] | 7b4fbfa8 | 2014-06-24 23:38:27 | [diff] [blame] | 137 | # These two printing tests fail with the threaded compositor but they |
| 138 | # aren't critical to run in this mode. |
| 139 | virtual/threaded/printing/setPrinting.html [ WontFix ] |
| 140 | virtual/threaded/printing/width-overflow.html [ WontFix ] |
[email protected] | 26076e3 | 2014-12-24 00:52:11 | [diff] [blame] | 141 | |
[email protected] | dee68b77 | 2015-02-21 02:19:33 | [diff] [blame] | 142 | # This test only fails with an ASSERT in Debug build. |
[email protected] | 58cd0e4 | 2015-03-04 20:09:16 | [diff] [blame] | 143 | [ Release ] editing/input/orphan-set-selection-range.html [ WontFix ] |
[email protected] | bc61452 | 2015-08-31 00:41:19 | [diff] [blame] | 144 | |
| 145 | # See crbug.com/522326 |
| 146 | imported/web-platform-tests/html/obsolete/requirements-for-implementations/the-marquee-element-0/marquee-events.html [ WontFix ] |
kojii | 6042229 | 2016-01-18 09:37:14 | [diff] [blame] | 147 | |
kojii | e378c76 | 2016-02-08 11:58:01 | [diff] [blame] | 148 | # Some CSS2.1 tests pass but cause 1px diff due to old font-size guidelines, |
| 149 | # or render colors differently for text and images on Mac. |
| 150 | imported/csswg-test/css21/linebox/inline-formatting-context-002.xht [ WontFix ] |
| 151 | [ Linux Win ] imported/csswg-test/css21/linebox/inline-formatting-context-003.xht [ WontFix ] |
| 152 | [ Linux Win ] imported/csswg-test/css21/linebox/inline-formatting-context-004.xht [ WontFix ] |
| 153 | [ Linux Win ] imported/csswg-test/css21/linebox/inline-formatting-context-005.xht [ WontFix ] |
| 154 | [ Linux Win ] imported/csswg-test/css21/linebox/inline-formatting-context-006.xht [ WontFix ] |
| 155 | [ Linux Win ] imported/csswg-test/css21/linebox/inline-formatting-context-007.xht [ WontFix ] |
| 156 | imported/csswg-test/css21/linebox/inline-formatting-context-023.xht [ WontFix ] |
| 157 | [ Mac ] imported/csswg-test/css21/linebox/line-box-height-002.xht [ WontFix ] |
| 158 | imported/csswg-test/css21/linebox/line-height-126.xht [ WontFix ] |
| 159 | [ Mac ] imported/csswg-test/css21/linebox/line-height-129.xht [ WontFix ] |
| 160 | [ Mac ] imported/csswg-test/css21/linebox/vertical-align-117a.xht [ WontFix ] |
| 161 | [ Mac ] imported/csswg-test/css21/linebox/vertical-align-118a.xht [ WontFix ] |
| 162 | [ Mac Win ] imported/csswg-test/css21/linebox/vertical-align-baseline-003.xht [ WontFix ] |
| 163 | [ Mac ] imported/csswg-test/css21/linebox/vertical-align-baseline-004a.xht [ WontFix ] |
| 164 | [ Mac ] imported/csswg-test/css21/linebox/vertical-align-baseline-005a.xht [ WontFix ] |
| 165 | [ Linux ] imported/csswg-test/css21/linebox/vertical-align-sub-001.xht [ WontFix ] |
| 166 | [ Linux ] imported/csswg-test/css21/linebox/vertical-align-super-001.xht [ WontFix ] |
| 167 | |
kojii | 6042229 | 2016-01-18 09:37:14 | [diff] [blame] | 168 | # Ref tests that pass but causes 1px diff on images at direction boundaries. |
| 169 | [ Win ] imported/web-platform-tests/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-002c.html [ WontFix ] |
| 170 | [ Mac ] imported/web-platform-tests/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-006a.html [ WontFix ] |
| 171 | [ Mac ] imported/web-platform-tests/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-006b.html [ WontFix ] |
| 172 | [ Mac Win ] imported/web-platform-tests/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-006c.html [ WontFix ] |
| 173 | [ Mac ] imported/web-platform-tests/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-009a.html [ WontFix ] |
| 174 | [ Mac ] imported/web-platform-tests/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-009b.html [ WontFix ] |
| 175 | [ Mac ] imported/web-platform-tests/html/dom/elements/requirements-relating-to-bidirectional-algorithm-formatting-characters/dir-isolation-009c.html [ WontFix ] |
nainar | a2f07ea5 | 2016-01-25 02:33:53 | [diff] [blame] | 176 | |
| 177 | # We could fix this test for us and upstream it if the test shell user agent |
| 178 | # would let us differentiate test_shell and WebKit DumpTreeNode. |
| 179 | crbug.com/7482 [ Win Mac ] http/tests/misc/timer-vs-loading.html [ WontFix ] |
| 180 | |
noms | 6d8e4bd | 2016-02-22 20:52:55 | [diff] [blame] | 181 | # On Linux bold emoji are already supported. |
| 182 | crbug.com/551843 [ Linux ] fast/text/fallback-traits-fixup.html [ WontFix ] |
Dirk Pranke | 55fc641 | 2016-02-25 03:47:43 | [diff] [blame] | 183 | crbug.com/551843 [ Linux Win ] fast/text/emoji-font-weight-mac.html [ WontFix ] |
noms | 6d8e4bd | 2016-02-22 20:52:55 | [diff] [blame] | 184 | |
nainar | a2f07ea5 | 2016-01-25 02:33:53 | [diff] [blame] | 185 | # 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 they |
| 187 | # pass in the virtual test suite version. |
| 188 | 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 ] |