[webkit-changes] [WebKit/WebKit] 71c0ce: [import-w3c-tests] don't find fuzzy metadata as pa...
Sam Sneddon
noreply at github.com
Fri Nov 17 03:14:16 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 71c0ce6cf2ce1343ca845d2ab33a92540aef5b97
https://github.com/WebKit/WebKit/commit/71c0ce6cf2ce1343ca845d2ab33a92540aef5b97
Author: Sam Sneddon <gsnedders at apple.com>
Date: 2023-11-17 (Fri, 17 Nov 2023)
Changed paths:
M Tools/Scripts/webkitpy/w3c/test_parser.py
M Tools/Scripts/webkitpy/w3c/test_parser_unittest.py
Log Message:
-----------
[import-w3c-tests] don't find fuzzy metadata as part of analyze_test
https://bugs.webkit.org/show_bug.cgi?id=263673
Reviewed by Jonathan Bedard.
We don't actually do anything with the fuzzy field, as we only pay
attention to the metadata in the test runner. Therefore, we can fix this
throwing on data it cannot parse by just not including the field at all.
* Tools/Scripts/webkitpy/w3c/test_parser.py:
(TestParser.analyze_test):
* Tools/Scripts/webkitpy/w3c/test_parser_unittest.py:
(_fuzzy_metadata_from_test_with_contents):
(_test_info_from_test_with_contents): Deleted.
Canonical link: https://commits.webkit.org/270878@main
More information about the webkit-changes
mailing list