Bug 174245

Summary: 'webkit-patch land' prints warning "Not running on native Windows."
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: lforschler
Priority: P2    
Version: Other   
Hardware: PC   
OS: Linux   

Michael Catanzaro
Reported 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!
Attachments
Note You need to log in before you can comment on or make changes to this bug.