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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
226 # These tests require audio codecs which are generally not available; | 226 # These tests require audio codecs which are generally not available; |
227 # these tests can still be run manually with --skiped=ignore. | 227 # these tests can still be run manually with --skiped=ignore. |
228 webaudio/codec-tests/mp3 [ WontFix ] | 228 webaudio/codec-tests/mp3 [ WontFix ] |
229 webaudio/codec-tests/aac [ WontFix ] | 229 webaudio/codec-tests/aac [ WontFix ] |
230 virtual/sharedarraybuffer/webaudio/codec-tests/mp3 [ WontFix ] | 230 virtual/sharedarraybuffer/webaudio/codec-tests/mp3 [ WontFix ] |
231 virtual/sharedarraybuffer/webaudio/codec-tests/aac [ WontFix ] | 231 virtual/sharedarraybuffer/webaudio/codec-tests/aac [ WontFix ] |
232 | 232 |
233 # WPT subdirectories without owners. | 233 # WPT subdirectories without owners. |
234 external/wpt/accelerometer [ WontFix ] | 234 external/wpt/accelerometer [ WontFix ] |
235 external/wpt/assumptions [ WontFix ] | 235 external/wpt/assumptions [ WontFix ] |
236 external/wpt/auxclick [ WontFix ] | |
237 external/wpt/clear-site-data [ WontFix ] | 236 external/wpt/clear-site-data [ WontFix ] |
238 external/wpt/css-values [ WontFix ] | 237 external/wpt/css-values [ WontFix ] |
239 external/wpt/gyroscope [ WontFix ] | 238 external/wpt/gyroscope [ WontFix ] |
240 external/wpt/magnetometer [ WontFix ] | 239 external/wpt/magnetometer [ WontFix ] |
241 external/wpt/upgrade-insecure-requests [ WontFix ] | 240 external/wpt/upgrade-insecure-requests [ WontFix ] |
242 external/wpt/longtask-timing [ WontFix ] | 241 external/wpt/longtask-timing [ WontFix ] |
243 | 242 |
244 # WPT manual tests without automation | 243 # WPT manual tests without automation |
245 external/wpt/html/semantics/forms/constraints/tooShort-input-email-add-manual.ht
ml [ WontFix ] | 244 external/wpt/html/semantics/forms/constraints/tooShort-input-email-add-manual.ht
ml [ WontFix ] |
246 external/wpt/html/semantics/forms/constraints/tooShort-input-password-add-manual
.html [ WontFix ] | 245 external/wpt/html/semantics/forms/constraints/tooShort-input-password-add-manual
.html [ WontFix ] |
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
581 #external/wpt/encrypted-media/clearkey-mp4-update-disallowed-input.html [ WontFi
x ] | 580 #external/wpt/encrypted-media/clearkey-mp4-update-disallowed-input.html [ WontFi
x ] |
582 #external/wpt/encrypted-media/clearkey-mp4-waiting-for-a-key.html [ WontFix ] | 581 #external/wpt/encrypted-media/clearkey-mp4-waiting-for-a-key.html [ WontFix ] |
583 #external/wpt/encrypted-media/clearkey-events-session-closed-event.html [ WontFi
x ] | 582 #external/wpt/encrypted-media/clearkey-events-session-closed-event.html [ WontFi
x ] |
584 #external/wpt/encrypted-media/clearkey-update-non-ascii-input.html [ WontFix ] | 583 #external/wpt/encrypted-media/clearkey-update-non-ascii-input.html [ WontFix ] |
585 | 584 |
586 # This W3C EME test fetches a file which is not allowed | 585 # This W3C EME test fetches a file which is not allowed |
587 #external/wpt/encrypted-media/idlharness.html [ WontFix ] | 586 #external/wpt/encrypted-media/idlharness.html [ WontFix ] |
588 | 587 |
589 [ Win7 Debug ] virtual/disable-spinvalidation/compositing/perpendicular-layer-so
rting.html [ WontFix ] | 588 [ Win7 Debug ] virtual/disable-spinvalidation/compositing/perpendicular-layer-so
rting.html [ WontFix ] |
590 | 589 |
OLD | NEW |