[Webkit-unassigned] [Bug 204425] New: [WinCairo] webkitpy style/filter_unittest fails on Windows Python

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 20 15:13:35 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=204425

            Bug ID: 204425
           Summary: [WinCairo] webkitpy style/filter_unittest fails on
                    Windows Python
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: stephan.szabo at sony.com

test_path_with_different_case fails with Windows (non-cygwin/msys) python.
It appears this is because the file paths being checked are normalized and end up with backslash delimiters, while the path specific rule is using a hardcoded forward slash.

When setting up the actual configuration for style checking, os.path.join appears to be used and gets the correctly delimited paths, so I'm proposing that we do similar in this test.

-- 
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/20191120/7f44d9d8/attachment.htm>


More information about the webkit-unassigned mailing list