| 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 # imported/web-platform-tests/shadow-dom [ Pass ] | 281 # imported/web-platform-tests/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/web-platform-tests/uievents [ Pass ] | 291 # imported/wpt/uievents [ Pass ] |
| 292 imported/web-platform-tests/url [ Skip ] | 292 imported/web-platform-tests/url [ Skip ] |
| 293 ## Owners: jsbell@chromium.org | 293 ## Owners: jsbell@chromium.org |
| 294 # imported/wpt/user-timing [ Pass ] | 294 # imported/wpt/user-timing [ Pass ] |
| 295 imported/web-platform-tests/vibration [ Skip ] | 295 imported/web-platform-tests/vibration [ Skip ] |
| 296 ## Owners: suzyh@chromium.org | 296 ## Owners: suzyh@chromium.org |
| 297 # imported/wpt/web-animations [ Pass ] | 297 # imported/wpt/web-animations [ Pass ] |
| 298 imported/web-platform-tests/webaudio [ Skip ] | 298 imported/web-platform-tests/webaudio [ Skip ] |
| 299 imported/web-platform-tests/webdriver [ Skip ] | 299 imported/web-platform-tests/webdriver [ Skip ] |
| 300 imported/web-platform-tests/webgl [ Skip ] | 300 imported/web-platform-tests/webgl [ Skip ] |
| 301 imported/web-platform-tests/webmessaging [ Skip ] | 301 imported/web-platform-tests/webmessaging [ Skip ] |
| (...skipping 15 matching lines...) Expand all Loading... |
| 317 imported/web-platform-tests/html-imports/OWNERS [ Skip ] | 317 imported/web-platform-tests/html-imports/OWNERS [ Skip ] |
| 318 imported/web-platform-tests/IndexedDB/OWNERS [ Skip ] | 318 imported/web-platform-tests/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/web-platform-tests/shadow-dom/OWNERS [ Skip ] |
| 321 imported/wpt/encoding/OWNERS [ Skip ] | 321 imported/wpt/encoding/OWNERS [ Skip ] |
| 322 imported/web-platform-tests/hr-time/OWNERS [ Skip ] | 322 imported/web-platform-tests/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/web-platform-tests/mediacapture-streams/OWNERS [ Skip ] | 325 imported/web-platform-tests/mediacapture-streams/OWNERS [ Skip ] |
| 326 imported/wpt/touch-events/OWNERS [ Skip ] | 326 imported/wpt/touch-events/OWNERS [ Skip ] |
| 327 imported/web-platform-tests/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 |
| 331 # upstream tests that we shouldn't bother importing until they are | 331 # upstream tests that we shouldn't bother importing until they are |
| 332 # fixed. Please include an explanation, ideally with a crbug reference | 332 # fixed. Please include an explanation, ideally with a crbug reference |
| 333 # (if it's a blink/test tooling issue) or an upstream bug reference | 333 # (if it's a blink/test tooling issue) or an upstream bug reference |
| 334 # (if the test itself is buggy). | 334 # (if the test itself is buggy). |
| 335 | 335 |
| 336 # crbug.com/490694: Needs to support *.headers. | 336 # crbug.com/490694: Needs to support *.headers. |
| 337 imported/web-platform-tests/html/dom/documents/resource-metadata-management/docu
ment-lastModified.html [ Skip ] | 337 imported/web-platform-tests/html/dom/documents/resource-metadata-management/docu
ment-lastModified.html [ Skip ] |
| (...skipping 432 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 |