| Summary: | [webkitcorepy] Support machines without Unix signal handling | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Jonathan Bedard <jbedard> | ||||||||
| Component: | Tools / Tests | Assignee: | Jonathan Bedard <jbedard> | ||||||||
| Status: | RESOLVED FIXED | ||||||||||
| Severity: | Normal | CC: | aakash_jain, don.olmstead, webkit-bug-importer | ||||||||
| Priority: | P2 | Keywords: | InRadar | ||||||||
| Version: | WebKit Nightly Build | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Jonathan Bedard
2021-01-29 13:34:18 PST
Created attachment 418766 [details]
Patch
Works for me locally with Python 3 on Windows! There are other cases where signal.SIGKILL is used which isn't present in Python for Windows so some more cross platform fixes should probably happen around usage of signal. Looks like there are a few in task_pool.py and our mock popen code. We might also need to address this in webkitpy/common/interrupt_debugging.py, but that would have broken layout tests in Python 2 on Windows machines as well. Created attachment 418788 [details]
Patch
rs=me Created attachment 418896 [details]
Patch for landing
Committed r272169: <https://trac.webkit.org/changeset/272169> All reviewed patches have been landed. Closing bug and clearing flags on attachment 418896 [details]. |