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

Enable Java10 testing in Jenkins #228

Closed
smlambert opened this issue Jan 24, 2018 · 8 comments
Closed

Enable Java10 testing in Jenkins #228

smlambert opened this issue Jan 24, 2018 · 8 comments

Comments

@smlambert
Copy link
Contributor

As there is a Java10 build available to test, we should enable the openjdk_regression and systemtest suites at minimum.

@karianna karianna added this to TODO in aqa-tests Jan 25, 2018
@karianna
Copy link
Contributor

karianna commented Jan 25, 2018

Please note that the existing Java 10 is an old build (b23), see adoptium/temurin-build#209 which needs to land first before we can sanely test (b40+).

@sophia-guo
Copy link
Contributor

sophia-guo commented Jan 25, 2018

Will "openjdk-jdk10" in "https://github.com/AdoptOpenJDK/openjdk-jdk10" be changed to openjdk-jdk? @karianna

@smlambert
Copy link
Contributor Author

We will need to update the openjdk_regression/playlist file for a few tests that require additional commandline option to point to location of native tests for Java10 testing (see below, and https://download.java.net/openjdk/testresults/10/docs/howtoruntests.html for details).

-nativepath:{location of the jdk test native library}: This has to be generated at build time of the test jdk by invoking "make test-image". These libraries are located in the build directory under "images/test/jdk/jtreg/native/"

@sophia-guo
Copy link
Contributor

Will the OpenjdkBuild build test-image or test build do it?

@smlambert
Copy link
Contributor Author

I presume it makes sense to have the native test libs be built alongside the JVM (as they have been done for Java8 and Java9), so if they are not currently being built as part of the Java10 builds, we should open an issue on the openjdk-build repo.

@sophia-guo
Copy link
Contributor

I have double check no test image is built in Java10 builds. Will open an issue in build repo.

@sophia-guo
Copy link
Contributor

Open an issue adoptium/temurin-build#248

@smlambert
Copy link
Contributor Author

Closing as now listed in summary issue #346

aqa-tests automation moved this from TODO to Done Mar 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
aqa-tests
  
Done
Development

No branches or pull requests

3 participants