-
-
Notifications
You must be signed in to change notification settings - Fork 316
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
tools/javah/ReadOldClass.sh and serviceability/dcmd/DynLibDcmdTest.java fail on AIX #5854
Comments
Haroon-Khel
changed the title
tools/javah/ReadOldClass.sh fails on AIX
tools/javah/ReadOldClass.sh and serviceability/dcmd/DynLibDcmdTest.java fail on AIX
Jan 14, 2025
Adding serviceability/dcmd/DynLibDcmdTest.java to this issue. Looking at the code, it fails if run on AIX
This is what we are seeing in our logs:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://ci.adoptium.net/job/Test_openjdk8_hs_sanity.openjdk_ppc64_aix_testList_0/19/tapResults/
This test fails on AIX
Logs:
Looking at the test code:
https://github.com/adoptium/jdk8u/blob/1a6e3a5ea32d5c671cb46a590046f16426089921/langtools/test/tools/javah/ReadOldClass.sh#L31
uname -s returns AIX on aix machines, so this test is expected to fail on AIX. Should be excluded for JDK8 (only present on JDK8)
The text was updated successfully, but these errors were encountered: