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

Side by Side Diff: LayoutTests/NeverFixTests

Issue 175253002: Switch to HarfBuzz on Mac and remove CoreText shaper (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fighting trunk TestExpectation changes Created 6 years, 2 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 [ Mac ] compositing/gestures [ WontFix ] 91 [ Mac ] compositing/gestures [ WontFix ]
92 92
93 # These tests are specific to Linux. 93 # These tests are specific to Linux.
94 [ Mac Win ] editing/selection/linux_selection_color.html [ WontFix ] 94 [ Mac Win ] editing/selection/linux_selection_color.html [ WontFix ]
95 [ Mac Win ] fast/text/chromium-linux-fontconfig-renderstyle.html [ WontFix ] 95 [ Mac Win ] fast/text/chromium-linux-fontconfig-renderstyle.html [ WontFix ]
96 [ Mac Win ] fast/text/international/arabic-vertical-offset.html [ WontFix ] 96 [ Mac Win ] fast/text/international/arabic-vertical-offset.html [ WontFix ]
97 [ Mac Win ] fast/text/international/complex-joining-using-gpos.html [ WontFix ] 97 [ Mac Win ] fast/text/international/complex-joining-using-gpos.html [ WontFix ]
98 [ Mac Win ] fast/text/international/draw-complex-text-from-to.html [ WontFix ] 98 [ Mac Win ] fast/text/international/draw-complex-text-from-to.html [ WontFix ]
99 [ Mac Win ] svg/text/text-with-geometric-precision.svg [ WontFix ] 99 [ Mac Win ] svg/text/text-with-geometric-precision.svg [ WontFix ]
100 100
101 # AAT/mortx shaping not supported on platforms other than Mac
102 [ Linux Win Android ] fast/text/aat-morx.html [ WontFix ]
103 [ Linux Win Android ] virtual/antialiasedtext/fast/text/aat-morx.html [ WontFix ]
104
101 # This test crashes occasionally on Windows and we can't seem to repro locally. 105 # This test crashes occasionally on Windows and we can't seem to repro locally.
102 # See comments in crbug.com/239077 106 # See comments in crbug.com/239077
103 [ Win ] fast/canvas/webgl/index-validation-with-resized-buffer.html [ WontFix ] 107 [ Win ] fast/canvas/webgl/index-validation-with-resized-buffer.html [ WontFix ]
104 108
105 # Tests in media/stable are only supposed to be run as virtual test (see virtual /stable/media). 109 # Tests in media/stable are only supposed to be run as virtual test (see virtual /stable/media).
106 media/stable [ WontFix ] 110 media/stable [ WontFix ]
107 111
108 # Only run fake-Android tests on Linux 112 # Only run fake-Android tests on Linux
109 [ Mac Win ] virtual/android [ WontFix ] 113 [ Mac Win ] virtual/android [ WontFix ]
110 114
(...skipping 25 matching lines...) Expand all
136 [ XP Mac ] fast/text/sub-pixel/text-scaling-vertical.html [ WontFix ] 140 [ XP Mac ] fast/text/sub-pixel/text-scaling-vertical.html [ WontFix ]
137 [ XP Mac ] fast/text/sub-pixel/text-scaling-webfont.html [ WontFix ] 141 [ XP Mac ] fast/text/sub-pixel/text-scaling-webfont.html [ WontFix ]
138 142
139 # We don't have full plane2 support on XP. 143 # We don't have full plane2 support on XP.
140 [ XP ] fast/text/international/plane2.html [ WontFix ] 144 [ XP ] fast/text/international/plane2.html [ WontFix ]
141 145
142 # These two printing tests fail with the threaded compositor but they 146 # These two printing tests fail with the threaded compositor but they
143 # aren't critical to run in this mode. 147 # aren't critical to run in this mode.
144 virtual/threaded/printing/setPrinting.html [ WontFix ] 148 virtual/threaded/printing/setPrinting.html [ WontFix ]
145 virtual/threaded/printing/width-overflow.html [ WontFix ] 149 virtual/threaded/printing/width-overflow.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