-
-
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
regression tests error with openj9 java8 #830
Comments
On PPCLE: java/util/SplittableRandom/SplittableRandomTest.java.testBoundedDoubles() intermittent failure. No JBS reports
java/io/File/DeleteOnExitNPE.java.DeleteOnExitNPE
java/util/concurrent/ThreadLocalRandom/ThreadLocalRandomTest.java with
java/util/Arrays/ParallelPrefix.java 'testParallelPrefixForDouble([D@80f607dc, 1365, 2730, ParallelPrefix$$Lambda$51/0000000014148180@ef9dac54): failure'
|
On Win32
|
LargeHeap:
JBS: https://bugs.openjdk.java.net/browse/JDK-8199265 java/util/stream/test/org/openjdk/tests/java/util/stream/SliceOpTest.java times out java/util/logging/CheckZombieLockTest.java intermittent failure on Linux and Mac
https://ci.adoptopenjdk.net/view/Test_openjdk/job/openjdk8_j9_openjdktest_x86-64_linux_linuxXL/96/testReport/junit/java_util_logging_CheckZombieLockTest/java/CheckZombieLockTest/ https://ci.adoptopenjdk.net/view/Test_openjdk/job/openjdk8_j9_openjdktest_x86-64_linux_linuxXL/98/testReport/junit/java_net_MulticastSocket_SetGetNetworkInterfaceTest/java/SetGetNetworkInterfaceTest/ |
Reported in ibmruntimes/openj9-openjdk-jdk8#143 s390x:
JBS: https://bugs.openjdk.java.net/browse/JDK-8129316 java/net/MulticastSocket/Test.java JBS: https://bugs.openjdk.java.net/browse/JDK-7094552
|
Note: also intermittent failed with hotspot java8 on linux-x86 Move to the HS issue #827. Delete from this issue. |
jdk/test/java/util/Arrays/TimSortStackSize2.java is referenced above as failing on linuxXL and the test is currently excluded for linux. Test also fails with MacXL openjdk8-openj9 (tests being run for the first time).
|
Also on MacXL, PlatformLoggerTest.java is failing as described above for Windows and linuxXL. Test is currently excluded for Windows and Linux, but not Mac.
|
Thanks @lumpfish will exclude those tests on Mac XL. Unfortunately currently there is no way to exclude the LargeHeap specifically as openjdk use uname to get out machine or OS information. |
sun/net/www/http/ChunkedOutputStream/checkError.java.checkError Issue opened in JBS as resolved: https://bugs.openjdk.java.net/browse/JDK-8041924
|
Remove sun/rmi/runtime/Log/6409194/NoConsoleOutput.java as same issue happened to HS and reported to JBS as closed https://bugs.openjdk.java.net/browse/JDK-8156798. Need to reopen it. |
This issue is pretty stale. Are there more current or specific issues that cover the failures? What actions need to be taken to address and close this one? |
This is openj9 specific. Tests are either excluded by openj9 problemlist or no longer failed. Close here. |
On Mac:
Following tests got timeout error with error message " RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL". No JBS reports.
java/io/Serializable/serialver/classpath/run.sh.run
java/io/Serializable/serialver/nested/run.sh.run
java/util/logging/TestLoggingWithMainAppContext.java.TestLoggingWithMainAppContext
java/util/logging/TestMainAppContext.java.TestMainAppContext
https://ci.adoptopenjdk.net/view/Test_openjdk/job/openjdk8_j9_openjdktest_x86-64_macos/lastCompletedBuild/testReport/
java/rmi/activation/Activatable/checkAnnotations/CheckAnnotations.java
java/rmi/activation/Activatable/nestedActivate/NestedActivate.java same failure with ' nested exception is: java.lang.NullPointerException', no JBS report
Both triggered by code:
ActivationGroupID groupID = ActivationGroup.getSystem(). registerGroup(groupDesc);
https://ci.adoptopenjdk.net/view/Test_openjdk/job/openjdk8_j9_openjdktest_x86-64_macos/83/testReport/junit/java_rmi_activation_Activatable_checkAnnotations_CheckAnnotations/java/CheckAnnotations/
https://ci.adoptopenjdk.net/view/Test_openjdk/job/openjdk8_j9_openjdktest_x86-64_macos/86/testReport/junit/java_rmi_activation_Activatable_nestedActivate_NestedActivate/java/NestedActivate/
The text was updated successfully, but these errors were encountered: