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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
365 # external/wpt/webmessaging [ Pass ] | 365 # external/wpt/webmessaging [ Pass ] |
366 ## Owners: hta@chromium.org | 366 ## Owners: hta@chromium.org |
367 # external/wpt/webrtc [ Pass ] | 367 # external/wpt/webrtc [ Pass ] |
368 external/wpt/websockets [ Skip ] | 368 external/wpt/websockets [ Skip ] |
369 ## Owners: michaeln@chromium.org,jsbell@chromium.org | 369 ## Owners: michaeln@chromium.org,jsbell@chromium.org |
370 # external/wpt/webstorage [ Pass ] | 370 # external/wpt/webstorage [ Pass ] |
371 ## Owners: foolip@chromium.org, maksim.sisov@intel.com | 371 ## Owners: foolip@chromium.org, maksim.sisov@intel.com |
372 # external/wpt/webvtt [ Pass ] | 372 # external/wpt/webvtt [ Pass ] |
373 ## Owners: nhiroki@chromium.org | 373 ## Owners: nhiroki@chromium.org |
374 # external/wpt/workers [ Pass ] | 374 # external/wpt/workers [ Pass ] |
| 375 ## Owners: mkwst@chromium.org |
| 376 # external/wpt/upgrade-insecure-requests [ Pass ] |
375 | 377 |
376 # Exceptions for individual files that fail due to bugs in the | 378 # Exceptions for individual files that fail due to bugs in the |
377 # upstream tests that we shouldn't bother importing until they are | 379 # upstream tests that we shouldn't bother importing until they are |
378 # fixed. Please include an explanation, ideally with a crbug reference | 380 # fixed. Please include an explanation, ideally with a crbug reference |
379 # (if it's a blink/test tooling issue) or an upstream bug reference | 381 # (if it's a blink/test tooling issue) or an upstream bug reference |
380 # (if the test itself is buggy). | 382 # (if the test itself is buggy). |
381 | 383 |
382 # wpt.config.json overrides the following files with LayoutTests/resources | 384 # wpt.config.json overrides the following files with LayoutTests/resources |
383 # files. Having unused files would be confusing. | 385 # files. Having unused files would be confusing. |
384 external/wpt/resources/testharnessreport.js [ Skip ] | 386 external/wpt/resources/testharnessreport.js [ Skip ] |
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
786 external/wpt/uievents/order-of-events/focus-events/focus-contained-manual.html [
Skip ] | 788 external/wpt/uievents/order-of-events/focus-events/focus-contained-manual.html [
Skip ] |
787 external/wpt/uievents/order-of-events/focus-events/legacy-manual.html [ Skip ] | 789 external/wpt/uievents/order-of-events/focus-events/legacy-manual.html [ Skip ] |
788 external/wpt/uievents/order-of-events/mouse-events/click-cancel-manual.html [ Sk
ip ] | 790 external/wpt/uievents/order-of-events/mouse-events/click-cancel-manual.html [ Sk
ip ] |
789 external/wpt/uievents/order-of-events/mouse-events/click-on-body-manual.html [ S
kip ] | 791 external/wpt/uievents/order-of-events/mouse-events/click-on-body-manual.html [ S
kip ] |
790 external/wpt/uievents/order-of-events/mouse-events/click-on-div-manual.html [ Sk
ip ] | 792 external/wpt/uievents/order-of-events/mouse-events/click-on-div-manual.html [ Sk
ip ] |
791 external/wpt/uievents/order-of-events/mouse-events/click-on-html-manual.html [ S
kip ] | 793 external/wpt/uievents/order-of-events/mouse-events/click-on-html-manual.html [ S
kip ] |
792 external/wpt/uievents/order-of-events/mouse-events/click-order-manual.html [ Ski
p ] | 794 external/wpt/uievents/order-of-events/mouse-events/click-order-manual.html [ Ski
p ] |
793 external/wpt/uievents/order-of-events/mouse-events/mouseevents-mousemove-manual.
htm [ Skip ] | 795 external/wpt/uievents/order-of-events/mouse-events/mouseevents-mousemove-manual.
htm [ Skip ] |
794 external/wpt/uievents/order-of-events/mouse-events/mousemove-across-manual.html
[ Skip ] | 796 external/wpt/uievents/order-of-events/mouse-events/mousemove-across-manual.html
[ Skip ] |
795 external/wpt/uievents/order-of-events/mouse-events/mousemove-between-manual.html
[ Skip ] | 797 external/wpt/uievents/order-of-events/mouse-events/mousemove-between-manual.html
[ Skip ] |
OLD | NEW |