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
18.95k stars 4.02k forks source link

CSharpEditAndContinue integration test fails on Dev15 #14502

Open panopticoncentral opened 7 years ago

panopticoncentral commented 7 years ago

When running the test on Dev15 preview 5:

System.Exception: Actual and expected items don't match:
Expected: foo
Actual: Internal error in the expression evaluator.

   at Roslyn.VSHosting.Test.Utilities.CompareAndThrowIfNotEqual[TItem](TItem expected, TItem actual) in C:\Users\paulv\Documents\GitHub\roslyn-internal\Closed\Hosting\Test\Actions\VisualStudio\Utilities\Utilities.cs:line 15
   at Roslyn.VSHosting.Test.RoslynActions.DebugAction.Evaluate(String expression, String expectedResult) in C:\Users\paulv\Documents\GitHub\roslyn-internal\Closed\Hosting\RoslynTaoActions\Actions\VisualStudio\DebugAction.cs:line 264
sharwell commented 6 years ago

@panopticoncentral I cannot find the test mentioned by this issue. Is it still relevant?

panopticoncentral commented 6 years ago

If it doesn't exist any more, then you can close this...