When checking org.apache.harmony.archive.tests.java.util.jar.ManifestTest
I saw that I am unable to reproduce the failure in standalone running.

This is an intermittent error to me also because that the result of a
re-newed integrity testing just does not include the failure.
On Wed, Mar 18, 2009 at 12:50 AM, Tim Ellison <t.p.elli...@gmail.com> wrote:

> Sian January wrote:
> > 2. org.apache.harmony.archive.tests.java.util.jar.ManifestTest fails
> > on Windows XP
>
> I had a look at this one, and it should fail everywhere.  It is a
> regression test that reads from an infinite stream (a helper InputStream
> class that always returns '0' as the next byte).  Trying to read a
> manifest from this infinite stream should produce an IOException, but
> when we refactored to optimize the reading the new code doesn't account
> for it.
>
> Since it is a regression it should be fixed, although the testcase is
> somewhat contrived.  I'll have a look at fixing it tomorrow.
>
> Regards,
> Tim
>
>

Reply via email to