Bug 174245 - 'webkit-patch land' prints warning "Not running on native Windows."
Summary: 'webkit-patch land' prints warning "Not running on native Windows."
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-06 23:03 PDT by Michael Catanzaro
Modified: 2017-07-06 23:03 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2017-07-06 23:03:41 PDT
I just noticed that 'webkit-patch land' now prints this:

WARNING: Not running on native Windows.

It's coming from Tools/Scripts/webkitpy/port/win.py, which is evidently not supposed to be imported except on Windows. I'm tempted to debug where it's coming from by removing the try/except at the top of win.py, except, due to the nature of the bug, it requires some care to figure out how not to accidentally commit that change when testing 'webkit-patch land' :D

Note: we should fix unrelated bug #152495 too!