-
Notifications
You must be signed in to change notification settings - Fork 722
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
SharedClassesWorkload* test failed on JDK10-linux_x86-64_cmprssptrs #2315
Comments
fyi @Mesbah-Alam |
SharedClassesWorkloadTest_Softmx_Increase_JitAot_Linux_0 failure seems related to adoptium/aqa-systemtest#79 |
Do these tests ever pass on JDK10 before ? I see the Java10 shared cache (workload_cache) been found in the output though. |
Test seems never passed from Adopt history. |
In
There is no check for 10. |
@llxia thanks for pointing this out. The regex in the test indeed does not support Java 10 and 11 and it needs to be updated. I'm preparing a PR for it. |
SharedClassesWorkload* tests (following) failed on JDK10-linux_x86-64_cmprssptrs, but passed on JDK8.
Failed on JDK10: https://ci.eclipse.org/openj9/job/Test-extended.system-JDK10-linux_x86-64_cmprssptrs/1/tapResults/
Passed on JDK8: https://ci.adoptopenjdk.net/view/System%20tests/job/openjdk8_j9_systemtest_x86-64_linux/125/tapResults/
Output:
Logs can be found in https://ci.eclipse.org/openj9/job/Test-extended.system-JDK10-linux_x86-64_cmprssptrs/1/artifact/systemtest_test_output.tar.gz
The text was updated successfully, but these errors were encountered: