WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
257009
import-w3c-tests throws when specifying --clean-dest-dir
https://bugs.webkit.org/show_bug.cgi?id=257009
Summary
import-w3c-tests throws when specifying --clean-dest-dir
Anne van Kesteren
Reported
2023-05-19 00:09:44 PDT
% 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]
Comment 1
2023-05-19 07:10:00 PDT
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]
Comment 2
2023-05-22 16:20:07 PDT
Okay, this should be fixed in
264384@main
(348235605fd9): <
https://commits.webkit.org/264384@main
>
Radar WebKit Bug Importer
Comment 3
2023-05-22 16:21:17 PDT
<
rdar://problem/109685069
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug