Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Aug 27, 2026. It is now read-only.
Commit fb0952f
[tests] Add NativeAOTIgnore to InvokeVirtualFromConstructorTests (#1390)
These 3 tests fail on NativeAOT with DelegateMarshalling_MissingInteropData
because PreserveRegistrations does not handle [JniAddNativeMethodRegistrationAttribute]
delegate types. NativeAOT cannot generate the unmanaged-callable wrapper for
CalledFromConstructorMarshalMethod at runtime.
Tracking issue: dotnet/android#10950
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 7a9f974 commit fb0952f
1 file changed
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
| 116 | + | |
114 | 117 | | |
115 | 118 | | |
116 | 119 | | |
| |||
0 commit comments