-
Notifications
You must be signed in to change notification settings - Fork 721
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
JDK18 jdk_foreign java/foreign/TestUpcall.java - UnsatisfiedLinkError: jdk/internal/foreign/abi/ProgrammableUpcallHandler.registerNatives()V #14134
Comments
As I mentioned at #13946 & #13994, all foreign specific test suites in jtreg test should be excluded as the whole feature has not yet implemented (including downcall & upcall) given adoptium/aqa-tests#3150 is the excluded file specific to these test suites. |
I am wondering why adoptium/aqa-tests#3150 didn't exclude these failing test suites. |
This is another |
This should be excluded as upcall is not yet implemented. |
List all failing FFI related test suites found at #13946 as follows so as to be tagged in the exclude file:
Please feel free to add if any other FFI related test suite missing in the list above. |
Re #14134 (comment), We had a similar issue before. Please try to use
|
Moving out the iteration plan since the feature in question hasn't been implemented and the test is excluded. |
Close this issue as outdated. |
Failure link
From an internal build
job/Test_openjdknext_j9_sanity.openjdk_x86-64_linux_Personal/133/consoleFull
:Rerun in Grinder - Change TARGET to run only the failed test targets.
Optional info
Failure output (captured from console output)
There are lots of similar
UnsatisfiedLinkError
. These tests might not apply to OpenJ9, or require changes to adopt Semeru runtime. I think they can be excluded for now to improve triage.fyi @ChengJin01
The text was updated successfully, but these errors were encountered: