| 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. | 4 # be found and imported. |
| 5 | 5 |
| 6 w3c/csswg-test [ Skip ] | 6 w3c/csswg-test/approved [ Skip ] |
| 7 w3c/csswg-test/build-test [ Skip ] |
| 8 w3c/csswg-test/contributors [ Skip ] |
| 9 w3c/csswg-test/cvs-import [ Skip ] |
| 10 w3c/csswg-test/test-plans [ Skip ] |
| 11 w3c/csswg-test/tools-plans [ Skip ] |
| 12 w3c/csswg-test/tools [ Skip ] |
| 13 w3c/csswg-test/.gitmodules [ Skip ] |
| 14 w3c/csswg-test/.hgsubstate [ Skip ] |
| 15 w3c/csswg-test/.htaccess [ Skip ] |
| 16 |
| 7 w3c/web-platform-tests/2dcontext [ Skip ] | 17 w3c/web-platform-tests/2dcontext [ Skip ] |
| 8 w3c/web-platform-tests/DOMEvents [ Skip ] | 18 w3c/web-platform-tests/DOMEvents [ Skip ] |
| 9 w3c/web-platform-tests/FileAPI [ Skip ] | 19 w3c/web-platform-tests/FileAPI [ Skip ] |
| 10 w3c/web-platform-tests/IndexedDB [ Skip ] | 20 w3c/web-platform-tests/IndexedDB [ Skip ] |
| 11 w3c/web-platform-tests/WebCryptoAPI [ Skip ] | 21 w3c/web-platform-tests/WebCryptoAPI [ Skip ] |
| 12 w3c/web-platform-tests/WebIDL [ Skip ] | 22 w3c/web-platform-tests/WebIDL [ Skip ] |
| 13 w3c/web-platform-tests/XMLHttpRequest [ Skip ] | 23 w3c/web-platform-tests/XMLHttpRequest [ Skip ] |
| 14 w3c/web-platform-tests/ambient-light [ Skip ] | 24 w3c/web-platform-tests/ambient-light [ Skip ] |
| 15 w3c/web-platform-tests/animation-timing [ Skip ] | 25 w3c/web-platform-tests/animation-timing [ Skip ] |
| 16 w3c/web-platform-tests/battery-status [ Skip ] | 26 w3c/web-platform-tests/battery-status [ Skip ] |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 w3c/web-platform-tests/url [ Skip ] | 58 w3c/web-platform-tests/url [ Skip ] |
| 49 w3c/web-platform-tests/user-timing [ Skip ] | 59 w3c/web-platform-tests/user-timing [ Skip ] |
| 50 w3c/web-platform-tests/vibration [ Skip ] | 60 w3c/web-platform-tests/vibration [ Skip ] |
| 51 w3c/web-platform-tests/webaudio [ Skip ] | 61 w3c/web-platform-tests/webaudio [ Skip ] |
| 52 w3c/web-platform-tests/webdriver [ Skip ] | 62 w3c/web-platform-tests/webdriver [ Skip ] |
| 53 w3c/web-platform-tests/webgl [ Skip ] | 63 w3c/web-platform-tests/webgl [ Skip ] |
| 54 w3c/web-platform-tests/webmessaging [ Skip ] | 64 w3c/web-platform-tests/webmessaging [ Skip ] |
| 55 w3c/web-platform-tests/websockets [ Skip ] | 65 w3c/web-platform-tests/websockets [ Skip ] |
| 56 w3c/web-platform-tests/webstorage [ Skip ] | 66 w3c/web-platform-tests/webstorage [ Skip ] |
| 57 w3c/web-platform-tests/workers [ Skip ] | 67 w3c/web-platform-tests/workers [ Skip ] |
| 68 |
| 69 # Exceptions for individual files that fail due to bugs in the upstream tests |
| 70 # that we shouldn't bother importing until they are fixed. |
| 71 |
| 72 # these contain an extraneous debug log div .. |
| 73 w3c/web-platform-tests/html-imports/link-import-null.html [ Skip ] |
| 74 w3c/web-platform-tests/html-imports/link-import.html [ Skip ] |
| 75 w3c/web-platform-tests/html-imports/loading-import.html [ Skip ] |
| 76 |
| 77 # uses link="reference" rather than link="match" |
| 78 w3c/web-platform-tests/shadow-dom/shadow-trees/hosting-multiple-shadow-trees-002
.html [ Skip ] |
| 79 w3c/web-platform-tests/shadow-dom/shadow-trees/hosting-multiple-shadow-trees-003
.html [ Skip ] |
| 80 w3c/web-platform-tests/shadow-dom/shadow-trees/hosting-multiple-shadow-trees-004
.html [ Skip ] |
| 81 w3c/web-platform-tests/shadow-dom/shadow-trees/hosting-multiple-shadow-trees-005
.html [ Skip ] |
| 82 w3c/web-platform-tests/shadow-dom/shadow-trees/hosting-multiple-shadow-trees-006
.html [ Skip ] |
| 83 w3c/web-platform-tests/shadow-dom/shadow-trees/text-decoration-001.html [ Skip ] |
| 84 w3c/web-platform-tests/shadow-dom/styles/not-apply-in-shadow-root-001.html [ Ski
p ] |
| 85 |
| OLD | NEW |