Adjust incrementalCompilationCachingBasic to reproduce issue 88113#2127
Adjust incrementalCompilationCachingBasic to reproduce issue 88113#2127hjyamauchi wants to merge 1 commit into
Conversation
|
@swift-ci please test |
|
Prefix mapping incremental build is not working great right now. I have a fix but I was waiting for rewriting the tests to land it so I don't need to write test again. Let me post that. |
|
ok. I thought it'd be good to keep the regression test coverage for the incremental build issue. I can hold this off (or maybe ask you to incorporate this PR into your change) as you are reworking the tests? What do you prefer? |
|
I rewrite the incremental tests to swift testing so it is easy to spot any tests have different behavior. |
Need to not use load module interface to reproduce issue 88113
|
I confirmed that #2128 fixes this test for the |
|
We need to make sure we have coverage for both. In general, we shouldn't use this flag to control the coverage, but using inputs that are interface-only or binary module only to ensure the coverage. |
Need to not use load module interface to reproduce issue 88113 and add a note that it needs to be fixed with prefix mapping enabled.