| 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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 imported/wpt/typedarrays [ Skip ] | 289 imported/wpt/typedarrays [ Skip ] |
| 290 ## Owners: dtapuska@chromium.org | 290 ## Owners: dtapuska@chromium.org |
| 291 # imported/wpt/uievents [ Pass ] | 291 # imported/wpt/uievents [ Pass ] |
| 292 imported/wpt/url [ Skip ] | 292 imported/wpt/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/wpt/vibration [ Skip ] | 295 imported/wpt/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/wpt/webaudio [ Skip ] | 298 imported/wpt/webaudio [ Skip ] |
| 299 imported/wpt/webauthn [ Skip ] |
| 299 imported/wpt/webdriver [ Skip ] | 300 imported/wpt/webdriver [ Skip ] |
| 300 imported/wpt/webgl [ Skip ] | 301 imported/wpt/webgl [ Skip ] |
| 301 imported/wpt/webmessaging [ Skip ] | 302 imported/wpt/webmessaging [ Skip ] |
| 302 ## Owners: hta@chromium.org | 303 ## Owners: hta@chromium.org |
| 303 # imported/wpt/webrtc [ Pass ] | 304 # imported/wpt/webrtc [ Pass ] |
| 304 imported/wpt/websockets [ Skip ] | 305 imported/wpt/websockets [ Skip ] |
| 305 ## Owners: michaeln@chromium.org,jsbell@chromium.org | 306 ## Owners: michaeln@chromium.org,jsbell@chromium.org |
| 306 # imported/wpt/webstorage [ Pass ] | 307 # imported/wpt/webstorage [ Pass ] |
| 307 imported/wpt/webvtt [ Skip ] | 308 imported/wpt/webvtt [ Skip ] |
| 308 imported/wpt/workers [ Skip ] | 309 imported/wpt/workers [ Skip ] |
| 309 | 310 |
| 310 # Skip OWNERS files in web-platform-tests. crbug.com/584660 | 311 # Skip OWNERS files in web-platform-tests. crbug.com/584660 |
| 311 imported/wpt/user-timing/OWNERS [ Skip ] | |
| 312 imported/wpt/custom-elements/OWNERS [ Skip ] | 312 imported/wpt/custom-elements/OWNERS [ Skip ] |
| 313 imported/wpt/dom/OWNERS [ Skip ] |
| 314 imported/wpt/encoding/OWNERS [ Skip ] |
| 315 imported/wpt/FileAPI/OWNERS [ Skip ] |
| 313 imported/wpt/gamepad/OWNERS [ Skip ] | 316 imported/wpt/gamepad/OWNERS [ Skip ] |
| 314 imported/wpt/FileAPI/OWNERS [ Skip ] | 317 imported/wpt/hr-time/OWNERS [ Skip ] |
| 318 imported/wpt/html-imports/OWNERS [ Skip ] |
| 315 imported/wpt/html/OWNERS [ Skip ] | 319 imported/wpt/html/OWNERS [ Skip ] |
| 316 imported/wpt/webrtc/OWNERS [ Skip ] | |
| 317 imported/wpt/html-imports/OWNERS [ Skip ] | |
| 318 imported/wpt/IndexedDB/OWNERS [ Skip ] | 320 imported/wpt/IndexedDB/OWNERS [ Skip ] |
| 319 imported/wpt/dom/OWNERS [ Skip ] | 321 imported/wpt/mediacapture-streams/OWNERS [ Skip ] |
| 322 imported/wpt/pointerevents/OWNERS [ Skip ] |
| 323 imported/wpt/quirks-mode/OWNERS [ Skip ] |
| 320 imported/wpt/shadow-dom/OWNERS [ Skip ] | 324 imported/wpt/shadow-dom/OWNERS [ Skip ] |
| 321 imported/wpt/encoding/OWNERS [ Skip ] | |
| 322 imported/wpt/hr-time/OWNERS [ Skip ] | |
| 323 imported/wpt/pointerevents/OWNERS [ Skip ] | |
| 324 imported/wpt/webstorage/OWNERS [ Skip ] | |
| 325 imported/wpt/mediacapture-streams/OWNERS [ Skip ] | |
| 326 imported/wpt/touch-events/OWNERS [ Skip ] | 325 imported/wpt/touch-events/OWNERS [ Skip ] |
| 327 imported/wpt/uievents/OWNERS [ Skip ] | 326 imported/wpt/uievents/OWNERS [ Skip ] |
| 327 imported/wpt/user-timing/OWNERS [ Skip ] |
| 328 imported/wpt/web-animations/OWNERS [ Skip ] | 328 imported/wpt/web-animations/OWNERS [ Skip ] |
| 329 imported/wpt/webrtc/OWNERS [ Skip ] |
| 330 imported/wpt/webstorage/OWNERS [ Skip ] |
| 329 | 331 |
| 330 # Exceptions for individual files that fail due to bugs in the | 332 # Exceptions for individual files that fail due to bugs in the |
| 331 # upstream tests that we shouldn't bother importing until they are | 333 # upstream tests that we shouldn't bother importing until they are |
| 332 # fixed. Please include an explanation, ideally with a crbug reference | 334 # fixed. Please include an explanation, ideally with a crbug reference |
| 333 # (if it's a blink/test tooling issue) or an upstream bug reference | 335 # (if it's a blink/test tooling issue) or an upstream bug reference |
| 334 # (if the test itself is buggy). | 336 # (if the test itself is buggy). |
| 335 | 337 |
| 336 # crbug.com/490694: Needs to support *.headers. | 338 # crbug.com/490694: Needs to support *.headers. |
| 337 imported/wpt/html/dom/documents/resource-metadata-management/document-lastModifi
ed.html [ Skip ] | 339 imported/wpt/html/dom/documents/resource-metadata-management/document-lastModifi
ed.html [ Skip ] |
| 338 imported/wpt/html/syntax/parsing-html-fragments/the-input-byte-stream-001.html [
Skip ] | 340 imported/wpt/html/syntax/parsing-html-fragments/the-input-byte-stream-001.html [
Skip ] |
| (...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 770 | 772 |
| 771 # crbug.com/561421: Update meta refresh parsing to match the new spec | 773 # crbug.com/561421: Update meta refresh parsing to match the new spec |
| 772 imported/wpt/html/semantics/document-metadata/the-meta-element/pragma-directives
/attr-meta-http-equiv-refresh/parsing.html [ Skip ] | 774 imported/wpt/html/semantics/document-metadata/the-meta-element/pragma-directives
/attr-meta-http-equiv-refresh/parsing.html [ Skip ] |
| 773 imported/wpt/html/semantics/document-metadata/the-meta-element/pragma-directives
/attr-meta-http-equiv-refresh/support [ Skip ] | 775 imported/wpt/html/semantics/document-metadata/the-meta-element/pragma-directives
/attr-meta-http-equiv-refresh/support [ Skip ] |
| 774 | 776 |
| 775 # crbug.com/441355: MutationObserver incorrect for replaceChild (causes timeout) | 777 # crbug.com/441355: MutationObserver incorrect for replaceChild (causes timeout) |
| 776 imported/wpt/dom/nodes/MutationObserver-childList.html [ Skip ] | 778 imported/wpt/dom/nodes/MutationObserver-childList.html [ Skip ] |
| 777 | 779 |
| 778 # crbug.com/574461: update-w3c-deps imports .py file with x-bit cleared | 780 # 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
] | 781 imported/wpt/dom/nodes/Document-createElement-namespace-tests/generate.py [ Skip
] |
| 782 |
| 783 # crbug.com/463001: update-w3c-deps can't import a test with a non-ASCII encodin
g |
| 784 imported/wpt/websockets/constructor/016.html [ Skip ] |
| OLD | NEW |