Open
Description
Previous ID | SR-9130 |
Radar | None |
Original Reporter | @compnerd |
Type | Improvement |
Additional Detail from JIRA
Votes | 0 |
Component/s | LLDB for Swift, Project Infrastructure, Standard Library |
Labels | Improvement, Reflection, StarterBug, Windows |
Assignee | None |
Priority | Medium |
md5: da2f379407d54b624ad4847a131f0495
is duplicated by:
- SR-6985 Rewrite swift-reflection tests for Windows
Issue Description:
This uses POSIX interfaces which are not available on Windows. Either we need to remove it from the test suite usage (disable those tests) or just port it to Windows. The functionality it performs should be possible to port to Windows APIs.