On Wed, Dec 16, 2009 at 4:04 AM, Ray Chen <clrayc...@gmail.com> wrote: > Hi, > > For the JarFileTest.testJarVerificationEmptyEntry failure, RI fails > too, seems that emptyEntryJar is missing. > > Where can I find these jars used by this test? I can not find them > and can not find any code which generate them.
Check the trunk. Perhaps the file didn't get merged to the branch as expected. > > On Wed, Dec 16, 2009 at 4:32 PM, Regis <xu.re...@gmail.com> wrote: >> On 2009-12-14 10:38, Nathan Beyer wrote: >>> >>> I'm seeing a few consistent issues on the v6 branch - >>> http://people.apache.org/~ndbeyer/harmony/r890146/html/ >>> >>> HttpURLConnectionTest testUsingProxy2 Failure should throw >>> ConnectException >>> PipedInputStreamTest test_readException Failure null >>> JarFileTest testJarVerificationEmptyEntry Error N/A >>> >>> I'm not running the AWT or Swing tests, as they're locking up on >>> Ubuntu Karmic Koala, just as they were during v5 milestone testing. >>> >> >> I ran full tests excluding awt and swing, got 2 failures, 1 error: >> * HttpURLConnectionTest testUsingProxy2: also failed on Java5 intermittently >> should throw ConnectException >> >> junit.framework.AssertionFailedError: should throw ConnectException >> at >> org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest.testUsingProxy2(HttpURLConnectionTest.java:450) >> at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) >> >> * UnixFileTest test_getCanonicalPath: should be fixed in Java5 at r887260 >> null expected:<...ild/test/luni/folder[1/folder]2> but >> was:<...ild/test/luni/folder[]2> >> >> junit.framework.ComparisonFailure: null >> expected:<...ild/test/luni/folder[1/folder]2> but >> was:<...ild/test/luni/folder[]2> >> at >> org.apache.harmony.luni.tests.java.io.UnixFileTest.test_getCanonicalPath(UnixFileTest.java:394) >> at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) >> >> * JarFileTest testJarVerificationEmptyEntry >> java.lang.NullPointerException >> at >> tests.support.resource.Support_Resources.copyLocalFileto(Support_Resources.java:118) >> at >> tests.support.resource.Support_Resources.copyFile(Support_Resources.java:98) >> at >> org.apache.harmony.archive.tests.java.util.jar.JarFileTest.testJarVerificationEmptyEntry(JarFileTest.java:647) >> at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) >> >> -- >> Best Regards, >> Regis. >> > > > > -- > Regards, > > Ray Chen >