You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected: same as <com.xamarin.android.runtimetests.CreateInstance_OverrideAbsListView_Adapter{90ba161 V.ED.VC.. ......I. 0,0-0,0}>
But was: <com.xamarin.android.runtimetests.CreateInstance_OverrideAbsListView_Adapter{90ba161 V.ED.VC.. ......I. 0,0-0,0}>
Context: #10079
This runs Mono.Android-Tests with `-p:PublishAot=true`.
I temporarily disabled the following tests:
* The `Java.Interop-Tests.dll` test assembly
* `GCBridge` category, related to a missing "GC Bridge"
* `SSL` and `NTLM` categories related to some http tests
* Some individual tests
These categories will probably *never need to* work on NativeAOT:
* `Export`: use of `Mono.Android.Export.dll`
* `AndroidClientHandler`: legacy `HttpClientHandler` implementation
* `NativeTypeMap`: as the managed typemap is trimmer safe
* `AppContextTests.TestPrivateSwitches` may not be relevant for NativeAOT
I left a `TODO` comment for each ignored test, to investigate in the future.
Context: #10079
This runs Mono.Android-Tests with `-p:PublishAot=true`.
I temporarily disabled the following tests:
* The `Java.Interop-Tests.dll` test assembly
* `GCBridge` category, related to a missing "GC Bridge"
* `SSL` and `NTLM` categories related to some http tests
* Some individual tests
These categories will probably *never need to* work on NativeAOT:
* `Export`: use of `Mono.Android.Export.dll`
* `AndroidClientHandler`: legacy `HttpClientHandler` implementation
* `NativeTypeMap`: as the managed typemap is trimmer safe
* `AppContextTests.TestPrivateSwitches` may not be relevant for NativeAOT
I left a `TODO` comment for each ignored test, to investigate in the future.
Android framework version
net10.0-android (Preview)
Affected platform version
.NET 10 Preview 4, NativeAOT runtime
Description
These are a list of tests I've disabled in:
Entire
Java.Interop-Tests.dll
assemblyGCBridge
category, requires a "GC Bridge"SSL
categoryNTLM
categoryAndroidClientHandler
category:Java.LangTests.ObjectTest.JnienvCreateInstance_RegistersMultipleInstances
fails with:ManagedValueManager
#10107Steps to Reproduce
Run:
The text was updated successfully, but these errors were encountered: