The tools-support-core test suite has a test helper for managing a pseudo-terminal. This relies on openpty and friends which are not supported on Windows. In order to aid the bringup of s-p-m on windows, this has ben removed and will need to be ported (possibly via the ConPTY subsystem).
Additional Detail from JIRA
| | | |------------------|-----------------| |Votes | 0 | |Component/s | Package Manager | |Labels | Bug | |Assignee | None | |Priority | Medium | md5: f45a95eee0acb88333aa5e3894c7cbddIssue Description:
The tools-support-core test suite has a test helper for managing a pseudo-terminal. This relies on
openpty
and friends which are not supported on Windows. In order to aid the bringup of s-p-m on windows, this has ben removed and will need to be ported (possibly via the ConPTY subsystem).