| 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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 # imported/web-platform-tests/user-timing [ Pass ] | 153 # imported/web-platform-tests/user-timing [ Pass ] |
| 154 imported/web-platform-tests/vibration [ Skip ] | 154 imported/web-platform-tests/vibration [ Skip ] |
| 155 imported/web-platform-tests/web-animations [ Skip ] | 155 imported/web-platform-tests/web-animations [ Skip ] |
| 156 imported/web-platform-tests/webaudio [ Skip ] | 156 imported/web-platform-tests/webaudio [ Skip ] |
| 157 imported/web-platform-tests/webdriver [ Skip ] | 157 imported/web-platform-tests/webdriver [ Skip ] |
| 158 imported/web-platform-tests/webgl [ Skip ] | 158 imported/web-platform-tests/webgl [ Skip ] |
| 159 imported/web-platform-tests/webmessaging [ Skip ] | 159 imported/web-platform-tests/webmessaging [ Skip ] |
| 160 ## Owners: hta@chromium.org | 160 ## Owners: hta@chromium.org |
| 161 # imported/web-platform-tests/webrtc [ Pass ] | 161 # imported/web-platform-tests/webrtc [ Pass ] |
| 162 imported/web-platform-tests/websockets [ Skip ] | 162 imported/web-platform-tests/websockets [ Skip ] |
| 163 imported/web-platform-tests/webstorage [ Skip ] | 163 ## Owners: michaeln@chromium.org,jsbell@chromium.org |
| 164 # imported/web-platform-tests/webstorage [ Pass ] |
| 164 imported/web-platform-tests/webvtt [ Skip ] | 165 imported/web-platform-tests/webvtt [ Skip ] |
| 165 imported/web-platform-tests/workers [ Skip ] | 166 imported/web-platform-tests/workers [ Skip ] |
| 166 | 167 |
| 167 # Exceptions for individual files that fail due to bugs in the | 168 # Exceptions for individual files that fail due to bugs in the |
| 168 # upstream tests that we shouldn't bother importing until they are | 169 # upstream tests that we shouldn't bother importing until they are |
| 169 # fixed. Please include an explanation, ideally with a crbug reference | 170 # fixed. Please include an explanation, ideally with a crbug reference |
| 170 # (if it's a blink/test tooling issue) or an upstream bug reference | 171 # (if it's a blink/test tooling issue) or an upstream bug reference |
| 171 # (if the test itself is buggy). | 172 # (if the test itself is buggy). |
| 172 | 173 |
| 173 # crbug.com/490694: Needs to support *.headers. | 174 # crbug.com/490694: Needs to support *.headers. |
| (...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 444 imported/csswg-test/css-writing-modes-3/text-combine-upright-parsing-valid-002.h
tml [ Skip ] | 445 imported/csswg-test/css-writing-modes-3/text-combine-upright-parsing-valid-002.h
tml [ Skip ] |
| 445 imported/csswg-test/css-writing-modes-3/value-digit2-and-inherit-001.htm [ Skip
] | 446 imported/csswg-test/css-writing-modes-3/value-digit2-and-inherit-001.htm [ Skip
] |
| 446 imported/csswg-test/css-writing-modes-3/value-digits2-002.html [ Skip ] | 447 imported/csswg-test/css-writing-modes-3/value-digits2-002.html [ Skip ] |
| 447 imported/csswg-test/css-writing-modes-3/value-digits2-003.html [ Skip ] | 448 imported/csswg-test/css-writing-modes-3/value-digits2-003.html [ Skip ] |
| 448 imported/csswg-test/css-writing-modes-3/value-digits3-001.html [ Skip ] | 449 imported/csswg-test/css-writing-modes-3/value-digits3-001.html [ Skip ] |
| 449 imported/csswg-test/css-writing-modes-3/value-digits3-002.html [ Skip ] | 450 imported/csswg-test/css-writing-modes-3/value-digits3-002.html [ Skip ] |
| 450 imported/csswg-test/css-writing-modes-3/value-digits3-003.html [ Skip ] | 451 imported/csswg-test/css-writing-modes-3/value-digits3-003.html [ Skip ] |
| 451 imported/csswg-test/css-writing-modes-3/value-digits4-001.html [ Skip ] | 452 imported/csswg-test/css-writing-modes-3/value-digits4-001.html [ Skip ] |
| 452 imported/csswg-test/css-writing-modes-3/value-digits4-002.html [ Skip ] | 453 imported/csswg-test/css-writing-modes-3/value-digits4-002.html [ Skip ] |
| 453 imported/csswg-test/css-writing-modes-3/value-digits4-003.html [ Skip ] | 454 imported/csswg-test/css-writing-modes-3/value-digits4-003.html [ Skip ] |
| OLD | NEW |