| 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 crbug.com/712970 virtual/mojo-loading/http/tests/wasm_streaming/ [ WontFix ] | 245 crbug.com/712970 virtual/mojo-loading/http/tests/wasm_streaming/ [ WontFix ] |
| 246 | 246 |
| 247 # These tests require audio codecs which are generally not available; | 247 # These tests require audio codecs which are generally not available; |
| 248 # these tests can still be run manually with --skiped=ignore. | 248 # these tests can still be run manually with --skiped=ignore. |
| 249 webaudio/codec-tests/mp3 [ WontFix ] | 249 webaudio/codec-tests/mp3 [ WontFix ] |
| 250 webaudio/codec-tests/aac [ WontFix ] | 250 webaudio/codec-tests/aac [ WontFix ] |
| 251 | 251 |
| 252 # WPT subdirectories without owners. | 252 # WPT subdirectories without owners. |
| 253 external/wpt/accelerometer [ WontFix ] | 253 external/wpt/accelerometer [ WontFix ] |
| 254 external/wpt/assumptions [ WontFix ] | 254 external/wpt/assumptions [ WontFix ] |
| 255 external/wpt/clear-site-data [ WontFix ] | |
| 256 external/wpt/css/css-transforms-2 [ WontFix ] | 255 external/wpt/css/css-transforms-2 [ WontFix ] |
| 257 external/wpt/css-values [ WontFix ] | 256 external/wpt/css-values [ WontFix ] |
| 258 external/wpt/gyroscope [ WontFix ] | 257 external/wpt/gyroscope [ WontFix ] |
| 259 external/wpt/longtask-timing [ WontFix ] | 258 external/wpt/longtask-timing [ WontFix ] |
| 260 external/wpt/magnetometer [ WontFix ] | 259 external/wpt/magnetometer [ WontFix ] |
| 261 external/wpt/upgrade-insecure-requests [ WontFix ] | 260 external/wpt/upgrade-insecure-requests [ WontFix ] |
| 262 | 261 |
| 263 # Upstreaming WPT font matching tests first, then activating those once the new | 262 # Upstreaming WPT font matching tests first, then activating those once the new |
| 264 # font matching algorithm implementation is in place. | 263 # font matching algorithm implementation is in place. |
| 265 crbug.com/733154 external/wpt/fonts/matching [ WontFix ] | 264 crbug.com/733154 external/wpt/fonts/matching [ WontFix ] |
| (...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 899 | 898 |
| 900 # These directories have manual tests that don't have to run with | 899 # These directories have manual tests that don't have to run with |
| 901 # run-webkit-tests; see https://crbug.com/359838. | 900 # run-webkit-tests; see https://crbug.com/359838. |
| 902 http/tests/ManualTests/ [ WontFix ] | 901 http/tests/ManualTests/ [ WontFix ] |
| 903 virtual/mojo-loading/http/tests/ManualTests/ [ WontFix ] | 902 virtual/mojo-loading/http/tests/ManualTests/ [ WontFix ] |
| 904 | 903 |
| 905 # These test produce invisible different pixels on Win7 Debug. | 904 # These test produce invisible different pixels on Win7 Debug. |
| 906 [ Win7 Debug ] fast/table/backgr_border-table-column-group-collapsed-border.html
[ WontFix ] | 905 [ Win7 Debug ] fast/table/backgr_border-table-column-group-collapsed-border.html
[ WontFix ] |
| 907 [ Win7 Debug ] virtual/mojo-loading/fast/table/backgr_border-table-column-group-
collapsed-border.html [ WontFix ] | 906 [ Win7 Debug ] virtual/mojo-loading/fast/table/backgr_border-table-column-group-
collapsed-border.html [ WontFix ] |
| 908 | 907 |
| OLD | NEW |