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.96k stars 4.03k forks source link

ObjectFormatterTests.StackTrace_Dynamic failing in stabilization #9221

Open davkean opened 8 years ago

davkean commented 8 years ago

http://dotnet-ci.cloudapp.net/job/roslyn_stabil_win_rel_unit64/137/testReport/Microsoft.CodeAnalysis.CSharp.Scripting.Hosting.UnitTests/ObjectFormatterTests/StackTrace_Dynamic/

Failed Microsoft.CodeAnalysis.CSharp.Scripting.Hosting.UnitTests.ObjectFormatterTests.StackTrace_Dynamic (from Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests)

Failing for the past 2 builds (Since Failed#136 ) Took 37 ms. Stacktrace

MESSAGE: Assert.Equal() Failure\r\n ↓ (pos 287)\r\nExpected: ···z:\Fixture.cs : 10123\r\n + Microsoft.CodeAnalysis.CSharp.Scri···\r\nActual: ···z:\Fixture.cs : 10124\r\n + Microsoft.CodeAnalysis.CSharp.Scri···\r\n ↑ (pos 287) +++++++++++++++++++ STACK TRACE: at Microsoft.CodeAnalysis.CSharp.Scripting.Hosting.UnitTests.ObjectFormatterTests.StackTrace_Dynamic() in z:\Fixture.cs:line 10139

davkean commented 8 years ago

This looks like it regressed by: https://github.com/dotnet/roslyn/pull/9193

davkean commented 8 years ago

This is only happening in release builds. tag @tmat

tmat commented 8 years ago

That's a new test. Not a regression. Will take a look.

davkean commented 8 years ago

Thanks!

tmat commented 8 years ago

I have disabled the test for now. This might be a bug in the CLR or the compiler need to investigate.