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

Side by Side Diff: LayoutTests/NeverFixTests

Issue 1207243003: Mark two writing-modes tests as WontFix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 | « no previous file | LayoutTests/TestExpectations » ('j') | 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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 153
154 # Subpixel font scaling requires DirectWrite on windows (which isn't supported 154 # Subpixel font scaling requires DirectWrite on windows (which isn't supported
155 # on XP) and antialiasing on mac (which isn't enabled tests). 155 # on XP) and antialiasing on mac (which isn't enabled tests).
156 [ XP Mac ] fast/text/sub-pixel/text-scaling-ltr.html [ WontFix ] 156 [ XP Mac ] fast/text/sub-pixel/text-scaling-ltr.html [ WontFix ]
157 [ XP Mac ] fast/text/sub-pixel/text-scaling-pixel.html [ WontFix ] 157 [ XP Mac ] fast/text/sub-pixel/text-scaling-pixel.html [ WontFix ]
158 [ XP Mac ] fast/text/sub-pixel/text-scaling-rtl.html [ WontFix ] 158 [ XP Mac ] fast/text/sub-pixel/text-scaling-rtl.html [ WontFix ]
159 [ XP Mac ] fast/text/sub-pixel/text-scaling-vertical.html [ WontFix ] 159 [ XP Mac ] fast/text/sub-pixel/text-scaling-vertical.html [ WontFix ]
160 [ XP Mac ] fast/text/sub-pixel/text-scaling-webfont.html [ WontFix ] 160 [ XP Mac ] fast/text/sub-pixel/text-scaling-webfont.html [ WontFix ]
161 [ Mac ] fast/text/mixed-direction-bidi-wrap.html [ WontFix ] 161 [ Mac ] fast/text/mixed-direction-bidi-wrap.html [ WontFix ]
162 162
163 # Mac 10.6 debug only, and the tests are very artificial to test orientation of all code points.
164 [ SnowLeopard Debug ] imported/csswg-test/css-writing-modes-3/text-orientation-s cript-001k.html [ WontFix ]
165 [ SnowLeopard Debug ] imported/csswg-test/css-writing-modes-3/text-orientation-s cript-001m.html [ WontFix ]
166
163 # We don't have the necessary fonts for these tests on XP. 167 # We don't have the necessary fonts for these tests on XP.
164 [ XP ] imported/csswg-test/css-writing-modes-3/text-orientation-script-001f.html [ WontFix ] 168 [ XP ] imported/csswg-test/css-writing-modes-3/text-orientation-script-001f.html [ WontFix ]
165 [ XP ] imported/csswg-test/css-writing-modes-3/text-orientation-script-001g.html [ WontFix ] 169 [ XP ] imported/csswg-test/css-writing-modes-3/text-orientation-script-001g.html [ WontFix ]
166 [ XP ] imported/csswg-test/css-writing-modes-3/text-orientation-script-001h.html [ WontFix ] 170 [ XP ] imported/csswg-test/css-writing-modes-3/text-orientation-script-001h.html [ WontFix ]
167 [ XP ] imported/csswg-test/css-writing-modes-3/text-orientation-script-001l.html [ WontFix ] 171 [ XP ] imported/csswg-test/css-writing-modes-3/text-orientation-script-001l.html [ WontFix ]
168 [ XP ] imported/csswg-test/css-writing-modes-3/text-orientation-script-001o.html [ WontFix ] 172 [ XP ] imported/csswg-test/css-writing-modes-3/text-orientation-script-001o.html [ WontFix ]
169 173
170 # Relies on precise timing which isn't reliable on XP. 174 # Relies on precise timing which isn't reliable on XP.
171 [ XP ] imported/web-platform-tests/user-timing/test_user_timing_mark.html [ Wont Fix ] 175 [ XP ] imported/web-platform-tests/user-timing/test_user_timing_mark.html [ Wont Fix ]
172 176
173 # We don't have full plane2 support on XP. 177 # We don't have full plane2 support on XP.
174 [ XP ] fast/text/international/plane2.html [ WontFix ] 178 [ XP ] fast/text/international/plane2.html [ WontFix ]
175 179
176 # These two printing tests fail with the threaded compositor but they 180 # These two printing tests fail with the threaded compositor but they
177 # aren't critical to run in this mode. 181 # aren't critical to run in this mode.
178 virtual/threaded/printing/setPrinting.html [ WontFix ] 182 virtual/threaded/printing/setPrinting.html [ WontFix ]
179 virtual/threaded/printing/width-overflow.html [ WontFix ] 183 virtual/threaded/printing/width-overflow.html [ WontFix ]
180 184
181 # This test only fails with an ASSERT in Debug build. 185 # This test only fails with an ASSERT in Debug build.
182 [ Release ] editing/input/orphan-set-selection-range.html [ WontFix ] 186 [ Release ] editing/input/orphan-set-selection-range.html [ WontFix ]
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/TestExpectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698