Hi Kelly.
I didn't run the tests quite that way [1], but I published the results I
did get on my blog; e.g. for build 22
http://blogs.sun.com/darcy/resource/OpenJDK_6/b22-jdk-linux-summary.txt
Extracting the failures I saw on b22 on the jdk repo's tests:
com/sun/net/httpserver/bugs/B6361557.java
com/sun/org/apache/xml/internal/ws/server/Test.jav
java/awt/Graphics2D/DrawString/RotTransText.java
java/awt/Insets/WindowWithWarningTest/WindowWithWarningTest.html
java/awt/Window/GrabSequence/GrabSequence.java
java/awt/dnd/FileListBetweenJVMsTest/FileListBetweenJVMsTest.html
java/awt/event/HierarchyEvent/AncestorResized/AncestorResized.java
java/awt/font/Rotate/TranslatedOutlineTest.java
java/awt/print/PrinterJob/ExceptionTest.java
java/beans/XMLEncoder/javax_swing_tree_TreePath.java
java/net/Authenticator/B4769350.java
java/net/CookieHandler/TestHttpCookie.java
java/net/InetAddress/IPv4Formats.java
java/net/URL/OpenStream.java
java/net/URLClassLoader/ClassLoad.java
java/net/ipv6tests/TcpTest.java
java/nio/channels/SocketChannel/AdaptSocket.java
java/nio/channels/SocketChannel/LocalAddress.java
java/nio/channels/SocketChannel/Shutdown.java
java/nio/charset/Charset/NIOCharsetAvailabilityTest.java
java/rmi/activation/ActivateFailedException/activateFails/ActivateFails.java
java/util/Locale/Bug4184873Test.java
java/util/ResourceBundle/Test4300693.java
javax/management/remote/mandatory/connection/CloseFailedClientTest.java
javax/management/remote/mandatory/connection/FailedConnectionTest.java
javax/print/attribute/PSCopiesFlavorTest.java
sun/java2d/cmm/ColorConvertOp/ColConvCCMTest.java
sun/java2d/cmm/ColorConvertOp/ColConvDCMTest.java
sun/java2d/cmm/ColorConvertOp/MTColConvTest.java
sun/nio/cs/TestSJIS0213.java
sun/rmi/transport/proxy/EagerHttpFallback.java
sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsURLConnection/CriticalSubjectAltName.java
sun/security/validator/CertReplace.java
There is overlap between these failures and yours, but you seem to be
seeing some new ones.
-Joe
[1] http://blogs.sun.com/darcy/entry/openjdk_6_b22_regression_test
On 3/29/2011 10:16 AM, Kelly O'Hair wrote:
Running openjdk6 jdk regression tests, e.g. cd root&& make&& make test
Getting some testcase failures. Haven't run tests on openjdk6 for a long time.
Do any of these look at all familiar?
jdk_lang failures:
java/lang/management/MemoryMXBean/CollectionUsageThresholdConcMarkSweepGC.sh
Error. Program `sh' interrupted! (timed out?)
jdk_net failures:
com/sun/net/httpserver/bugs/B6373555.java
Failed. Execution failed: `main' threw
exception: java.lang.InterruptedException
java/net/CookieHandler/TestHttpCookie.java
Failed. Execution failed: `main' threw
exception: java.lang.AssertionError
java/net/InetAddress/GetLocalHostWithSM.java
Failed. Execution failed: `main' threw
exception: java.lang.RuntimeException: InetAddress.getLocalHost() test fails.
localHost2 should be the real address instead of the loopback
address.svc6/10.133.160.164
jdk_nio failures:
java/nio/channels/Selector/ConnectWrite.java
Failed. Execution failed: `main' threw
exception: java.net.ConnectException: Connection refused
jdk_security3 failures:
sun/security/pkcs11/ec/ReadCertificates.java
Failed. Execution failed: `main' threw
exception: java.security.SignatureException: Signature does not match.
sun/security/pkcs11/ec/ReadPKCS12.java
Failed. Execution failed: `main' threw
exception: java.lang.Exception: Signature does not verify
sun/security/pkcs11/ec/TestCurves.java
Failed. Execution failed: `main' threw
exception: java.lang.RuntimeException: Could not parse key values
sun/security/pkcs11/ec/TestECDSA.java
Failed. Execution failed: `main' threw
exception: java.lang.Exception: Result mismatch, actual: false
sun/security/pkcs11/ec/TestECGenSpec.java
Failed. Execution failed: `main' threw
exception: java.lang.RuntimeException: Could not parse key values
sun/security/pkcs11/ec/TestKeyFactory.java
Failed. Execution failed: `main' threw
exception: java.lang.RuntimeException: Could not parse key values
sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsURLConnection/CriticalSubjectAltName.java
Failed. Execution failed: `main' threw exception:
java.net.SocketException: java.security.NoSuchAlgorithmException: Error
constructing implementation (algorithm: Default, provider: SunJSSE, class:
sun.security.ssl.DefaultSSLContextImpl)
sun/security/validator/CertReplace.java
Failed. Execution failed: `main' threw
exception: sun.security.validator.ValidatorException: PKIX path validation
failed: java.security.cert.CertPathValidatorException: timestamp check failed
jdk_util:
java/util/ResourceBundle/Test4300693.java
Failed. Execution failed: `main' threw
exception: java.lang.AssertionError
-kto