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

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

Issue 2075343003: Use a cc::Display for layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mailbox-test
Patch Set: layouttests-display2: rebase 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
« no previous file with comments | « content/test/layouttest_support.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 [ Mac ] fast/text/sub-pixel/text-scaling-rtl.html [ WontFix ] 117 [ Mac ] fast/text/sub-pixel/text-scaling-rtl.html [ WontFix ]
118 [ Mac ] fast/text/sub-pixel/text-scaling-vertical.html [ WontFix ] 118 [ Mac ] fast/text/sub-pixel/text-scaling-vertical.html [ WontFix ]
119 [ Mac ] fast/text/sub-pixel/text-scaling-webfont.html [ WontFix ] 119 [ Mac ] fast/text/sub-pixel/text-scaling-webfont.html [ WontFix ]
120 [ Mac ] fast/text/mixed-direction-bidi-wrap.html [ WontFix ] 120 [ Mac ] fast/text/mixed-direction-bidi-wrap.html [ WontFix ]
121 121
122 # These two printing tests fail with the threaded compositor but they 122 # These two printing tests fail with the threaded compositor but they
123 # aren't critical to run in this mode. 123 # aren't critical to run in this mode.
124 virtual/threaded/printing/setPrinting.html [ WontFix ] 124 virtual/threaded/printing/setPrinting.html [ WontFix ]
125 virtual/threaded/printing/width-overflow.html [ WontFix ] 125 virtual/threaded/printing/width-overflow.html [ WontFix ]
126 126
127 # These tests are flaky/fail when threaded and add little value (they're just
128 # reading back Blink's current animation value).
129 virtual/threaded/animations/transition-and-animation-1.html [ WontFix ]
130 virtual/threaded/animations/transition-and-animation-2.html [ WontFix ]
131 virtual/threaded/transitions/transition-end-event-multiple-04.html [ WontFix ]
132
127 # This test only fails with an ASSERT in Debug build. 133 # This test only fails with an ASSERT in Debug build.
128 [ Release ] editing/input/orphan-set-selection-range.html [ WontFix ] 134 [ Release ] editing/input/orphan-set-selection-range.html [ WontFix ]
129 135
130 # See crbug.com/522326 136 # See crbug.com/522326
131 imported/wpt/html/obsolete/requirements-for-implementations/the-marquee-element- 0/marquee-events.html [ WontFix ] 137 imported/wpt/html/obsolete/requirements-for-implementations/the-marquee-element- 0/marquee-events.html [ WontFix ]
132 # We don't allow to access external hosts in layout tests. 138 # We don't allow to access external hosts in layout tests.
133 imported/wpt/html/the-xhtml-syntax/parsing-xhtml-documents/xhtml-mathml-dtd-enti ty-support.htm [ WontFix ] 139 imported/wpt/html/the-xhtml-syntax/parsing-xhtml-documents/xhtml-mathml-dtd-enti ty-support.htm [ WontFix ]
134 140
135 # Some CSS2.1 tests pass but cause 1px diff due to old font-size guidelines, 141 # Some CSS2.1 tests pass but cause 1px diff due to old font-size guidelines,
136 # or render colors differently for text and images on Mac. 142 # or render colors differently for text and images on Mac.
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 176
171 # On Linux bold emoji are already supported. 177 # On Linux bold emoji are already supported.
172 crbug.com/551843 [ Linux ] fast/text/fallback-traits-fixup.html [ WontFix ] 178 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 ] 179 crbug.com/551843 [ Linux Win ] fast/text/emoji-font-weight-mac.html [ WontFix ]
174 180
175 # These tests are too slow with our MESA backend. We can re-enable when we have 181 # 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 182 # bots running tests on real hardware. Don't want to just delete these because t hey
177 # pass in the virtual test suite version. 183 # pass in the virtual test suite version.
178 webkit.org/b/49629 compositing/lots-of-img-layers.html [ WontFix ] 184 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 ] 185 webkit.org/b/49629 compositing/lots-of-img-layers-with-opacity.html [ WontFix ]
OLDNEW
« no previous file with comments | « content/test/layouttest_support.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698