Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip CSharpWinForms.DeleteControl on 32 bit release #76239

Merged
merged 3 commits into from
Dec 4, 2024
Merged

Conversation

@arunchndr arunchndr requested a review from genlu December 3, 2024 19:01
@arunchndr arunchndr requested a review from a team as a code owner December 3, 2024 19:01
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Dec 3, 2024
@arunchndr arunchndr requested a review from a team as a code owner December 4, 2024 02:17
@arunchndr arunchndr enabled auto-merge December 4, 2024 02:18
@arunchndr arunchndr merged commit 56e066c into main Dec 4, 2024
28 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Dec 4, 2024
@sharwell sharwell deleted the arunchndr-patch-2 branch December 4, 2024 18:23
var actualText = await TestServices.Editor.GetTextAsync(HangMitigatingCancellationToken);
Assert.DoesNotContain(@"VisualStudio.Editor.SomeButton.Name = ""SomeButton"";", actualText);
Assert.DoesNotContain(@"private System.Windows.Forms.Button SomeButton;", actualText);
if (ExecutionConditionUtil.IsBitness64)
Copy link
Member

Choose a reason for hiding this comment

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

This is a NOP. There is no 32-bit integration test execution scenario.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants