OLD | NEW |
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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 [ Mac Win ] virtual/textblob/fast/text/chromium-linux-fontconfig-renderstyle.htm
l [ WontFix ] | 97 [ Mac Win ] virtual/textblob/fast/text/chromium-linux-fontconfig-renderstyle.htm
l [ WontFix ] |
98 [ Mac Win ] fast/text/international/arabic-vertical-offset.html [ WontFix ] | 98 [ Mac Win ] fast/text/international/arabic-vertical-offset.html [ WontFix ] |
99 [ Mac Win ] virtual/textblob/fast/text/international/arabic-vertical-offset.html
[ WontFix ] | 99 [ Mac Win ] virtual/textblob/fast/text/international/arabic-vertical-offset.html
[ WontFix ] |
100 [ Mac Win ] fast/text/international/complex-joining-using-gpos.html [ WontFix ] | 100 [ Mac Win ] fast/text/international/complex-joining-using-gpos.html [ WontFix ] |
101 [ Mac Win ] virtual/textblob/fast/text/international/complex-joining-using-gpos.
html [ WontFix ] | 101 [ Mac Win ] virtual/textblob/fast/text/international/complex-joining-using-gpos.
html [ WontFix ] |
102 [ Mac Win ] fast/text/international/draw-complex-text-from-to.html [ WontFix ] | 102 [ Mac Win ] fast/text/international/draw-complex-text-from-to.html [ WontFix ] |
103 [ Mac Win ] virtual/textblob/fast/text/international/draw-complex-text-from-to.h
tml [ WontFix ] | 103 [ Mac Win ] virtual/textblob/fast/text/international/draw-complex-text-from-to.h
tml [ WontFix ] |
104 [ Mac Win ] svg/text/text-with-geometric-precision.svg [ WontFix ] | 104 [ Mac Win ] svg/text/text-with-geometric-precision.svg [ WontFix ] |
105 [ Mac Win ] virtual/textblob/svg/text/text-with-geometric-precision.svg [ WontFi
x ] | 105 [ Mac Win ] virtual/textblob/svg/text/text-with-geometric-precision.svg [ WontFi
x ] |
106 | 106 |
| 107 # This test is specific to Android. Because long pressing on disabled/readonly i
nput/textarea |
| 108 # won't trigger text selection on Linux/Mac/Windows platforms, hence we need to
skip it. |
| 109 [ Linux Mac Win ] editing/selection/readonly-disabled-text-selection.html [ Wont
Fix ] |
| 110 |
107 # AAT/mortx shaping not supported on platforms other than Mac | 111 # AAT/mortx shaping not supported on platforms other than Mac |
108 [ Linux Win Android ] fast/text/aat-morx.html [ WontFix ] | 112 [ Linux Win Android ] fast/text/aat-morx.html [ WontFix ] |
109 [ Linux Win Android ] virtual/antialiasedtext/fast/text/aat-morx.html [ WontFix
] | 113 [ Linux Win Android ] virtual/antialiasedtext/fast/text/aat-morx.html [ WontFix
] |
110 [ Linux Win Android ] virtual/textblob/fast/text/aat-morx.html [ WontFix ] | 114 [ Linux Win Android ] virtual/textblob/fast/text/aat-morx.html [ WontFix ] |
111 | 115 |
112 # This test crashes occasionally on Windows and we can't seem to repro locally. | 116 # This test crashes occasionally on Windows and we can't seem to repro locally. |
113 # See comments in crbug.com/239077 | 117 # See comments in crbug.com/239077 |
114 [ Win ] fast/canvas/webgl/index-validation-with-resized-buffer.html [ WontFix ] | 118 [ Win ] fast/canvas/webgl/index-validation-with-resized-buffer.html [ WontFix ] |
115 | 119 |
116 # Tests in media/stable are only supposed to be run as virtual test (see virtual
/stable/media). | 120 # Tests in media/stable are only supposed to be run as virtual test (see virtual
/stable/media). |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 [ Mac ] fast/text/mixed-direction-bidi-wrap.html [ WontFix ] | 158 [ Mac ] fast/text/mixed-direction-bidi-wrap.html [ WontFix ] |
155 | 159 |
156 # We don't have full plane2 support on XP. | 160 # We don't have full plane2 support on XP. |
157 [ XP ] fast/text/international/plane2.html [ WontFix ] | 161 [ XP ] fast/text/international/plane2.html [ WontFix ] |
158 [ XP ] virtual/textblob/fast/text/international/plane2.html [ WontFix ] | 162 [ XP ] virtual/textblob/fast/text/international/plane2.html [ WontFix ] |
159 | 163 |
160 # These two printing tests fail with the threaded compositor but they | 164 # These two printing tests fail with the threaded compositor but they |
161 # aren't critical to run in this mode. | 165 # aren't critical to run in this mode. |
162 virtual/threaded/printing/setPrinting.html [ WontFix ] | 166 virtual/threaded/printing/setPrinting.html [ WontFix ] |
163 virtual/threaded/printing/width-overflow.html [ WontFix ] | 167 virtual/threaded/printing/width-overflow.html [ WontFix ] |
OLD | NEW |