Skip to content

[mono] Failing test ApplyUpdateTests.AsyncMethodChanges #79043

@lambdageek

Description

@lambdageek

(This is a test marked with an incorrect ActiveIssue - creating this one to track it separately, see #79044).

The test fails with:

        Mono: no implementation for interface method System.Runtime.CompilerServices.IAsyncStateMachine::MoveNext() in class System.Reflection.Metadata.ApplyUpdate.Test.AsyncMethodChange/<TestTaskMethod>d__1#1
        Mono: METHOD .ctor()
        Mono: METHOD MoveNext()
        Mono: METHOD SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)

It looks like we're not picking up the new async state machine's interface implementations from the hot reload delta.

Metadata

Metadata

Assignees

Labels

area-EnC-monoHot Reload for WebAssembly, iOS/Android, etc

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions