| 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. The only exception is that the manual tests (i.e. those
with a | 4 # be found and imported. The only exception is that the manual tests (i.e. those
with a |
| 5 # filename ending with "-manual.html" or "-manual.htm") are never imported. | 5 # filename ending with "-manual.html" or "-manual.htm") are never imported. |
| 6 | 6 |
| 7 # When removing blacklist entries: | 7 # When removing blacklist entries: |
| 8 # * Comment out the line rather than deleting it, to show it is intentional | 8 # * Comment out the line rather than deleting it, to show it is intentional |
| 9 # * Change [ Skip ] to [ Pass ] | 9 # * Change [ Skip ] to [ Pass ] |
| 10 # * Add a leading comment: ## Owners: user@example.com | 10 # * Add a leading comment: ## Owners: user@example.com |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 imported/web-platform-tests/resources/webidl2/test [ Skip ] | 271 imported/web-platform-tests/resources/webidl2/test [ Skip ] |
| 272 imported/web-platform-tests/screen-orientation [ Skip ] | 272 imported/web-platform-tests/screen-orientation [ Skip ] |
| 273 imported/web-platform-tests/selection [ Skip ] | 273 imported/web-platform-tests/selection [ Skip ] |
| 274 imported/web-platform-tests/selectors [ Skip ] | 274 imported/web-platform-tests/selectors [ Skip ] |
| 275 imported/web-platform-tests/selectors-api [ Skip ] | 275 imported/web-platform-tests/selectors-api [ Skip ] |
| 276 imported/web-platform-tests/serve [ Skip ] | 276 imported/web-platform-tests/serve [ Skip ] |
| 277 imported/web-platform-tests/serve.py [ Skip ] | 277 imported/web-platform-tests/serve.py [ Skip ] |
| 278 imported/web-platform-tests/server-side.md [ Skip ] | 278 imported/web-platform-tests/server-side.md [ Skip ] |
| 279 imported/web-platform-tests/service-workers [ Skip ] | 279 imported/web-platform-tests/service-workers [ Skip ] |
| 280 ## Owners: kochi@chromium.org crbug.com/505364 | 280 ## Owners: kochi@chromium.org crbug.com/505364 |
| 281 # imported/web-platform-tests/shadow-dom [ Pass ] | 281 # imported/wpt/shadow-dom [ Pass ] |
| 282 ## Owners: jww@chromium.org | 282 ## Owners: jww@chromium.org |
| 283 imported/web-platform-tests/streams [ Skip ] | 283 imported/web-platform-tests/streams [ Skip ] |
| 284 imported/web-platform-tests/subresource-integrity [ Skip ] | 284 imported/web-platform-tests/subresource-integrity [ Skip ] |
| 285 imported/web-platform-tests/svg [ Skip ] | 285 imported/web-platform-tests/svg [ Skip ] |
| 286 imported/web-platform-tests/tools [ Skip ] | 286 imported/web-platform-tests/tools [ Skip ] |
| 287 ## Owners: chongz@chromium.org | 287 ## Owners: chongz@chromium.org |
| 288 # imported/wpt/touch-events [ Pass ] | 288 # imported/wpt/touch-events [ Pass ] |
| 289 imported/web-platform-tests/typedarrays [ Skip ] | 289 imported/web-platform-tests/typedarrays [ Skip ] |
| 290 ## Owners: dtapuska@chromium.org | 290 ## Owners: dtapuska@chromium.org |
| 291 # imported/wpt/uievents [ Pass ] | 291 # imported/wpt/uievents [ Pass ] |
| (...skipping 18 matching lines...) Expand all Loading... |
| 310 # Skip OWNERS files in web-platform-tests. crbug.com/584660 | 310 # Skip OWNERS files in web-platform-tests. crbug.com/584660 |
| 311 imported/wpt/user-timing/OWNERS [ Skip ] | 311 imported/wpt/user-timing/OWNERS [ Skip ] |
| 312 imported/wpt/custom-elements/OWNERS [ Skip ] | 312 imported/wpt/custom-elements/OWNERS [ Skip ] |
| 313 imported/wpt/gamepad/OWNERS [ Skip ] | 313 imported/wpt/gamepad/OWNERS [ Skip ] |
| 314 imported/web-platform-tests/FileAPI/OWNERS [ Skip ] | 314 imported/web-platform-tests/FileAPI/OWNERS [ Skip ] |
| 315 imported/web-platform-tests/html/OWNERS [ Skip ] | 315 imported/web-platform-tests/html/OWNERS [ Skip ] |
| 316 imported/wpt/webrtc/OWNERS [ Skip ] | 316 imported/wpt/webrtc/OWNERS [ Skip ] |
| 317 imported/wpt/html-imports/OWNERS [ Skip ] | 317 imported/wpt/html-imports/OWNERS [ Skip ] |
| 318 imported/wpt/IndexedDB/OWNERS [ Skip ] | 318 imported/wpt/IndexedDB/OWNERS [ Skip ] |
| 319 imported/wpt/dom/OWNERS [ Skip ] | 319 imported/wpt/dom/OWNERS [ Skip ] |
| 320 imported/web-platform-tests/shadow-dom/OWNERS [ Skip ] | 320 imported/wpt/shadow-dom/OWNERS [ Skip ] |
| 321 imported/wpt/encoding/OWNERS [ Skip ] | 321 imported/wpt/encoding/OWNERS [ Skip ] |
| 322 imported/wpt/hr-time/OWNERS [ Skip ] | 322 imported/wpt/hr-time/OWNERS [ Skip ] |
| 323 imported/web-platform-tests/pointerevents/OWNERS [ Skip ] | 323 imported/web-platform-tests/pointerevents/OWNERS [ Skip ] |
| 324 imported/wpt/webstorage/OWNERS [ Skip ] | 324 imported/wpt/webstorage/OWNERS [ Skip ] |
| 325 imported/wpt/mediacapture-streams/OWNERS [ Skip ] | 325 imported/wpt/mediacapture-streams/OWNERS [ Skip ] |
| 326 imported/wpt/touch-events/OWNERS [ Skip ] | 326 imported/wpt/touch-events/OWNERS [ Skip ] |
| 327 imported/wpt/uievents/OWNERS [ Skip ] | 327 imported/wpt/uievents/OWNERS [ Skip ] |
| 328 imported/wpt/web-animations/OWNERS [ Skip ] | 328 imported/wpt/web-animations/OWNERS [ Skip ] |
| 329 | 329 |
| 330 # Exceptions for individual files that fail due to bugs in the | 330 # Exceptions for individual files that fail due to bugs in the |
| (...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 770 | 770 |
| 771 # crbug.com/561421: Update meta refresh parsing to match the new spec | 771 # crbug.com/561421: Update meta refresh parsing to match the new spec |
| 772 imported/web-platform-tests/html/semantics/document-metadata/the-meta-element/pr
agma-directives/attr-meta-http-equiv-refresh/parsing.html [ Skip ] | 772 imported/web-platform-tests/html/semantics/document-metadata/the-meta-element/pr
agma-directives/attr-meta-http-equiv-refresh/parsing.html [ Skip ] |
| 773 imported/web-platform-tests/html/semantics/document-metadata/the-meta-element/pr
agma-directives/attr-meta-http-equiv-refresh/support [ Skip ] | 773 imported/web-platform-tests/html/semantics/document-metadata/the-meta-element/pr
agma-directives/attr-meta-http-equiv-refresh/support [ Skip ] |
| 774 | 774 |
| 775 # crbug.com/441355: MutationObserver incorrect for replaceChild (causes timeout) | 775 # crbug.com/441355: MutationObserver incorrect for replaceChild (causes timeout) |
| 776 imported/wpt/dom/nodes/MutationObserver-childList.html [ Skip ] | 776 imported/wpt/dom/nodes/MutationObserver-childList.html [ Skip ] |
| 777 | 777 |
| 778 # crbug.com/574461: update-w3c-deps imports .py file with x-bit cleared | 778 # crbug.com/574461: update-w3c-deps imports .py file with x-bit cleared |
| 779 imported/wpt/dom/nodes/Document-createElement-namespace-tests/generate.py [ Skip
] | 779 imported/wpt/dom/nodes/Document-createElement-namespace-tests/generate.py [ Skip
] |
| OLD | NEW |