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

Fix InvalidCastException when initializing the properties of an undeclared class inside a lambda function #72480

Merged
merged 3 commits into from
Mar 14, 2024

add workitem to unit test

010f4ff
Select commit
Loading
Failed to load commit list.
Merged

Fix InvalidCastException when initializing the properties of an undeclared class inside a lambda function #72480

add workitem to unit test
010f4ff
Select commit
Loading
Failed to load commit list.
Azure Pipelines / roslyn-CI succeeded Mar 13, 2024 in 54m 18s

Build #20240313.3 had test failures

Details

Tests

  • Failed: 4 (0.00%)
  • Passed: 913,208 (98.76%)
  • Other: 11,442 (1.24%)
  • Total: 924,654

Annotations

Check failure on line 1 in Microsoft.CodeAnalysis.Editor.UnitTests.Diagnostics.DiagnosticAnalyzerServiceTests.TestCancellationDuringDiagnosticComputation_InProc

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-CI

Microsoft.CodeAnalysis.Editor.UnitTests.Diagnostics.DiagnosticAnalyzerServiceTests.TestCancellationDuringDiagnosticComputation_InProc

Test failed

Check failure on line 1 in Microsoft.CodeAnalysis.Editor.UnitTests.IntelliSense.VisualBasicCompletionCommandHandlerTests_InternalsVisibleTo.CodeCompletionIsEmptyUntilDoubleQuotesAreEntered

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-CI

Microsoft.CodeAnalysis.Editor.UnitTests.IntelliSense.VisualBasicCompletionCommandHandlerTests_InternalsVisibleTo.CodeCompletionIsEmptyUntilDoubleQuotesAreEntered

Assert.NotNull() Failure
Raw output
   en Microsoft.CodeAnalysis.Editor.UnitTests.IntelliSense.TestState.GetCompletionItems() en /_/src/EditorFeatures/TestUtilities2/Intellisense/TestState.vb:línea 544
   en Microsoft.CodeAnalysis.Editor.UnitTests.IntelliSense.TestState.VB$StateMachine_45_AssertCompletionItemsContainAll.MoveNext() en /_/src/EditorFeatures/TestUtilities2/Intellisense/TestState.vb:línea 395
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
   en System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   en Microsoft.CodeAnalysis.Editor.UnitTests.IntelliSense.VisualBasicCompletionCommandHandlerTests_InternalsVisibleTo.VB$StateMachine_4_CodeCompletionIsEmptyUntilDoubleQuotesAreEntered.MoveNext() en /_/src/EditorFeatures/Test2/IntelliSense/VisualBasicCompletionCommandHandlerTests_InternalsVisibleTo.vb:línea 84
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
   en System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   en Xunit.Sdk.TestInvoker`1.<>c__DisplayClass48_1.<<InvokeTestMethodAsync>b__1>d.MoveNext() en C:\Dev\xunit\xunit\src\xunit.execution\Sdk\Frameworks\Runners\TestInvoker.cs:línea 264
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
   en System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   en Xunit.Sdk.ExecutionTimer.<AggregateAsync>d__4.MoveNext() en C:\Dev\xunit\xunit\src\xunit.execution\Sdk\Frameworks\ExecutionTimer.cs:línea 48
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
   en System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   en Xunit.Sdk.ExceptionAggregator.<RunAsync>d__9.MoveNext() en C:\Dev\xunit\xunit\src\xunit.core\Sdk\ExceptionAggregator.cs:línea 90

Check failure on line 1 in Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests_Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests_Microsoft.CodeAnalysis.EditorFeatures.UnitTests_Micr..._37.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-CI

Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests_Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests_Microsoft.CodeAnalysis.EditorFeatures.UnitTests_Micr..._37.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.

Check failure on line 1 in Microsoft.CodeAnalysis.EditorFeatures2.UnitTests_40.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-CI

Microsoft.CodeAnalysis.EditorFeatures2.UnitTests_40.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.