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.07k stars 4.04k forks source link

Test CSharpCompletionCommandHandlerTests.TestNonBlockingExpandCompletionDoesNotChangeItemOrder failed in CI #70835

Open tmat opened 1 year ago

tmat commented 1 year ago

https://dev.azure.com/dnceng-public/public/_build/results?buildId=470101&view=ms.vss-test-web.build-test-results-tab&runId=10701172&resultId=208263&paneView=debug

Assert.Equal() Failure
Expected: False
Actual:   True

Stack trace
   at Microsoft.CodeAnalysis.Editor.UnitTests.IntelliSense.TestState.AssertCompletionItemExpander(Boolean isAvailable, Boolean isSelected) in /_/src/EditorFeatures/TestUtilities2/Intellisense/TestState.vb:line 487
   at Microsoft.CodeAnalysis.Editor.UnitTests.IntelliSense.CSharpCompletionCommandHandlerTests.VB$StateMachine_371_TestNonBlockingExpandCompletionDoesNotChangeItemOrder.MoveNext() in /_/src/EditorFeatures/Test2/IntelliSense/CSharpCompletionCommandHandlerTests.vb:line 10503
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
CyrusNajmabadi commented 1 year ago

@genlu