Bug 257009
| Summary: | import-w3c-tests throws when specifying --clean-dest-dir | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Anne van Kesteren <annevk> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | gsnedders, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=256751 | ||
Anne van Kesteren
% import-w3c-tests web-platform-tests/html/semantics/forms/constraints --clean-dest-dir -l -s ../../Documents/GitHub.nosync
Traceback (most recent call last):
File "/Users/annevk/Dev/OpenSource/Tools/Scripts/import-w3c-tests", line 35, in <module>
sys.exit(test_importer.main(sys.argv[1:], sys.stdout, sys.stderr))
File "/Users/annevk/Dev/OpenSource/Tools/Scripts/webkitpy/w3c/test_importer.py", line 95, in main
test_importer = TestImporter(Host(), test_paths, options)
File "/Users/annevk/Dev/OpenSource/Tools/Scripts/webkitpy/w3c/test_importer.py", line 189, in __init__
self.remove_slow_from_w3c_tests_options()
File "/Users/annevk/Dev/OpenSource/Tools/Scripts/webkitpy/w3c/test_importer.py", line 651, in remove_slow_from_w3c_tests_options
for test_path in self._tests_options.keys():
RuntimeError: dictionary changed size during iteration
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sam Sneddon [:gsnedders]
I fixed this in https://github.com/WebKit/WebKit/pull/13929 (which is bug 256751), as part of writing the tests that Youenn had asked for previously. Keeping this open until that lands.
Sam Sneddon [:gsnedders]
Okay, this should be fixed in 264384@main (348235605fd9): <https://commits.webkit.org/264384@main>
Radar WebKit Bug Importer
<rdar://problem/109685069>