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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 # WPT subdirectories without owners. | 211 # WPT subdirectories without owners. |
212 imported/wpt/accelerometer [ WontFix ] | 212 imported/wpt/accelerometer [ WontFix ] |
213 imported/wpt/auxclick [ WontFix ] | 213 imported/wpt/auxclick [ WontFix ] |
214 imported/wpt/clear-site-data [ WontFix ] | 214 imported/wpt/clear-site-data [ WontFix ] |
215 imported/wpt/css-values [ WontFix ] | 215 imported/wpt/css-values [ WontFix ] |
216 imported/wpt/gyroscope [ WontFix ] | 216 imported/wpt/gyroscope [ WontFix ] |
217 imported/wpt/magnetometer [ WontFix ] | 217 imported/wpt/magnetometer [ WontFix ] |
218 imported/wpt/preload [ WontFix ] | 218 imported/wpt/preload [ WontFix ] |
219 imported/wpt/upgrade-insecure-requests [ WontFix ] | 219 imported/wpt/upgrade-insecure-requests [ WontFix ] |
220 | 220 |
| 221 # Manual tests in WPT |
| 222 imported/wpt/editing/manual [ WontFix ] |
| 223 imported/wpt/selection/dir-manual.html [ WontFix ] |
| 224 |
221 # These tests require a DRM system that is not available with content_shell. | 225 # These tests require a DRM system that is not available with content_shell. |
222 imported/wpt/encrypted-media/drm-check-initdata-type.html [ WontFix ] | 226 imported/wpt/encrypted-media/drm-check-initdata-type.html [ WontFix ] |
223 imported/wpt/encrypted-media/drm-events.html [ WontFix ] | 227 imported/wpt/encrypted-media/drm-events.html [ WontFix ] |
224 imported/wpt/encrypted-media/drm-events-session-closed-event.html [ WontFix ] | 228 imported/wpt/encrypted-media/drm-events-session-closed-event.html [ WontFix ] |
225 imported/wpt/encrypted-media/drm-expiration.html [ WontFix ] | 229 imported/wpt/encrypted-media/drm-expiration.html [ WontFix ] |
226 imported/wpt/encrypted-media/drm-generate-request-disallowed-input.html [ WontFi
x ] | 230 imported/wpt/encrypted-media/drm-generate-request-disallowed-input.html [ WontFi
x ] |
227 imported/wpt/encrypted-media/drm-invalid-license.html [ WontFix ] | 231 imported/wpt/encrypted-media/drm-invalid-license.html [ WontFix ] |
228 imported/wpt/encrypted-media/drm-keystatuses.html [ WontFix ] | 232 imported/wpt/encrypted-media/drm-keystatuses.html [ WontFix ] |
229 imported/wpt/encrypted-media/drm-keystatuses-multiple-sessions.html [ WontFix ] | 233 imported/wpt/encrypted-media/drm-keystatuses-multiple-sessions.html [ WontFix ] |
230 imported/wpt/encrypted-media/drm-mp4-onencrypted.html [ WontFix ] | 234 imported/wpt/encrypted-media/drm-mp4-onencrypted.html [ WontFix ] |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
308 imported/wpt/encrypted-media/clearkey-mp4-syntax-mediakeys.html [ WontFix ] | 312 imported/wpt/encrypted-media/clearkey-mp4-syntax-mediakeys.html [ WontFix ] |
309 imported/wpt/encrypted-media/clearkey-mp4-syntax-mediakeysystemaccess.html [ Won
tFix ] | 313 imported/wpt/encrypted-media/clearkey-mp4-syntax-mediakeysystemaccess.html [ Won
tFix ] |
310 imported/wpt/encrypted-media/clearkey-mp4-unique-origin.html [ WontFix ] | 314 imported/wpt/encrypted-media/clearkey-mp4-unique-origin.html [ WontFix ] |
311 imported/wpt/encrypted-media/clearkey-mp4-update-disallowed-input.html [ WontFix
] | 315 imported/wpt/encrypted-media/clearkey-mp4-update-disallowed-input.html [ WontFix
] |
312 imported/wpt/encrypted-media/clearkey-mp4-waiting-for-a-key.html [ WontFix ] | 316 imported/wpt/encrypted-media/clearkey-mp4-waiting-for-a-key.html [ WontFix ] |
313 imported/wpt/encrypted-media/clearkey-events-session-closed-event.html [ WontFix
] | 317 imported/wpt/encrypted-media/clearkey-events-session-closed-event.html [ WontFix
] |
314 imported/wpt/encrypted-media/clearkey-update-non-ascii-input.html [ WontFix ] | 318 imported/wpt/encrypted-media/clearkey-update-non-ascii-input.html [ WontFix ] |
315 | 319 |
316 # This W3C EME test fetches a file which is not allowed | 320 # This W3C EME test fetches a file which is not allowed |
317 imported/wpt/encrypted-media/idlharness.html [ WontFix ] | 321 imported/wpt/encrypted-media/idlharness.html [ WontFix ] |
OLD | NEW |