-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
openjdk test failures with jdk 11 hotspot on Macos #1267
Comments
Related JBS: java/lang/System/LoggerFinder/modules/JDKLoggerForImageTest.java JBS: https://bugs.openjdk.java.net/browse/JDK-8226773 java/nio/channels/DatagramChannel/MulticastSendReceiveTests.java
No JBS reports. java/lang/Class/GetPackageBootLoaderChildLayer.java
No related JBS java/nio/file/Files/CopyAndMove.java java/util/concurrent/locks/Lock/TimedAcquireLeak.java java/util/logging/TestLoggerWeakRefLeak.java |
Another test fail for openjdk18 on aix-ppc64: |
FileEncodingTest is reenabled. The test has been fixed in OpenJDK head and for OpenJ9 jdk18. #3367 |
The fix for FileEncodingTest has not been backport to jdk18. https://bugs.openjdk.java.net/browse/JDK-8282042. It will be reenabled for jdk18 once backport is done. |
java/lang/System/FileEncoding is only excluded in jdk18. Ignore. |
https://ci.adoptium.net/view/Test_grinder/job/Grinder/9379/ jdk11,17,21,22. 10 out 11 passed. Failed java/nio/channels/DatagramChannel/MulticastSendReceiveTests.java
|
adoptium#1267 Signed-off-by: Sophia Guo <[email protected]>
All other tests will be enabled except java/nio/channels/DatagramChannel/MulticastSendReceiveTests.java, which consistently has same error as before
Need more investigation or help to open the issue in JBS. |
May be related to how the Orka Mac nodes are configured, see 4 other multicast related test case failures which still need an issue opened for them, see first item in the list here: #5156 (comment) Could check if that test can pass on the 1 non-Orka node (or one on the TC server). |
* Enable tests excluded in issue 1701 #1701 Signed-off-by: Sophia Guo <[email protected]> * Enable tests excluded in issue 1261 #1261 Signed-off-by: Sophia Guo <[email protected]> * Enable tests excluded in issue 1267 #1267 Signed-off-by: Sophia Guo <[email protected]> --------- Signed-off-by: Sophia Guo <[email protected]>
Test category: openjdk
Test name(s):
Product(s) tested:
JDK11:
openjdk version "11.0.5" 2019-10-15
20:42:00 OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.5+10-201908081809)
20:42:00 OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.5+10-201908081809, mixed mode)OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_222-201907290328-b10)
JDK13:
06:20:05 openjdk version "13" 2019-09-17
06:20:05 OpenJDK Runtime Environment AdoptOpenJDK (build 13+32-201908100404)
06:20:05 OpenJDK 64-Bit Server VM AdoptOpenJDK (build 13+32-201908100404, mixed mode, sharing)
OS/architecture: macosx
Platform specific: yes
Reproducibility: yes
https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk11_hs_sanity.openjdk_x86-64_mac/26/consoleFull
https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk13_hs_sanity.openjdk_x86-64_mac/18/consoleFull
The text was updated successfully, but these errors were encountered: