Skip to content
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

cmdLineTester_libpathTestRtfChild fails on "headless" riscv64 #5879

Closed
andrew-m-leonard opened this issue Jan 17, 2025 · 1 comment
Closed
Assignees

Comments

@andrew-m-leonard
Copy link
Contributor

Ref: #5852 (comment)
Adoptium builds riscv64 headless, and thus test cmdLineTester_libpathTestRtfChild fails:

00:21:34   [ERR] Exception in thread "main" java.lang.UnsatisfiedLinkError:
 Can't load library:
 /home/jenkins/workspace/Test_openjdk17_hs_sanity.functional_riscv64_linux_rerun/
jdkbinary/j2sdk-image/lib/libawt_xawt.so

This needs excluding at: https://github.com/eclipse-openj9/openj9/blob/a843c7e581d01c14e70c5c6847e1428000e9c7de/test/functional/cmdLineTests/libpathTest/playlist.xml#L58

@sophia-guo
Copy link
Contributor

eclipse-openj9/openj9#20962 (comment)

Test should not enable for headless platforms as DefaultStyledDocument styledDoc = new DefaultStyledDocument(); requires libawt_xawt.so. Close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants