From 75dcfccc96a54da2efcc2f446c46d42c2cb99559 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Wed, 17 Sep 2025 14:15:05 -0500 Subject: [PATCH 1/3] [tests] run `Java.Interop-Tests` on NativeAOT In 32fcc8bd, I enabled tests related to the "GC Bridge" on NativeAOT, but discovered we still weren't running dotnet/java-interop's tests. Let's enable them. We can also remove `$(DefineConstants)` for `CORECLR` and `NATIVEAOT` as there is nothing using these. --- .../Mono.Android-Tests/Mono.Android.NET-Tests.csproj | 2 -- .../Xamarin.Android.RuntimeTests/NUnitInstrumentation.cs | 5 ----- 2 files changed, 7 deletions(-) diff --git a/tests/Mono.Android-Tests/Mono.Android-Tests/Mono.Android.NET-Tests.csproj b/tests/Mono.Android-Tests/Mono.Android-Tests/Mono.Android.NET-Tests.csproj index ed78d3366ed..c7feecdd9a0 100644 --- a/tests/Mono.Android-Tests/Mono.Android-Tests/Mono.Android.NET-Tests.csproj +++ b/tests/Mono.Android-Tests/Mono.Android-Tests/Mono.Android.NET-Tests.csproj @@ -22,8 +22,6 @@ IL2037 true - $(DefineConstants);CORECLR - $(DefineConstants);NATIVEAOT