[TrimmableTypeMap] Stabilize CoreCLR Mono.Android.NET-Tests lane#11091
Draft
simonrozsival wants to merge 6 commits intodev/simonrozsival/root-manifest-referenced-typesfrom
Draft
Conversation
f8106b0 to
a437455
Compare
d5aefaa to
3a8d509
Compare
Base automatically changed from
dev/simonrozsival/trimmable-runtime-fixes
to
main
April 10, 2026 22:50
1814a6d to
d0e30f6
Compare
- Fix CRC64 algorithm (Jones instead of System.IO.Hashing) - Fix inherited override detection (walk past DoNotGenerateAcw bases) - Fix instrumentation targetPackage - JCW lazy registerNatives for App/Instrumentation types - Sanitize backtick in proxy names - Manifest name promotion and deferred registration propagation - Build targets and task updates - Typed logger interface - Unit test coverage Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Use _AndroidTypeMapImplementation=trimmable directly instead of a MonoAndroidTypeMapFlavor wrapper property. This is consistent with the actual build system property used by the typemap targets. - _AndroidTypeMapImplementation=trimmable in CI yaml and test csproj - UseMonoRuntime=false set when _AndroidTypeMapImplementation=trimmable - TestsFlavor=CoreCLRTrimmable for result file naming - ExcludeCategories: NativeTypeMap, TrimmableIgnore, SSL - ExcludedTestNames for Java.Interop-Tests JavaObject-based fixtures Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
17b123b to
e2c70fd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Mono.Android.NET-Testswith_AndroidTypeMapImplementation=trimmableandUseMonoRuntime=falseon CoreCLRMain fixes in this PR
llvm-irandtrimmableregisterNatives()hookupJNIEnv.NewObjectArray<Type>()/ non-IJavaPeerablefallback tojava/lang/ObjectNUnitInstrumentationupdates for the current temporary exclusionsCurrent validation state
The local device lane now finishes green with the current exclusions:
Temporary exclusions / follow-up work
The remaining excluded buckets are intentional and should be handled in follow-up work (tracked separately, e.g. #11099):
ExportGCBridge/DoNotLeakWeakReferencesJavaPeerableExtensionsTests.JavaAs*NativeTypeMap,SSL,TrimmableIgnore, andCoreCLRIgnorebuckets that still need parity workLocal usage