Test fails in nativeTest profile with Jextract dependencies #44268
Labels
status: feedback-reminder
We've sent a reminder that we need additional information before we can continue
status: waiting-for-feedback
We need additional information before we can continue
status: waiting-for-triage
An issue we've not yet triaged
I'm working in a project which combines Spring Boot 3.4 with GraalVM native build, Jextract and Foreign Function & Memory API (Project Panama).
When I build and run my JUnit tests, it works in normal mode, but I can't make it work in native mode (Spring's "nativeTest" profile). The last error that I got was:
See a minimal reproducible example at https://github.com/rbarriuso/junit-native-sample
Full error at https://github.com/rbarriuso/junit-native-sample/blob/main/error.log
The text was updated successfully, but these errors were encountered: