Skip to content

Move tests to different assembly to address combined string length issue#60395

Merged
jcouv merged 4 commits intodotnet:mainfrom
CyrusNajmabadi:moveTests
Mar 27, 2022
Merged

Move tests to different assembly to address combined string length issue#60395
jcouv merged 4 commits intodotnet:mainfrom
CyrusNajmabadi:moveTests

Conversation

@CyrusNajmabadi
Copy link
Copy Markdown
Contributor

This can help with the merge into 17.3: #60314

@CyrusNajmabadi CyrusNajmabadi requested a review from a team as a code owner March 26, 2022 00:45
@ghost ghost added the Area-Compilers label Mar 26, 2022
@AlekseyTs
Copy link
Copy Markdown
Contributor

Is touching files under Semantics necessary? I would prefer to not split that folder.

@CyrusNajmabadi
Copy link
Copy Markdown
Contributor Author

Is touching files under Semantics necessary?

Yes. that file references one of the types that moved to the other project.

{
public class PatternMatchingTest5
{
public class FlowAnalysisTests : FlowTestBase
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needed to move because this test reference FlowTestBase

}

/// <remarks>Ported from <see cref="FlowTests.IfConditionalConstant" />.</remarks>
// <remarks>Ported from <see cref="FlowTests.IfConditionalConstant" />.</remarks>
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needed to edit these as the crefs reference the flow tests which just moved.

Copy link
Copy Markdown
Member

@jcouv jcouv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM Thanks (iteration 4)

@jcouv jcouv self-assigned this Mar 26, 2022
@jcouv jcouv merged commit 8dcfd25 into dotnet:main Mar 27, 2022
@ghost ghost added this to the Next milestone Mar 27, 2022
@CyrusNajmabadi CyrusNajmabadi deleted the moveTests branch March 27, 2022 16:28
@CyrusNajmabadi
Copy link
Copy Markdown
Contributor Author

Thanks!

@allisonchou allisonchou modified the milestones: Next, 17.2.P3 Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants