adoptium / adoptium/run-aqa

[jdk17]: 15 failures in jdk_foreign target on ubuntu,macos and windows latest

Open
#140 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
4
Forks
27
Avg merge
2d 9h
Merged PRs (30d)
8

Description

```
Test results: passed: 53; failed: 15; error: 3
Report written to /home/runner/work/run-aqa/run-aqa/aqa-tests/TKG/output_16650029264303/jdk_foreign_0/report/html/report.html
Results written to /home/runner/work/run-aqa/run-aqa/aqa-tests/TKG/output_16650029264303/jdk_foreign_0/work
Error: Some tests failed or other problems occurred.

jdk_foreign_0_FAILED

```
Most of them are related with access java.library.path. For exampe:

`An error occurred while instantiating class TestVirtualCalls: no Virtual in java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib`

`An error occurred while instantiating class VaListTest: no VaList in java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib`

`TEST RESULT: Failed. Execution failed: `main' threw exception: java.lang.UnsatisfiedLinkError: no StackWalk in java.library.path: /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib`

Contributor guide

Open the contributing guide

Research direction

Start with the jdk_foreign target output under aqa-tests/TKG/output_16650029264303/jdk_foreign_0, including its report.html and work results. Review the failures for TestVirtualCalls, VaListTest, and StackWalk, then trace why their native libraries are absent from java.library.path on Ubuntu, macOS, and Windows. Done means the target no longer reports these UnsatisfiedLinkError failures.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
testing
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.