| OLD | NEW |
| 1 # This file controls which subdirectories of the w3c test repos we do (or don't)
import. | 1 # This file controls which subdirectories of the w3c test repos we do (or don't)
import. |
| 2 # | 2 # |
| 3 # This file acts as a blacklist; directories and files not listed here will auto
matically | 3 # This file acts as a blacklist; directories and files not listed here will auto
matically |
| 4 # be found and imported. | 4 # be found and imported. |
| 5 # | 5 # |
| 6 # This file is read by webkitpy/w3c/directory_owners_extractor.py to decide who | 6 # This file is read by webkitpy/w3c/directory_owners_extractor.py to decide who |
| 7 # to contact for new failures; to allow it to read | 7 # to contact for new failures; to allow it to read |
| 8 # When removing blacklist entries: | 8 # When removing blacklist entries: |
| 9 # * Comment out the line rather than deleting it, to show it is intentional | 9 # * Comment out the line rather than deleting it, to show it is intentional |
| 10 # * Change [ Skip ] to [ Pass ] | 10 # * Change [ Skip ] to [ Pass ] |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 # external/wpt/innerText [ Pass ] | 273 # external/wpt/innerText [ Pass ] |
| 274 external/wpt/js [ Skip ] | 274 external/wpt/js [ Skip ] |
| 275 external/wpt/lint [ Skip ] | 275 external/wpt/lint [ Skip ] |
| 276 external/wpt/lint.whitelist [ Skip ] | 276 external/wpt/lint.whitelist [ Skip ] |
| 277 external/wpt/manifest [ Skip ] | 277 external/wpt/manifest [ Skip ] |
| 278 external/wpt/mathml [ Skip ] | 278 external/wpt/mathml [ Skip ] |
| 279 ## Owners: none; No tests in the directory. | 279 ## Owners: none; No tests in the directory. |
| 280 # external/wpt/media [ Skip ] | 280 # external/wpt/media [ Skip ] |
| 281 ## Owners: mlamouri@chromium.org,zqzhang@chromium.org | 281 ## Owners: mlamouri@chromium.org,zqzhang@chromium.org |
| 282 # external/wpt/mediasession [ Pass ] | 282 # external/wpt/mediasession [ Pass ] |
| 283 ## Owners: chcunningham@chromium.org,mlamouri@chromium.org |
| 284 # external/wpt/media-capabilities |
| 283 external/wpt/media-source [ Skip ] | 285 external/wpt/media-source [ Skip ] |
| 284 external/wpt/mediacapture-record [ Skip ] | 286 external/wpt/mediacapture-record [ Skip ] |
| 285 ## Owners: phoglund@chromium.org | 287 ## Owners: phoglund@chromium.org |
| 286 # external/wpt/mediacapture-streams [ Pass ] | 288 # external/wpt/mediacapture-streams [ Pass ] |
| 287 external/wpt/microdata [ Skip ] | 289 external/wpt/microdata [ Skip ] |
| 288 ## Owners: mkwst@chromium.org | 290 ## Owners: mkwst@chromium.org |
| 289 # external/wpt/mixed-content [ Pass ] | 291 # external/wpt/mixed-content [ Pass ] |
| 290 ## Owners: sunjian@chromium.org,panicker@chromium.org | 292 ## Owners: sunjian@chromium.org,panicker@chromium.org |
| 291 external/wpt/navigation-timing [ Pass ] | 293 external/wpt/navigation-timing [ Pass ] |
| 292 external/wpt/notifications [ Skip ] | 294 external/wpt/notifications [ Skip ] |
| (...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 781 external/wpt/uievents/order-of-events/focus-events/focus-contained-manual.html [
Skip ] | 783 external/wpt/uievents/order-of-events/focus-events/focus-contained-manual.html [
Skip ] |
| 782 external/wpt/uievents/order-of-events/focus-events/legacy-manual.html [ Skip ] | 784 external/wpt/uievents/order-of-events/focus-events/legacy-manual.html [ Skip ] |
| 783 external/wpt/uievents/order-of-events/mouse-events/click-cancel-manual.html [ Sk
ip ] | 785 external/wpt/uievents/order-of-events/mouse-events/click-cancel-manual.html [ Sk
ip ] |
| 784 external/wpt/uievents/order-of-events/mouse-events/click-on-body-manual.html [ S
kip ] | 786 external/wpt/uievents/order-of-events/mouse-events/click-on-body-manual.html [ S
kip ] |
| 785 external/wpt/uievents/order-of-events/mouse-events/click-on-div-manual.html [ Sk
ip ] | 787 external/wpt/uievents/order-of-events/mouse-events/click-on-div-manual.html [ Sk
ip ] |
| 786 external/wpt/uievents/order-of-events/mouse-events/click-on-html-manual.html [ S
kip ] | 788 external/wpt/uievents/order-of-events/mouse-events/click-on-html-manual.html [ S
kip ] |
| 787 external/wpt/uievents/order-of-events/mouse-events/click-order-manual.html [ Ski
p ] | 789 external/wpt/uievents/order-of-events/mouse-events/click-order-manual.html [ Ski
p ] |
| 788 external/wpt/uievents/order-of-events/mouse-events/mouseevents-mousemove-manual.
htm [ Skip ] | 790 external/wpt/uievents/order-of-events/mouse-events/mouseevents-mousemove-manual.
htm [ Skip ] |
| 789 external/wpt/uievents/order-of-events/mouse-events/mousemove-across-manual.html
[ Skip ] | 791 external/wpt/uievents/order-of-events/mouse-events/mousemove-across-manual.html
[ Skip ] |
| 790 external/wpt/uievents/order-of-events/mouse-events/mousemove-between-manual.html
[ Skip ] | 792 external/wpt/uievents/order-of-events/mouse-events/mousemove-between-manual.html
[ Skip ] |
| OLD | NEW |