-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Labels
enhancementProposed change to current functionalityProposed change to current functionalityjava-interopRuntime bridge between .NET and JavaRuntime bridge between .NET and Java
Description
In the same way that jnimarshalmethod-gen is run against Java.Interop.Export-Tests in 77800dd, jnimarshalmethod-gen should also be run against Java.Base-Tests, and Java.Base-Tests should continue passing after the fixup, a'la:
% dotnet test --logger "console;verbosity=detailed" bin/TestDebug-net7.0/Java.Base-Tests.dll &&
dotnet bin/Debug-net7.0/jnimarshalmethod-gen.dll bin/TestDebug-net7.0/Java.Base-Tests.dll &&
dotnet test --logger "console;verbosity=detailed" bin/TestDebug-net7.0/Java.Base-Tests.dllOne problem with this now is that jnimarshalmethod-gen doesn't do anything to Java.Base-Tests.dll, even though it has at least one Java.Lang.Object subclass, and thus requires marshal methods.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementProposed change to current functionalityProposed change to current functionalityjava-interopRuntime bridge between .NET and JavaRuntime bridge between .NET and Java