Bug 54526 - webkitpy.common.checkout, webkitpy.tool packages don't work under win32
Summary: webkitpy.common.checkout, webkitpy.tool packages don't work under win32
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 48728
  Show dependency treegraph
 
Reported: 2011-02-15 20:04 PST by Dirk Pranke
Modified: 2011-08-09 13:57 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Pranke 2011-02-15 20:04:51 PST
Or, at least, we get lots of failures in these two packages when we run test-webkitpy. This isn't real surprising, since in addition to all of the os.path.sep issues we're likely to hit, we can't guarantee consistently that svn and/or git are installed.

If there is a consensus that we do want these to work in native win32 environments (and not just cygwin), then I will post more details and we can figure out how hard getting them to work might be. For now, in the roll-up patch on bug 48728, I'm just planning to skip these directories completely.
Comment 1 Adam Roben (:aroben) 2011-02-16 04:50:15 PST
(In reply to comment #0)
> If there is a consensus that we do want these to work in native win32 environments (and not just cygwin)

Definitely!
Comment 2 Eric Seidel (no email) 2011-08-09 13:53:54 PDT
Wow, the hack in test/main.py for this is awful!

_win32_blacklist

cuts out a bunch of tests. :(