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

Upgrade BCL assembly to 8.0.0 #71444

Merged
merged 17 commits into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1586,7 +1586,7 @@ .locals init (System.ReadOnlySpan<byte> V_0, //s1
");
}

[Fact]
[ConditionalFact(typeof(IsEnglishLocal))]
Copy link
Member Author

@Cosifne Cosifne Jan 4, 2024

Choose a reason for hiding this comment

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

Failed in Spanish VM
image
Loosk like it is asserting Error message, and the message is localized now.
So I changed this to English only

Copy link
Member Author

Choose a reason for hiding this comment

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

Talked to Compiler folks offline and verifed this is OK

Copy link
Contributor

Choose a reason for hiding this comment

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

@Cosifne

Talked to Compiler folks offline and verifed this is OK

I think we should open an issue for the test infrastructure. It should make sure that verification errors are obtained in English. Then this change should be reverted

Copy link
Contributor

Choose a reason for hiding this comment

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

Opened #71509.

public void MultipleArrays_InPlaceAndUsed()
{
string csharp = @$"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3760,7 +3760,7 @@ .maxstack 1
");
}

[Fact]
[ConditionalFact(typeof(IsEnglishLocal))]
[WorkItem("https://github.com/dotnet/roslyn/issues/67494")]
public void WhenWithAlwaysThrowingExpression_01()
{
Expand Down