Open beccadax opened 3 years ago
For whatever it may be worth, this line might be too specific:
// expected-error@-4 failed to build module 'Swift' for importation due to the errors above
It might need to change to this to catch more scenarios:
// expected-error@-4 failed to build module 'Swift'
Additional Detail from JIRA
| | | |------------------|-----------------| |Votes | 0 | |Component/s | | |Labels | Bug | |Assignee | None | |Priority | Medium | md5: d2bfaa9939f9dc4c0c79823d9d8b4d4dIssue Description:
In apple/swift#36594, I extended
-verify
mode to work better with ModuleInterfaceBuilder. However, this doesn't seem to work properly on Windows for some reason:I'm not in a position to debug this test and the change is needed on other platforms, so I'll disable the test on Windows until someone can figure out what's going wrong.