Bug 54526
Summary: | webkitpy.common.checkout, webkitpy.tool packages don't work under win32 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dirk Pranke <dpranke> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | abarth, aroben, eric |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 | ||
Bug Depends on: | |||
Bug Blocks: | 48728 |
Dirk Pranke
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
(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!
Eric Seidel (no email)
Wow, the hack in test/main.py for this is awful!
_win32_blacklist
cuts out a bunch of tests. :(