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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
189 imported/wpt/WebCryptoAPI [ Skip ] | 189 imported/wpt/WebCryptoAPI [ Skip ] |
190 ## Owners: jsbell@chromium.org | 190 ## Owners: jsbell@chromium.org |
191 # imported/wpt/WebIDL [ Pass ] | 191 # imported/wpt/WebIDL [ Pass ] |
192 imported/wpt/WebIDL/invalid [ Skip ] | 192 imported/wpt/WebIDL/invalid [ Skip ] |
193 imported/wpt/WebIDL/readme.txt [ Skip ] | 193 imported/wpt/WebIDL/readme.txt [ Skip ] |
194 imported/wpt/WebIDL/testable_assertions.txt [ Skip ] | 194 imported/wpt/WebIDL/testable_assertions.txt [ Skip ] |
195 imported/wpt/WebIDL/valid [ Skip ] | 195 imported/wpt/WebIDL/valid [ Skip ] |
196 imported/wpt/XMLHttpRequest [ Skip ] | 196 imported/wpt/XMLHttpRequest [ Skip ] |
197 imported/wpt/ambient-light [ Skip ] | 197 imported/wpt/ambient-light [ Skip ] |
198 imported/wpt/animation-timing [ Skip ] | 198 imported/wpt/animation-timing [ Skip ] |
| 199 imported/wpt/annotation-model [ Skip ] |
199 imported/wpt/app-uri [ Skip ] | 200 imported/wpt/app-uri [ Skip ] |
200 imported/wpt/battery-status [ Skip ] | 201 imported/wpt/battery-status [ Skip ] |
201 ## Owners: none; No tests in the directory. | 202 ## Owners: none; No tests in the directory. |
202 # imported/wpt/common [ Pass ] | 203 # imported/wpt/common [ Pass ] |
203 imported/wpt/compat [ Skip ] | 204 imported/wpt/compat [ Skip ] |
204 imported/wpt/config.default.json [ Skip ] | 205 imported/wpt/config.default.json [ Skip ] |
205 imported/wpt/conformance-checkers [ Skip ] | 206 imported/wpt/conformance-checkers [ Skip ] |
206 imported/wpt/content-security-policy [ Skip ] | 207 imported/wpt/content-security-policy [ Skip ] |
207 imported/wpt/cookies [ Skip ] | 208 imported/wpt/cookies [ Skip ] |
208 imported/wpt/cors [ Skip ] | 209 imported/wpt/cors [ Skip ] |
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
773 # crbug.com/441355: MutationObserver incorrect for replaceChild (causes timeout) | 774 # crbug.com/441355: MutationObserver incorrect for replaceChild (causes timeout) |
774 imported/wpt/dom/nodes/MutationObserver-childList.html [ Skip ] | 775 imported/wpt/dom/nodes/MutationObserver-childList.html [ Skip ] |
775 | 776 |
776 # Untriaged: Test results contain local file paths | 777 # Untriaged: Test results contain local file paths |
777 imported/wpt/html/semantics/document-metadata/the-base-element/base_about_blank.
html [ Skip ] | 778 imported/wpt/html/semantics/document-metadata/the-base-element/base_about_blank.
html [ Skip ] |
778 imported/wpt/html/semantics/document-metadata/the-base-element/base_srcdoc.html
[ Skip ] | 779 imported/wpt/html/semantics/document-metadata/the-base-element/base_srcdoc.html
[ Skip ] |
779 | 780 |
780 # Untriaged: Tests don't complete. | 781 # Untriaged: Tests don't complete. |
781 imported/wpt/html/semantics/document-metadata/the-style-element/style-error-01.h
tml [ Skip ] | 782 imported/wpt/html/semantics/document-metadata/the-style-element/style-error-01.h
tml [ Skip ] |
782 imported/wpt/html/semantics/embedded-content/the-iframe-element/iframe-allowfull
screen.html [ Skip ] | 783 imported/wpt/html/semantics/embedded-content/the-iframe-element/iframe-allowfull
screen.html [ Skip ] |
OLD | NEW |