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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 imported/web-platform-tests/svg [ Skip ] | 282 imported/web-platform-tests/svg [ Skip ] |
283 imported/web-platform-tests/tools [ Skip ] | 283 imported/web-platform-tests/tools [ Skip ] |
284 ## Owners: chongz@chromium.org | 284 ## Owners: chongz@chromium.org |
285 # imported/web-platform-tests/touch-events [ Pass ] | 285 # imported/web-platform-tests/touch-events [ Pass ] |
286 imported/web-platform-tests/typedarrays [ Skip ] | 286 imported/web-platform-tests/typedarrays [ Skip ] |
287 imported/web-platform-tests/uievents [ Skip ] | 287 imported/web-platform-tests/uievents [ Skip ] |
288 imported/web-platform-tests/url [ Skip ] | 288 imported/web-platform-tests/url [ Skip ] |
289 ## Owners: jsbell@chromium.org | 289 ## Owners: jsbell@chromium.org |
290 # imported/web-platform-tests/user-timing [ Pass ] | 290 # imported/web-platform-tests/user-timing [ Pass ] |
291 imported/web-platform-tests/vibration [ Skip ] | 291 imported/web-platform-tests/vibration [ Skip ] |
292 ## Owners: suzyh@chromium.org | 292 imported/web-platform-tests/web-animations [ Skip ] |
293 # imported/web-platform-tests/web-animations [ Pass ] | |
294 imported/web-platform-tests/webaudio [ Skip ] | 293 imported/web-platform-tests/webaudio [ Skip ] |
295 imported/web-platform-tests/webdriver [ Skip ] | 294 imported/web-platform-tests/webdriver [ Skip ] |
296 imported/web-platform-tests/webgl [ Skip ] | 295 imported/web-platform-tests/webgl [ Skip ] |
297 imported/web-platform-tests/webmessaging [ Skip ] | 296 imported/web-platform-tests/webmessaging [ Skip ] |
298 ## Owners: hta@chromium.org | 297 ## Owners: hta@chromium.org |
299 # imported/web-platform-tests/webrtc [ Pass ] | 298 # imported/web-platform-tests/webrtc [ Pass ] |
300 imported/web-platform-tests/websockets [ Skip ] | 299 imported/web-platform-tests/websockets [ Skip ] |
301 ## Owners: michaeln@chromium.org,jsbell@chromium.org | 300 ## Owners: michaeln@chromium.org,jsbell@chromium.org |
302 # imported/web-platform-tests/webstorage [ Pass ] | 301 # imported/web-platform-tests/webstorage [ Pass ] |
303 imported/web-platform-tests/webvtt [ Skip ] | 302 imported/web-platform-tests/webvtt [ Skip ] |
304 imported/web-platform-tests/workers [ Skip ] | 303 imported/web-platform-tests/workers [ Skip ] |
305 | 304 |
306 # Skip OWNERS files in web-platform-tests. crbug.com/584660 | 305 # Skip OWNERS files in web-platform-tests. crbug.com/584660 |
307 imported/web-platform-tests/user-timing/OWNERS [ Skip ] | 306 imported/web-platform-tests/user-timing/OWNERS [ Skip ] |
308 imported/web-platform-tests/custom-elements/OWNERS [ Skip ] | 307 imported/web-platform-tests/custom-elements/OWNERS [ Skip ] |
309 imported/web-platform-tests/gamepad/OWNERS [ Skip ] | 308 imported/web-platform-tests/gamepad/OWNERS [ Skip ] |
310 imported/web-platform-tests/FileAPI/OWNERS [ Skip ] | 309 imported/web-platform-tests/FileAPI/OWNERS [ Skip ] |
311 imported/web-platform-tests/html/OWNERS [ Skip ] | 310 imported/web-platform-tests/html/OWNERS [ Skip ] |
312 imported/web-platform-tests/webrtc/OWNERS [ Skip ] | 311 imported/web-platform-tests/webrtc/OWNERS [ Skip ] |
313 imported/web-platform-tests/html-imports/OWNERS [ Skip ] | 312 imported/web-platform-tests/html-imports/OWNERS [ Skip ] |
314 imported/web-platform-tests/IndexedDB/OWNERS [ Skip ] | 313 imported/web-platform-tests/IndexedDB/OWNERS [ Skip ] |
315 imported/web-platform-tests/dom/OWNERS [ Skip ] | 314 imported/web-platform-tests/dom/OWNERS [ Skip ] |
316 imported/web-platform-tests/shadow-dom/OWNERS [ Skip ] | 315 imported/web-platform-tests/shadow-dom/OWNERS [ Skip ] |
317 imported/web-platform-tests/encoding/OWNERS [ Skip ] | 316 imported/web-platform-tests/encoding/OWNERS [ Skip ] |
318 imported/web-platform-tests/hr-time/OWNERS [ Skip ] | 317 imported/web-platform-tests/hr-time/OWNERS [ Skip ] |
319 imported/web-platform-tests/pointerevents/OWNERS [ Skip ] | 318 imported/web-platform-tests/pointerevents/OWNERS [ Skip ] |
320 imported/web-platform-tests/webstorage/OWNERS [ Skip ] | 319 imported/web-platform-tests/webstorage/OWNERS [ Skip ] |
321 imported/web-platform-tests/mediacapture-streams/OWNERS [ Skip ] | 320 imported/web-platform-tests/mediacapture-streams/OWNERS [ Skip ] |
322 imported/web-platform-tests/touch-events/OWNERS [ Skip ] | 321 imported/web-platform-tests/touch-events/OWNERS [ Skip ] |
323 imported/web-platform-tests/web-animations/OWNERS [ Skip ] | |
324 | 322 |
325 # Exceptions for individual files that fail due to bugs in the | 323 # Exceptions for individual files that fail due to bugs in the |
326 # upstream tests that we shouldn't bother importing until they are | 324 # upstream tests that we shouldn't bother importing until they are |
327 # fixed. Please include an explanation, ideally with a crbug reference | 325 # fixed. Please include an explanation, ideally with a crbug reference |
328 # (if it's a blink/test tooling issue) or an upstream bug reference | 326 # (if it's a blink/test tooling issue) or an upstream bug reference |
329 # (if the test itself is buggy). | 327 # (if the test itself is buggy). |
330 | 328 |
331 # crbug.com/490694: Needs to support *.headers. | 329 # crbug.com/490694: Needs to support *.headers. |
332 imported/web-platform-tests/html/dom/documents/resource-metadata-management/docu
ment-lastModified.html [ Skip ] | 330 imported/web-platform-tests/html/dom/documents/resource-metadata-management/docu
ment-lastModified.html [ Skip ] |
333 imported/web-platform-tests/html/syntax/parsing-html-fragments/the-input-byte-st
ream-001.html [ Skip ] | 331 imported/web-platform-tests/html/syntax/parsing-html-fragments/the-input-byte-st
ream-001.html [ Skip ] |
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
750 | 748 |
751 # crbug.com/561421: Update meta refresh parsing to match the new spec | 749 # crbug.com/561421: Update meta refresh parsing to match the new spec |
752 imported/web-platform-tests/html/semantics/document-metadata/the-meta-element/pr
agma-directives/attr-meta-http-equiv-refresh/parsing.html [ Skip ] | 750 imported/web-platform-tests/html/semantics/document-metadata/the-meta-element/pr
agma-directives/attr-meta-http-equiv-refresh/parsing.html [ Skip ] |
753 imported/web-platform-tests/html/semantics/document-metadata/the-meta-element/pr
agma-directives/attr-meta-http-equiv-refresh/support [ Skip ] | 751 imported/web-platform-tests/html/semantics/document-metadata/the-meta-element/pr
agma-directives/attr-meta-http-equiv-refresh/support [ Skip ] |
754 | 752 |
755 # crbug.com/441355: MutationObserver incorrect for replaceChild (causes timeout) | 753 # crbug.com/441355: MutationObserver incorrect for replaceChild (causes timeout) |
756 imported/web-platform-tests/dom/nodes/MutationObserver-childList.html [ Skip ] | 754 imported/web-platform-tests/dom/nodes/MutationObserver-childList.html [ Skip ] |
757 | 755 |
758 # crbug.com/574461: update-w3c-deps imports .py file with x-bit cleared | 756 # crbug.com/574461: update-w3c-deps imports .py file with x-bit cleared |
759 imported/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/gen
erate.py [ Skip ] | 757 imported/web-platform-tests/dom/nodes/Document-createElement-namespace-tests/gen
erate.py [ Skip ] |
OLD | NEW |