% 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
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.
Okay, this should be fixed in 264384@main (348235605fd9): <https://commits.webkit.org/264384@main>
<rdar://problem/109685069>