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 6 categories of tests here: | 2 # There should only be 6 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 # 5. Tests that crash due to resource limitations on some platforms or in Debu
g. | 7 # 5. Tests that crash due to resource limitations on some platforms or in Debu
g. |
8 # 6. Tests that fail due to Debug rendering variations from Release behavior. | 8 # 6. Tests that fail due to Debug rendering variations from Release behavior. |
9 | 9 |
10 # FIXME: Remove the WontFix keyword and have that be implied. That way, people w
on't abuse | 10 # FIXME: Remove the WontFix keyword and have that be implied. That way, people w
on't abuse |
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
210 | 210 |
211 # WPT subdirectories without owners. | 211 # WPT subdirectories without owners. |
212 external/wpt/accelerometer [ WontFix ] | 212 external/wpt/accelerometer [ WontFix ] |
213 external/wpt/assumptions [ WontFix ] | 213 external/wpt/assumptions [ WontFix ] |
214 external/wpt/auxclick [ WontFix ] | 214 external/wpt/auxclick [ WontFix ] |
215 external/wpt/clear-site-data [ WontFix ] | 215 external/wpt/clear-site-data [ WontFix ] |
216 external/wpt/css-values [ WontFix ] | 216 external/wpt/css-values [ WontFix ] |
217 external/wpt/gyroscope [ WontFix ] | 217 external/wpt/gyroscope [ WontFix ] |
218 external/wpt/magnetometer [ WontFix ] | 218 external/wpt/magnetometer [ WontFix ] |
219 external/wpt/preload [ WontFix ] | 219 external/wpt/preload [ WontFix ] |
220 external/wpt/upgrade-insecure-requests [ WontFix ] | |
221 | 220 |
222 # WPT manual tests without automation | 221 # WPT manual tests without automation |
223 external/wpt/html/semantics/forms/constraints/tooShort-input-email-add-manual.ht
ml [ WontFix ] | 222 external/wpt/html/semantics/forms/constraints/tooShort-input-email-add-manual.ht
ml [ WontFix ] |
224 external/wpt/html/semantics/forms/constraints/tooShort-input-password-add-manual
.html [ WontFix ] | 223 external/wpt/html/semantics/forms/constraints/tooShort-input-password-add-manual
.html [ WontFix ] |
225 external/wpt/html/semantics/forms/constraints/tooShort-input-search-add-manual.h
tml [ WontFix ] | 224 external/wpt/html/semantics/forms/constraints/tooShort-input-search-add-manual.h
tml [ WontFix ] |
226 external/wpt/html/semantics/forms/constraints/tooShort-input-tel-add-manual.html
[ WontFix ] | 225 external/wpt/html/semantics/forms/constraints/tooShort-input-tel-add-manual.html
[ WontFix ] |
227 external/wpt/html/semantics/forms/constraints/tooShort-input-text-add-manual.htm
l [ WontFix ] | 226 external/wpt/html/semantics/forms/constraints/tooShort-input-text-add-manual.htm
l [ WontFix ] |
228 external/wpt/html/semantics/forms/constraints/tooShort-input-url-add-manual.html
[ WontFix ] | 227 external/wpt/html/semantics/forms/constraints/tooShort-input-url-add-manual.html
[ WontFix ] |
229 external/wpt/html/semantics/forms/constraints/tooShort-textarea-add-manual.html
[ WontFix ] | 228 external/wpt/html/semantics/forms/constraints/tooShort-textarea-add-manual.html
[ WontFix ] |
230 external/wpt/selection/dir-manual.html [ WontFix ] | 229 external/wpt/selection/dir-manual.html [ WontFix ] |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
324 #external/wpt/encrypted-media/clearkey-mp4-syntax-mediakeys.html [ WontFix ] | 323 #external/wpt/encrypted-media/clearkey-mp4-syntax-mediakeys.html [ WontFix ] |
325 #external/wpt/encrypted-media/clearkey-mp4-syntax-mediakeysystemaccess.html [ Wo
ntFix ] | 324 #external/wpt/encrypted-media/clearkey-mp4-syntax-mediakeysystemaccess.html [ Wo
ntFix ] |
326 #external/wpt/encrypted-media/clearkey-mp4-unique-origin.html [ WontFix ] | 325 #external/wpt/encrypted-media/clearkey-mp4-unique-origin.html [ WontFix ] |
327 #external/wpt/encrypted-media/clearkey-mp4-update-disallowed-input.html [ WontFi
x ] | 326 #external/wpt/encrypted-media/clearkey-mp4-update-disallowed-input.html [ WontFi
x ] |
328 #external/wpt/encrypted-media/clearkey-mp4-waiting-for-a-key.html [ WontFix ] | 327 #external/wpt/encrypted-media/clearkey-mp4-waiting-for-a-key.html [ WontFix ] |
329 #external/wpt/encrypted-media/clearkey-events-session-closed-event.html [ WontFi
x ] | 328 #external/wpt/encrypted-media/clearkey-events-session-closed-event.html [ WontFi
x ] |
330 #external/wpt/encrypted-media/clearkey-update-non-ascii-input.html [ WontFix ] | 329 #external/wpt/encrypted-media/clearkey-update-non-ascii-input.html [ WontFix ] |
331 | 330 |
332 # This W3C EME test fetches a file which is not allowed | 331 # This W3C EME test fetches a file which is not allowed |
333 #external/wpt/encrypted-media/idlharness.html [ WontFix ] | 332 #external/wpt/encrypted-media/idlharness.html [ WontFix ] |
OLD | NEW |