dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
19.04k stars 4.03k forks source link

EE and EnC integration tests require updated Visual Studio debugger #75456

Open cston opened 4 weeks ago

cston commented 4 weeks ago

EE and EnC integration tests require Visual Studio debugger 17.13.1100801-preview or higher following the EE change in https://github.com/dotnet/roslyn/pull/75423.

The following tests are affected.

Before updating, the tests will fail with an error in the EE: Internal error in the {C#,Basic} compiler

jaredpar commented 4 weeks ago

Is the plan to disable them and re-enable once we move to a newer VS on the integration test machines?

cston commented 4 weeks ago

Is the plan to disable them and re-enable once we move to a newer VS on the integration test machines?

Yes, I have marked the tests as skipped for now.