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

On board C# advanced page to unified settings #76630

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Fix a colon

b171a45
Select commit
Loading
Failed to load commit list.
Draft

On board C# advanced page to unified settings #76630

Fix a colon
b171a45
Select commit
Loading
Failed to load commit list.
Azure Pipelines / roslyn-CI failed Jan 6, 2025 in 1h 1m 31s

Build #20250105.14 had test failures

Details

Tests

  • Failed: 12 (0.00%)
  • Passed: 814,140 (98.78%)
  • Other: 10,028 (1.22%)
  • Total: 824,180

Annotations

Check failure on line 109 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-CI

Build log #L109

The process cannot access the file 'D:\a\_work\1\s\artifacts\log\Release\Build.Server.log' because it is being used by another process.

Check failure on line 107 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-CI

Build log #L107

(NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed

Check failure on line 117 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-CI

Build log #L117

PowerShell exited with code '1'.

Check failure on line 116 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-CI

Build log #L116

(NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed

Check failure on line 1 in Roslyn.VisualStudio.Next.UnitTests.UnifiedSettings.UnifiedSettingsTests.CSharpIntellisensePageTest

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-CI

Roslyn.VisualStudio.Next.UnitTests.UnifiedSettings.UnifiedSettingsTests.CSharpIntellisensePageTest

Assert.Equal() Failure: Strings differ
            ↓ (pos 1)
Expected: "1BDF7EDC17FF75BB"
Actual:   "18C11F0A543B8AD4"
            ↑ (pos 1)
Raw output
   en Xunit.Assert.Equal(String expected, String actual, Boolean ignoreCase, Boolean ignoreLineEndingDifferences, Boolean ignoreWhiteSpaceDifferences, Boolean ignoreAllWhiteSpace) en /_/src/xunit.assert/Asserts/StringAsserts.cs:línea 909
   en Roslyn.VisualStudio.Next.UnitTests.UnifiedSettings.UnifiedSettingsTests.<VerifyTagAsync>d__11.MoveNext() en /_/src/VisualStudio/Core/Test.Next/UnifiedSettings/UnifiedSettingsTests.cs:línea 341
--- 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 Roslyn.VisualStudio.Next.UnitTests.UnifiedSettings.UnifiedSettingsTests.<CSharpIntellisensePageTest>d__4.MoveNext() en /_/src/VisualStudio/Core/Test.Next/UnifiedSettings/UnifiedSettingsTests.cs:línea 188
--- 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__DisplayClass47_0.<<InvokeTestMethodAsync>b__1>d.MoveNext() en /_/src/xunit.execution/Sdk/Frameworks/Runners/TestInvoker.cs:línea 259
--- 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 /_/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 /_/src/xunit.core/Sdk/ExceptionAggregator.cs:línea 90

Check failure on line 1 in Roslyn.VisualStudio.Next.UnitTests.UnifiedSettings.UnifiedSettingsTests.CSharpCategoriesTest

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-CI

Roslyn.VisualStudio.Next.UnitTests.UnifiedSettings.UnifiedSettingsTests.CSharpCategoriesTest

Assert.Equal() Failure: Strings differ
            ↓ (pos 1)
Expected: "1BDF7EDC17FF75BB"
Actual:   "18C11F0A543B8AD4"
            ↑ (pos 1)
Raw output
   en Xunit.Assert.Equal(String expected, String actual, Boolean ignoreCase, Boolean ignoreLineEndingDifferences, Boolean ignoreWhiteSpaceDifferences, Boolean ignoreAllWhiteSpace) en /_/src/xunit.assert/Asserts/StringAsserts.cs:línea 909
   en Roslyn.VisualStudio.Next.UnitTests.UnifiedSettings.UnifiedSettingsTests.<VerifyTagAsync>d__11.MoveNext() en /_/src/VisualStudio/Core/Test.Next/UnifiedSettings/UnifiedSettingsTests.cs:línea 341
--- 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 Roslyn.VisualStudio.Next.UnitTests.UnifiedSettings.UnifiedSettingsTests.<CSharpCategoriesTest>d__3.MoveNext() en /_/src/VisualStudio/Core/Test.Next/UnifiedSettings/UnifiedSettingsTests.cs:línea 174
--- 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__DisplayClass47_0.<<InvokeTestMethodAsync>b__1>d.MoveNext() en /_/src/xunit.execution/Sdk/Frameworks/Runners/TestInvoker.cs:línea 259
--- 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 /_/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 /_/src/xunit.core/Sdk/ExceptionAggregator.cs:línea 90

Check failure on line 1 in Roslyn.VisualStudio.Next.UnitTests.UnifiedSettings.UnifiedSettingsTests.CSharpAdvancedPageTest

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-CI

Roslyn.VisualStudio.Next.UnitTests.UnifiedSettings.UnifiedSettingsTests.CSharpAdvancedPageTest

Assert.Equal() Failure: Values differ
Expected: 12
Actual:   67
Raw output
   en Xunit.Assert.Equal[T](T expected, T actual, IEqualityComparer`1 comparer) en /_/src/xunit.assert/Asserts/EqualityAsserts.cs:línea 154
   en Roslyn.VisualStudio.Next.UnitTests.UnifiedSettings.UnifiedSettingsTests.VerifyProperties(JsonNode jsonDocument, String[] prefixes, ImmutableArray`1 expectedOptionToSettings) en /_/src/VisualStudio/Core/Test.Next/UnifiedSettings/UnifiedSettingsTests.cs:línea 313
   en Roslyn.VisualStudio.Next.UnitTests.UnifiedSettings.UnifiedSettingsTests.<CSharpAdvancedPageTest>d__5.MoveNext() en /_/src/VisualStudio/Core/Test.Next/UnifiedSettings/UnifiedSettingsTests.cs:línea 201
--- 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__DisplayClass47_0.<<InvokeTestMethodAsync>b__1>d.MoveNext() en /_/src/xunit.execution/Sdk/Frameworks/Runners/TestInvoker.cs:línea 259
--- 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 /_/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 /_/src/xunit.core/Sdk/ExceptionAggregator.cs:línea 90

Check failure on line 1 in Microsoft.VisualStudio.LanguageServices.UnitTests_Roslyn.Compilers.VisualBasic.IOperation.UnitTests_Roslyn.VisualStudio.Next.UnitTests_83.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-CI

Microsoft.VisualStudio.LanguageServices.UnitTests_Roslyn.Compilers.VisualBasic.IOperation.UnitTests_Roslyn.VisualStudio.Next.UnitTests_83.WorkItemExecution

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