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.
@LongyuZhang Could you please take a look? Thanks
Believe this is resolved via https://github.com/AdoptOpenJDK/openjdk-tests/pull/2000
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!