[Webkit-unassigned] [Bug 137934] New: import-w3c-tests should use re.escape() wherever it's handling file paths
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 21 15:08:10 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137934
Bug ID: 137934
Summary: import-w3c-tests should use re.escape() wherever it's
handling file paths
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: rhauck at adobe.com
test_converter.py does some path conversions where it uses re.sub(). Since filepaths can have regex characters in them, they should all be escaped.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141021/54ff76e0/attachment-0002.html>
More information about the webkit-unassigned
mailing list