-
Notifications
You must be signed in to change notification settings - Fork 740
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
Test failures with JDK11 on Windows #2493
Comments
I see your JAVA_BIN is C:/temp/openj9-openjdk-jdk11/build/windows-x86_64-normal-server-release/jdk/bin. I guess some of the above tests will pass if you point JAVA_BIN under the "images" directory: C:/temp/openj9-openjdk-jdk11/build/windows-x86_64-normal-server-release/images/jdk/bin. This is what I saw in Java 10, not sure if this is the same case in Java 11. |
There is no test that will be compiled with /images/jdk/bin as no test libraries exist in there. This is new change since JDK11, in which all test libraries will be placed at images/test. |
Thanks @ChengJin01 for sharing his JDK11. I ran the tests in internal Jenkins using jdk/bin and got slightly different results: sanity.functional sanity.functional_TestTargetResult.txt extended.functional |
I believe these failures are resolved now. For anything not resolved there are other Issues open. |
With all script changes on Windows JDK11 at #1697, the following test failures in sanity were detected:
FAILED test targets:
cmdLineTester_callsitedbgddrext_openj9_0
cmdLineTester_GCRegressionTests_3
testSCCMLModularity_1
JCL_Test_0
JCL_Test_1
JCL_Test_OutOfMemoryError_0
JCL_Test_OutOfMemoryError_1
JCL_TEST_Java-Security_0
JCL_Test_Package_0
JLM_Tests_interface_0
JLM_Tests_interface_1
J9vmTest_4
J9vmTest_5
TOTAL: 166 EXECUTED: 85 PASSED: 72 FAILED: 13 SKIPPED: 81
TestTargetResult.txt
In addition, extended tests are also required to run after these failures get addressed.
FYI: @DanHeidinga , @keithc-ca , @pshipton , @llxia
The text was updated successfully, but these errors were encountered: