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

Test failures with JDK11 on Windows #2493

Closed
ChengJin01 opened this issue Jul 26, 2018 · 4 comments
Closed

Test failures with JDK11 on Windows #2493

ChengJin01 opened this issue Jul 26, 2018 · 4 comments

Comments

@ChengJin01
Copy link

ChengJin01 commented Jul 26, 2018

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

@hangshao0
Copy link
Contributor

hangshao0 commented Jul 27, 2018

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.

@ChengJin01
Copy link
Author

ChengJin01 commented Jul 27, 2018

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.

@llxia
Copy link
Contributor

llxia commented Jul 30, 2018

Thanks @ChengJin01 for sharing his JDK11. I ran the tests in internal Jenkins using jdk/bin and got slightly different results:

sanity.functional
FAILED test targets:
01:15:20.805 cmdLineTester_callsitedbgddrext_openj9_0
01:15:20.805 cmdLineTester_GCRegressionTests_3
01:15:20.805 testSCCMLModularity_1
01:15:20.805 cmdLineTester_SCURLClassLoaderNPTests_1
01:15:20.805 JCL_Test_0
01:15:20.805 JCL_Test_1
01:15:20.805 JCL_Test_OutOfMemoryError_1
01:15:20.805 J9vmTest_4
01:15:20.805 J9vmTest_5
01:15:20.805
01:15:20.805 TOTAL: 166 EXECUTED: 85 PASSED: 76 FAILED: 9 SKIPPED: 81

sanity.functional_TestTargetResult.txt

extended.functional
01:48:08.130 FAILED test targets:
01:48:08.130 cmdLineTester_classesdbgddrext_1
01:48:08.130 cmdLineTester_shrcdbgddrext_1
01:48:08.130 threadMXBeanTimersTest_3
01:48:08.130 jsr292Test_1
01:48:08.130
01:48:08.130 TOTAL: 294 EXECUTED: 106 PASSED: 102 FAILED: 4 SKIPPED: 188

extended.functional_TestTargetResult.txt

@pshipton
Copy link
Member

I believe these failures are resolved now. For anything not resolved there are other Issues open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants