Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Moderate
Description
The following tests fail with a "TimeoutException: Connection was closed" error when running the jdktools tests in the Java 6 branch:
org.apache.harmony.jpda.tests.jdwp.ClassType.SuperClassTest.testSuperClass002
org.apache.harmony.jpda.tests.jdwp.ClassType.SuperClassTest.testSuperClass003
org.apache.harmony.jpda.tests.jdwp.ReferenceType.Signature002Test.testSignature002
It is worth noting that the Signature002Test.testSignature002 test fails for me in the Java 5 stream also. In the Java 5 output I actually see a number of tests with error output exactly as above, but the tests still pass. It's possible the above failures are caused by timing issues with the tests.