Skip to content

Fix test

7b28caf
Select commit
Loading
Failed to load commit list.
Open

Adjust ManagedType implementation and spec #15356

Fix test
7b28caf
Select commit
Loading
Failed to load commit list.
Azure Pipelines / microsoft.vstest failed Jan 14, 2026 in 8m 2s

Build #20260113.4 had test failures

Details

Tests

  • Failed: 1 (0.01%)
  • Passed: 14,415 (97.56%)
  • Other: 360 (2.44%)
  • Total: 14,776

Annotations

Check failure on line 0 in EXEC

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.vstest

EXEC#L0

EXEC(0,0): error code: (NETCORE_ENGINEERING_TELEMETRY=Build) 0x80008083

Check failure on line 0 in Microsoft.Testing.Platform

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.vstest

Microsoft.Testing.Platform#L0

Microsoft.Testing.Platform(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Build) Tests failed: /Users/runner/work/1/s/artifacts/log/Release/Microsoft.TestPlatform.Client.UnitTests_net9.0_x64.log [net9.0|x64]

Check failure on line 0 in EXEC

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.vstest

EXEC#L0

EXEC(0,0): error code: (NETCORE_ENGINEERING_TELEMETRY=Build) 0x80008083

Check failure on line 0 in Microsoft.Testing.Platform

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.vstest

Microsoft.Testing.Platform#L0

Microsoft.Testing.Platform(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Build) Tests failed: /Users/runner/work/1/s/artifacts/log/Release/Microsoft.TestPlatform.Common.UnitTests_net9.0_x64.log [net9.0|x64]

Check failure on line 1 in Microsoft.VisualStudio.TestPlatform.CommandLine.UnitTests.Internal.ProgressIndicatorTests.StartShouldShowProgressMessage

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.vstest

Microsoft.VisualStudio.TestPlatform.CommandLine.UnitTests.Internal.ProgressIndicatorTests.StartShouldShowProgressMessage

Test method Microsoft.VisualStudio.TestPlatform.CommandLine.UnitTests.Internal.ProgressIndicatorTests.StartShouldShowProgressMessage threw exception: 
Moq.MockException: 
Expected invocation on the mock once, but was 0 times: m => m.Write(".", OutputLevel.Information)

Performed invocations:

   Mock<IOutput:165> (m):

      IOutput.Write("Test run in progress.", OutputLevel.Information)
Raw output
   at Moq.Mock.Verify(Mock mock, LambdaExpression expression, Times times, String failMessage) in C:\projects\moq4\src\Moq\Mock.cs:line 337
   at Moq.Mock`1.Verify(Expression`1 expression, Times times) in C:\projects\moq4\src\Moq\Mock`1.cs:line 737
   at Moq.Mock`1.Verify(Expression`1 expression, Func`1 times) in C:\projects\moq4\src\Moq\Mock`1.cs:line 751
   at Microsoft.VisualStudio.TestPlatform.CommandLine.UnitTests.Internal.ProgressIndicatorTests.StartShouldShowProgressMessage() in /_/test/vstest.console.UnitTests/Internal/ProgressIndicatorTests.cs:line 52
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)