Openjdk-tests: Jtreg: JDK11 native tests failing on z/OS as there is no nativepath

Created on 16 Sep 2020  路  5Comments  路  Source: AdoptOpenJDK/openjdk-tests

Describe the bug
JDK11 native related tests are failing due to missing natives path to jtreg.

-nativepath is being excluded on z/OS
https://github.com/AdoptOpenJDK/openjdk-tests/blob/master/openjdk/openjdk.mk#L123

To Reproduce
Re-run the below jtreg test on z/OS with JDK11
https://hyc-runtimes-jenkins.swg-devops.com/view/Test_grinder/job/Grinder/9934/testReport/compiler_floatingpoint_TestFloatJNIArgs/java/TestFloatJNIArgs/

Expected behavior
Jni tests should pick -nativepath location to execute native related tests.

bug

All 5 comments

@LongyuZhang Could you please take a look? Thanks

yes, this issue can be closed.
Just for the record, there are two parts to the problem. One is the path issue which is fixed by #2000. The other one is that there is no native test image built on zos. Thanks to @LongyuZhang , this issue is opened in the openj9 zos extension repo.

The new issue link is repo openj9-openjdk-jdk11-zos 448. Thanks.

Wonderful, thanks for clarifying!

Was this page helpful?
0 / 5 - 0 ratings