Skip to content

Simpler solution

3e5dfce
Select commit
Loading
Failed to load commit list.
Open

Compile runtime async versions of synchronous task-returning methods #128384

Simpler solution
3e5dfce
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime failed Jun 8, 2026 in 1h 25m 23s

Build #20260608.69 had test failures

Details

Tests

  • Failed: 20 (0.00%)
  • Passed: 1,299,207 (98.08%)
  • Other: 25,369 (1.92%)
  • Total: 1,324,596

Annotations

Check failure on line 0 in XUnit

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

XUnit#L0

XUnit(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed: /__w/1/s/artifacts/TestResults/Checked/ILCompiler.ReadyToRun.Tests_net11.0_x64.html [net11.0|x64]

Check failure on line 44 in .packages\microsoft.dotnet.helix.sdk\11.0.0-beta.26257.113\tools\azure-pipelines\AzurePipelines.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages\microsoft.dotnet.helix.sdk\11.0.0-beta.26257.113\tools\azure-pipelines\AzurePipelines.MultiQueue.targets#L44

.packages\microsoft.dotnet.helix.sdk\11.0.0-beta.26257.113\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test _COM_RuntimeAsync_RuntimeAsync::RuntimeAsyncBuiltInCom.RuntimeAsyncDoNotModifyRcwVtable() has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/c8a41d89-44e2-4843-bbfb-3498fda2dbc5/workitems/Interop/console

Check failure on line 44 in .packages\microsoft.dotnet.helix.sdk\11.0.0-beta.26257.113\tools\azure-pipelines\AzurePipelines.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages\microsoft.dotnet.helix.sdk\11.0.0-beta.26257.113\tools\azure-pipelines\AzurePipelines.MultiQueue.targets#L44

.packages\microsoft.dotnet.helix.sdk\11.0.0-beta.26257.113\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test _COM_RuntimeAsync_RuntimeAsync::RuntimeAsyncBuiltInCom.IDispatchCallInvokesCorrectMethod() has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/c8a41d89-44e2-4843-bbfb-3498fda2dbc5/workitems/Interop/console

Check failure on line 44 in .packages\microsoft.dotnet.helix.sdk\11.0.0-beta.26257.113\tools\azure-pipelines\AzurePipelines.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

.packages\microsoft.dotnet.helix.sdk\11.0.0-beta.26257.113\tools\azure-pipelines\AzurePipelines.MultiQueue.targets#L44

.packages\microsoft.dotnet.helix.sdk\11.0.0-beta.26257.113\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(44,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test _COM_RuntimeAsync_RuntimeAsync::RuntimeAsyncBuiltInCom.TaskReturningPInvokeWithComMarshalling() has failed. Check the Test tab or this console log: https://helix.dot.net/api/2019-06-17/jobs/c8a41d89-44e2-4843-bbfb-3498fda2dbc5/workitems/Interop/console

Check failure on line 1 in ILCompiler.ReadyToRun.Tests.TestCases.R2RTestSuites.CompositeAsyncDevirtNonAsyncCallee

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

ILCompiler.ReadyToRun.Tests.TestCases.R2RTestSuites.CompositeAsyncDevirtNonAsyncCallee

Expected [ASYNC] variant for 'WriterBase.CompleteValueTaskAsync(' not found. Async methods: [[ASYNC] System.Threading.Tasks.Task CompositeAsyncDevirtNonAsyncCallee.AwaitInheritedValueTask(Holder), [ASYNC] System.Threading.Tasks.Task CompositeAsyncDevirtNonAsyncCallee.AwaitInheritedTask(Holder)]
Raw output
   at ILCompiler.ReadyToRun.Tests.TestCases.R2RTestSuites.<CompositeAsyncDevirtNonAsyncCallee>g__Validate|26_0(ReadyToRunReader reader) in /_/src/coreclr/tools/aot/ILCompiler.ReadyToRun.Tests/TestCases/R2RTestSuites.cs:line 1083
   at ILCompiler.ReadyToRun.Tests.TestCasesRunner.R2RTestRunner.Run(R2RTestCase testCase) in /_/src/coreclr/tools/aot/ILCompiler.ReadyToRun.Tests/TestCasesRunner/R2RTestRunner.cs:line 220
   at ILCompiler.ReadyToRun.Tests.TestCases.R2RTestSuites.CompositeAsyncDevirtNonAsyncCallee() in /_/src/coreclr/tools/aot/ILCompiler.ReadyToRun.Tests/TestCases/R2RTestSuites.cs:line 1064
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 1 in _COM_RuntimeAsync_RuntimeAsync::RuntimeAsyncBuiltInCom.RuntimeAsyncDoNotModifyRcwVtable()

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

_COM_RuntimeAsync_RuntimeAsync::RuntimeAsyncBuiltInCom.RuntimeAsyncDoNotModifyRcwVtable()

An attempt was made to load a program with an incorrect format. (0x8007000B (COR_E_BADIMAGEFORMAT))
Raw output
   at ITaskComServer_Imported.GetTask()
   at RuntimeAsyncBuiltInCom.<RuntimeAsyncDoNotModifyRcwVtable>g__TestAsyncMethod|4_0(ITaskComServer_Imported obj)
   at RuntimeAsyncBuiltInCom.RuntimeAsyncDoNotModifyRcwVtable()
   at Program.<<Main>$>g__TestExecutor214|0_215(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&)

Check failure on line 1 in _COM_RuntimeAsync_RuntimeAsync::RuntimeAsyncBuiltInCom.TaskReturningPInvokeWithComMarshalling()

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

_COM_RuntimeAsync_RuntimeAsync::RuntimeAsyncBuiltInCom.TaskReturningPInvokeWithComMarshalling()

An attempt was made to load a program with an incorrect format. (0x8007000B (COR_E_BADIMAGEFORMAT))
Raw output
   at RuntimeAsyncNative.PassThroughTask(Task task)
   at RuntimeAsyncBuiltInCom.<TaskReturningPInvokeWithComMarshalling>g__RunTask|6_1(Task task)
   at RuntimeAsyncBuiltInCom.TaskReturningPInvokeWithComMarshalling()
   at Program.<<Main>$>g__TestExecutor216|0_217(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&)

Check failure on line 1 in _COM_RuntimeAsync_RuntimeAsync::RuntimeAsyncBuiltInCom.IDispatchCallInvokesCorrectMethod()

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime

_COM_RuntimeAsync_RuntimeAsync::RuntimeAsyncBuiltInCom.IDispatchCallInvokesCorrectMethod()

An attempt was made to load a program with an incorrect format. (0x8007000B (COR_E_BADIMAGEFORMAT))
Raw output
   at ITaskComServer_AsDispatchOnly.GetTask()
   at RuntimeAsyncBuiltInCom.<IDispatchCallInvokesCorrectMethod>g__TestAsyncMethod|5_0(ITaskComServer_AsDispatchOnly obj)
   at RuntimeAsyncBuiltInCom.IDispatchCallInvokesCorrectMethod()
   at Program.<<Main>$>g__TestExecutor215|0_216(StreamWriter tempLogSw, StreamWriter statsCsvSw, <>c__DisplayClass0_0&)