Disable the FFI specific test suites in Java 19 - #15089
Conversation
aea2f12 to
472c331
Compare
|
The test suites intended for Java 18 become invalid once ibmruntimes/openj9-openjdk-jdk#443 (new APs in Java 19) gets merged to the repo, in which case we will need to move all test suites with all updated APIs to |
|
Note: this PR must be merged before the code at #15091 to avoid running tests in builds. |
|
Jenkins test sanity plinux jdk18,jdk17 |
|
It seems the test cases will be compiled in Java 19 (reminded by Jack when compiling with |
708e28e to
a4c93ce
Compare
|
I just updated all |
|
@llxia, please take a look at the test setting/framework in Java 16, 17 and 18 (including |
|
jenkins test sanity,extended xlinux jdknext,jdk11,jdk17 |
a4c93ce to
7bb2c14
Compare
The change is to only enable the FFI specific test suites on Java 18 given there is on backward compatibility between Java 19 and Java 18 in terms of FFI APIs. Signed-off-by: Cheng Jin <jincheng@ca.ibm.com>
7bb2c14 to
f8b4312
Compare
|
I've updated the @llxia, please run jenkins again to see whether everything works fine with the update. |
|
jenkins test sanity,extended xlinux jdknext,jdk11,jdk17 |
The change is to only enable the FFI specific test suites
on Java 18 given there is on backward compatibility between
Java 19 and Java 18 in terms of FFI APIs.
Signed-off-by: Cheng Jin jincheng@ca.ibm.com