-
Notifications
You must be signed in to change notification settings - Fork 722
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jdk22 java/foreign/critical/TestCritical.java Heap segment not allowed #18939
Comments
The test failure is expected for JDK22 as the related functionality (passing the heap argument to native) will be covered by #18930. |
Perhaps adoptium/aqa-tests#5052 was merged prematurely? Maybe it should have waited until #18930 was merged? |
We need to know how many issues are left to be addressed by enabling all FFI specific test suites in JDK22+ except the functionality specific issue with #18930. |
Yes, but that can be done via grinders without sacrificing nightly and other builds. |
We can disable the failing test suites via https://github.com/adoptium/aqa-tests for the moment and re-enable one by one once we fix them up. @pshipton, any input on this? |
I agree, we should individually disable all the failing tests until they are fixed. Are you going to create the PR to do that? |
Yes. Will do that later today. |
I just created a PR at adoptium/aqa-tests#5056 to disable all failing FFI test suites detected in JDK22+. |
https://openj9-jenkins.osuosl.org/job/Pipeline-Build-Test-JDK22/10/ - all platforms
https://openj9-jenkins.osuosl.org/job/Test_openjdk22_j9_sanity.openjdk_aarch64_linux_Nightly_testList_1/8/
https://openj9-jenkins.osuosl.org/job/Test_openjdk22_j9_sanity.openjdk_aarch64_linux_Nightly_testList_2/8/
jdk_foreign
java/foreign/critical/TestCritical.java
@ChengJin01 fyi
The text was updated successfully, but these errors were encountered: