-
-
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
Known OpenJDK regression test failures #345
Comments
@akolarkunnu - is there an API to JBS (Java Bug System: https://bugs.openjdk.java.net)? I'd like to set up a job that automatically queries when issues listed above are fixed. |
@tellison - as per our recent discussion, this is a good one to direct new folks who want to help out... actions to take are listed in description above, thanks! |
@slambert: There is: So the API URL is something like: |
Ah, great, thanks @jerboaa ! |
Retested 126 on jdk8, passed fine: https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder_Advanced/366/ |
157 still seems to timeout when tested: https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder_Advanced/367/ |
Closing this as we will track through the problem lists and create automation to check and reenable via Disabled pipeline work |
This issue is a placeholder for all test failures that we encounter that are known and already reported upstream.
This is a good first issue, where we can use some help. For the list below (of bugs reported upstream), the set of actions to take:
Listed below are the individual issues that we created (and closed) to capture information on how to recreate the failure (and how to re-include the test when a fix becomes available):
jdk_tools: sun/jvmstat/monitor/MonitoredVm/CR6672135.java fails (process not found) #59 / JDK-8062938 - resolved, retest needed
jdk_rmi: java/rmi/Naming/legalRegistryNames/LegalRegistryNames.java fails (MalformedURLException) #61 / JDK-8005619
jdk_rmi: sun/rmi/transport/proxy/EagerHttpFallback.java fails (ConnectException) #63 / JDK-7195095
jdk_security3: sun/security/pkcs11/Signature/TestDSAKeyLength.java #70 / JDK-8142541
hotspot_jre : ACTION: driver -- Failed. #110 / JDK-8180904
jdk_tools: main -- Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Expected to get exit value of [0] #115 / JDK-8081569
hotspot_jre: compile tests failed #116 / JDK-8180904
hotspot_jre: runtime/ErrorHandling/TestCrashOnOutOfMemoryError.java failed #121 / JDK-8151295
hotspot_jre:runtime/ErrorHandling/TestOnOutOfMemoryError.java failed #122 / JDK-8180904
hotspot_jre: runtime/NMT/NMTWithCDS.java fails with Execution failed: `main' threw exception: java.lang.RuntimeException: 'Unable to use shared archive' missing from stdout/stderr #124 / JDK-8180936
jdk_security: sun/security/pkcs11/Secmod/AddTrustedCert.java failed with `main' threw exception: java.security.KeyStoreException: sun.security.pkcs11.wrapper.PKCS11Exception: CKR_ATTRIBUTE_READ_ONLY #125 / JDK-8180837
jdk_lang: jdk/lambda/vm/InterfaceAccessFlagsTest.java failed with ACTION: testng -- Intermittent failure. Execution failed: `main' threw exception: java.lang.Exception: failures: 3 #126 / JDK-8044051 - resolved, retest needed
jdk_lang: java/lang/Math/HypotTests.java Intermittent failure : Failed. Execution failed: `main' threw exception: java.lang.RuntimeException #128 / JDK-8078672 - java/lang/Math/HypotTests.java fixed, retest needed
mac: jdk_management : com/sun/management/OperatingSystemMXBean/GetCommittedVirtualMemorySize.java failed with Execution failed: `main' threw exception: java.lang.RuntimeException: Committed virtual memory size illegal value: 4480126976 bytes (MIN = 1; MAX = 3221225472) #134 / JDK-8031036 - CounterMonitorDeadlockTest.java fixed, retest needed
Mac: java/rmi/activation/rmidViaInheritedChannel/InheritedChannelNotServerSocket.java TestFailedException: TEST FAILED: rmid not destroyed in: 60000 milliseconds #154 / JDK-8170562
Mac : (intermittent) jdk_nio : java/nio/channels/SocketChannel/Connect.java.Connect failed with java.lang.Exception: Refused connection throws no exception #156 / JDK-8037360 - java/nio/channels/SocketChannel/Connect.java fixed, retest needed
Linux: (intermittent failure) jdk_management : java/lang/management/MemoryMXBean/LowMemoryTest2.sh Execution failed: exit code 1 #157 / JDK-8038822 - java/lang/management/MemoryMXBean/LowMemoryTest2.sh fixed, retest needed
runtime/RedefineTests/RedefineInterfaceCall.java got Error. Can't find library: /test/lib #267 / JDK-8195998 - enabled
jdk9 with hotspot: jdk_nio test --java/nio/channels/AsyncCloseAndInterrupt.java failed #342 / JDK-8160716
OpenJDK 11 jdk_nio, jdk_net failures #602
We can check off the issues in the list above when a fix is available, retested and confirmed to resolve the failure.
The text was updated successfully, but these errors were encountered: