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 # When removing blacklist entries: | 6 # When removing blacklist entries: |
7 # * Comment out the line rather than deleting it, to show it is intentional | 7 # * Comment out the line rather than deleting it, to show it is intentional |
8 # * Change [ Skip ] to [ Pass ] | 8 # * Change [ Skip ] to [ Pass ] |
9 # * Add a leading comment: ## Owners: user@example.com | 9 # * Add a leading comment: ## Owners: user@example.com |
10 | 10 |
(...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
721 # crbug.com/656171: w3c-test-importer fails to import file with non-valid utf8 (
004.worker.js). | 721 # crbug.com/656171: w3c-test-importer fails to import file with non-valid utf8 (
004.worker.js). |
722 crbug.com/656171 imported/wpt/workers/semantics/encodings [ Skip ] | 722 crbug.com/656171 imported/wpt/workers/semantics/encodings [ Skip ] |
723 | 723 |
724 # They have a wrong encoding, and test_parser.py throws UnicodeEncodeError. | 724 # They have a wrong encoding, and test_parser.py throws UnicodeEncodeError. |
725 imported/wpt/domxpath/001.html [ Skip ] | 725 imported/wpt/domxpath/001.html [ Skip ] |
726 imported/wpt/domxpath/002.html [ Skip ] | 726 imported/wpt/domxpath/002.html [ Skip ] |
727 | 727 |
728 # This test depends on a file xml_xpath_tests.xml, which is too large | 728 # This test depends on a file xml_xpath_tests.xml, which is too large |
729 # for Rietveld to handle now, so it's not currently imported. | 729 # for Rietveld to handle now, so it's not currently imported. |
730 crbug.com/676491 imported/wpt/domxpath/xml_xpath_runner.html [ Skip ] | 730 crbug.com/676491 imported/wpt/domxpath/xml_xpath_runner.html [ Skip ] |
731 crbug.com/676491 imported/wpt/domxpath/xml_xpath_tests.xml [ Skip ] | |
732 | 731 |
733 # Manual tests that fail as TIMEOUT or NOTRUN. Consider adding wpt_automation. | 732 # Manual tests that fail as TIMEOUT or NOTRUN. Consider adding wpt_automation. |
734 imported/wpt/FileAPI/BlobURL/test1-manual.html [ Skip ] | 733 imported/wpt/FileAPI/BlobURL/test1-manual.html [ Skip ] |
735 imported/wpt/FileAPI/BlobURL/test2-manual.html [ Skip ] | 734 imported/wpt/FileAPI/BlobURL/test2-manual.html [ Skip ] |
736 imported/wpt/FileAPI/BlobURL/test3-manual.html [ Skip ] | 735 imported/wpt/FileAPI/BlobURL/test3-manual.html [ Skip ] |
737 imported/wpt/FileAPI/FileReader/test_errors-manual.html [ Skip ] | 736 imported/wpt/FileAPI/FileReader/test_errors-manual.html [ Skip ] |
738 imported/wpt/FileAPI/filelist-section/filelist_multiple_selected_files-manual.ht
ml [ Skip ] | 737 imported/wpt/FileAPI/filelist-section/filelist_multiple_selected_files-manual.ht
ml [ Skip ] |
739 imported/wpt/FileAPI/filelist-section/filelist_selected_file-manual.html [ Skip
] | 738 imported/wpt/FileAPI/filelist-section/filelist_selected_file-manual.html [ Skip
] |
740 imported/wpt/FileAPI/idlharness-manual.html [ Skip ] | 739 imported/wpt/FileAPI/idlharness-manual.html [ Skip ] |
741 imported/wpt/FileAPI/progress-manual.html [ Skip ] | 740 imported/wpt/FileAPI/progress-manual.html [ Skip ] |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
822 imported/wpt/uievents/order-of-events/focus-events/focus-contained-manual.html [
Skip ] | 821 imported/wpt/uievents/order-of-events/focus-events/focus-contained-manual.html [
Skip ] |
823 imported/wpt/uievents/order-of-events/focus-events/legacy-manual.html [ Skip ] | 822 imported/wpt/uievents/order-of-events/focus-events/legacy-manual.html [ Skip ] |
824 imported/wpt/uievents/order-of-events/mouse-events/click-cancel-manual.html [ Sk
ip ] | 823 imported/wpt/uievents/order-of-events/mouse-events/click-cancel-manual.html [ Sk
ip ] |
825 imported/wpt/uievents/order-of-events/mouse-events/click-on-body-manual.html [ S
kip ] | 824 imported/wpt/uievents/order-of-events/mouse-events/click-on-body-manual.html [ S
kip ] |
826 imported/wpt/uievents/order-of-events/mouse-events/click-on-div-manual.html [ Sk
ip ] | 825 imported/wpt/uievents/order-of-events/mouse-events/click-on-div-manual.html [ Sk
ip ] |
827 imported/wpt/uievents/order-of-events/mouse-events/click-on-html-manual.html [ S
kip ] | 826 imported/wpt/uievents/order-of-events/mouse-events/click-on-html-manual.html [ S
kip ] |
828 imported/wpt/uievents/order-of-events/mouse-events/click-order-manual.html [ Ski
p ] | 827 imported/wpt/uievents/order-of-events/mouse-events/click-order-manual.html [ Ski
p ] |
829 imported/wpt/uievents/order-of-events/mouse-events/mouseevents-mousemove-manual.
htm [ Skip ] | 828 imported/wpt/uievents/order-of-events/mouse-events/mouseevents-mousemove-manual.
htm [ Skip ] |
830 imported/wpt/uievents/order-of-events/mouse-events/mousemove-across-manual.html
[ Skip ] | 829 imported/wpt/uievents/order-of-events/mouse-events/mousemove-across-manual.html
[ Skip ] |
831 imported/wpt/uievents/order-of-events/mouse-events/mousemove-between-manual.html
[ Skip ] | 830 imported/wpt/uievents/order-of-events/mouse-events/mousemove-between-manual.html
[ Skip ] |
OLD | NEW |