OLD | NEW |
1 # This file should only include tests that we never want to run. | 1 # This file should only include tests that we never want to run. |
2 # There should only be the following categories of tests here: | 2 # There should only be the following categories of tests here: |
3 # 1. Tests of the test harness (run-webkit-tests) itself. | 3 # 1. Tests of the test harness (run-webkit-tests) itself. |
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 # 7. Tests that are not meant to be run automatically (manual tests). | 9 # 7. Tests that are not meant to be run automatically (manual tests). |
10 # 8. Tests that are automatically imported but not intended to be run. | 10 # 8. Tests that are automatically imported but not intended to be run. |
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
219 | 219 |
220 # These tests require audio codecs which are generally not available; | 220 # These tests require audio codecs which are generally not available; |
221 # these tests can still be run manually with --skiped=ignore. | 221 # these tests can still be run manually with --skiped=ignore. |
222 webaudio/codec-tests/mp3 [ WontFix ] | 222 webaudio/codec-tests/mp3 [ WontFix ] |
223 webaudio/codec-tests/aac [ WontFix ] | 223 webaudio/codec-tests/aac [ WontFix ] |
224 | 224 |
225 # WPT subdirectories without owners. | 225 # WPT subdirectories without owners. |
226 external/wpt/accelerometer [ WontFix ] | 226 external/wpt/accelerometer [ WontFix ] |
227 external/wpt/assumptions [ WontFix ] | 227 external/wpt/assumptions [ WontFix ] |
228 external/wpt/clear-site-data [ WontFix ] | 228 external/wpt/clear-site-data [ WontFix ] |
| 229 external/wpt/css/css-transforms-2 [ WontFix ] |
229 external/wpt/css-values [ WontFix ] | 230 external/wpt/css-values [ WontFix ] |
230 external/wpt/gyroscope [ WontFix ] | 231 external/wpt/gyroscope [ WontFix ] |
| 232 external/wpt/longtask-timing [ WontFix ] |
231 external/wpt/magnetometer [ WontFix ] | 233 external/wpt/magnetometer [ WontFix ] |
232 external/wpt/upgrade-insecure-requests [ WontFix ] | 234 external/wpt/upgrade-insecure-requests [ WontFix ] |
233 external/wpt/longtask-timing [ WontFix ] | |
234 | 235 |
235 # Temporary disabling of all encrypted-media WPT tests while enabling | 236 # Temporary disabling of all encrypted-media WPT tests while enabling |
236 # https only. Once the switch is complete (and the WPT tests renamed so they | 237 # https only. Once the switch is complete (and the WPT tests renamed so they |
237 # run using https), they can be re-enabled. | 238 # run using https), they can be re-enabled. |
238 crbug.com/672605 external/wpt/encrypted-media [ WontFix ] | 239 crbug.com/672605 external/wpt/encrypted-media [ WontFix ] |
239 | 240 |
240 # These tests require a DRM system that is not available with content_shell. | 241 # These tests require a DRM system that is not available with content_shell. |
241 #external/wpt/encrypted-media/drm-check-initdata-type.html [ WontFix ] | 242 #external/wpt/encrypted-media/drm-check-initdata-type.html [ WontFix ] |
242 #external/wpt/encrypted-media/drm-events.html [ WontFix ] | 243 #external/wpt/encrypted-media/drm-events.html [ WontFix ] |
243 #external/wpt/encrypted-media/drm-events-session-closed-event.html [ WontFix ] | 244 #external/wpt/encrypted-media/drm-events-session-closed-event.html [ WontFix ] |
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
747 external/wpt/css/css-writing-modes-3/first-page-vrl-002.xht [ WontFix ] | 748 external/wpt/css/css-writing-modes-3/first-page-vrl-002.xht [ WontFix ] |
748 external/wpt/css/css-writing-modes-3/page-flow-direction-002.xht [ WontFix ] | 749 external/wpt/css/css-writing-modes-3/page-flow-direction-002.xht [ WontFix ] |
749 external/wpt/css/css-writing-modes-3/page-flow-direction-003.xht [ WontFix ] | 750 external/wpt/css/css-writing-modes-3/page-flow-direction-003.xht [ WontFix ] |
750 external/wpt/css/css-writing-modes-3/page-flow-direction-slr-005.xht [ WontFix ] | 751 external/wpt/css/css-writing-modes-3/page-flow-direction-slr-005.xht [ WontFix ] |
751 external/wpt/css/css-writing-modes-3/page-flow-direction-srl-004.xht [ WontFix ] | 752 external/wpt/css/css-writing-modes-3/page-flow-direction-srl-004.xht [ WontFix ] |
752 | 753 |
753 # These directories have manual tests that don't have to run with | 754 # These directories have manual tests that don't have to run with |
754 # run-webkit-tests; see https://crbug.com/359838. | 755 # run-webkit-tests; see https://crbug.com/359838. |
755 http/tests/ManualTests/ [ WontFix ] | 756 http/tests/ManualTests/ [ WontFix ] |
756 virtual/mojo-loading/http/tests/ManualTests/ [ WontFix ] | 757 virtual/mojo-loading/http/tests/ManualTests/ [ WontFix ] |
OLD | NEW |