OLD | NEW |
1 # This file controls which subdirectories of the w3c test repos we import. | 1 # This file controls which subdirectories of the w3c test repos we import. |
2 # | 2 # |
3 # This file acts as a blacklist; directories and files not listed here will | 3 # This file acts as a blacklist; directories and files not listed here will |
4 # automatically be found and imported. | 4 # automatically 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; it will read entries with the following format: | 7 # to contact for new failures; it will read entries with the following format: |
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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
331 ## Owners: jochen@chromium.org,estark@chromium.org | 331 ## Owners: jochen@chromium.org,estark@chromium.org |
332 # external/wpt/referrer-policy [ Pass ] | 332 # external/wpt/referrer-policy [ Pass ] |
333 external/wpt/resource-timing [ Skip ] | 333 external/wpt/resource-timing [ Skip ] |
334 ## Owners: jsbell@chromium.org | 334 ## Owners: jsbell@chromium.org |
335 # external/wpt/resources [ Pass ] | 335 # external/wpt/resources [ Pass ] |
336 external/wpt/resources/docs [ Skip ] | 336 external/wpt/resources/docs [ Skip ] |
337 external/wpt/resources/examples [ Skip ] | 337 external/wpt/resources/examples [ Skip ] |
338 external/wpt/resources/webidl2/README.md [ Skip ] | 338 external/wpt/resources/webidl2/README.md [ Skip ] |
339 external/wpt/resources/webidl2/test [ Skip ] | 339 external/wpt/resources/webidl2/test [ Skip ] |
340 external/wpt/screen-orientation [ Skip ] | 340 external/wpt/screen-orientation [ Skip ] |
341 external/wpt/secure-contexts [ Skip ] | 341 ## Owners: mkwst@chromium.org |
| 342 # external/wpt/secure-contexts [ Pass ] |
342 ## Owners: dom-dev@chromium.org | 343 ## Owners: dom-dev@chromium.org |
343 # external/wpt/selection [ Pass ] | 344 # external/wpt/selection [ Pass ] |
344 external/wpt/selectors [ Skip ] | 345 external/wpt/selectors [ Skip ] |
345 external/wpt/selectors-api [ Skip ] | 346 external/wpt/selectors-api [ Skip ] |
346 external/wpt/serve [ Skip ] | 347 external/wpt/serve [ Skip ] |
347 external/wpt/serve.py [ Skip ] | 348 external/wpt/serve.py [ Skip ] |
348 external/wpt/server-side.md [ Skip ] | 349 external/wpt/server-side.md [ Skip ] |
349 ## Owners: worker-dev@chromium.org | 350 ## Owners: worker-dev@chromium.org |
350 # external/wpt/service-workers [ Pass ] | 351 # external/wpt/service-workers [ Pass ] |
351 ## Owners: jsbell@chromium.org | 352 ## Owners: jsbell@chromium.org |
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
733 external/wpt/uievents/order-of-events/mouse-events/click-on-html-manual.html [ S
kip ] | 734 external/wpt/uievents/order-of-events/mouse-events/click-on-html-manual.html [ S
kip ] |
734 external/wpt/uievents/order-of-events/mouse-events/click-order-manual.html [ Ski
p ] | 735 external/wpt/uievents/order-of-events/mouse-events/click-order-manual.html [ Ski
p ] |
735 external/wpt/uievents/order-of-events/mouse-events/mouseevents-mousemove-manual.
htm [ Skip ] | 736 external/wpt/uievents/order-of-events/mouse-events/mouseevents-mousemove-manual.
htm [ Skip ] |
736 external/wpt/uievents/order-of-events/mouse-events/mousemove-across-manual.html
[ Skip ] | 737 external/wpt/uievents/order-of-events/mouse-events/mousemove-across-manual.html
[ Skip ] |
737 external/wpt/uievents/order-of-events/mouse-events/mousemove-between-manual.html
[ Skip ] | 738 external/wpt/uievents/order-of-events/mouse-events/mousemove-between-manual.html
[ Skip ] |
738 external/wpt/keyboard-lock/idlharness.https.html [ Skip ] | 739 external/wpt/keyboard-lock/idlharness.https.html [ Skip ] |
739 external/wpt/keyboard-lock/navigator-cancelKeyLock.https.html [ Skip ] | 740 external/wpt/keyboard-lock/navigator-cancelKeyLock.https.html [ Skip ] |
740 external/wpt/keyboard-lock/navigator-requestKeyLock.https.html [ Skip ] | 741 external/wpt/keyboard-lock/navigator-requestKeyLock.https.html [ Skip ] |
741 external/wpt/keyboard-lock/navigator-requestKeyLock-two-parallel-requests.https.
html [ Skip ] | 742 external/wpt/keyboard-lock/navigator-requestKeyLock-two-parallel-requests.https.
html [ Skip ] |
742 external/wpt/keyboard-lock/navigator-requestKeyLock-two-sequential-requests.http
s.html [ Skip ] | 743 external/wpt/keyboard-lock/navigator-requestKeyLock-two-sequential-requests.http
s.html [ Skip ] |
OLD | NEW |