Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 60952 invoked from network); 17 Mar 2009 16:50:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Mar 2009 16:50:51 -0000 Received: (qmail 72235 invoked by uid 500); 17 Mar 2009 16:50:49 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 72207 invoked by uid 500); 17 Mar 2009 16:50:49 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 72193 invoked by uid 99); 17 Mar 2009 16:50:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Mar 2009 09:50:49 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of t.p.ellison@gmail.com designates 209.85.219.161 as permitted sender) Received: from [209.85.219.161] (HELO mail-ew0-f161.google.com) (209.85.219.161) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Mar 2009 16:50:40 +0000 Received: by ewy5 with SMTP id 5so108331ewy.36 for ; Tue, 17 Mar 2009 09:50:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=gEht3mlMzMGD5QiFOQqP94uCguYvrQICMM2e1QZJlsI=; b=w5xveJCqXfhxRDory5O+bvztjCGz21pRyY6xGsOdIF3qedBeS+xcNAZIiC94jCzuCi je6GyIz+nIx0BQCF+MpmCTiwKEAh+Q4f7IrxrLMtCWzraY3q+0Pqe38xpvvF6VEciR5f C1IMgU2CBzNR1jEJR30mN9DJZiHKLSlsz6NRE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=WdQuRMRiuUJsfeWmroQ4YAEvKbT9gKQ+L/u6QSs5wvh4pKHkfmNPcoC1MVnaX8SmSS ojqzTFN/x/CCdZX56mvX0KT+lqct342ORHlyEuh+G7fLi2Si0S5lymF9v8MF2ULJfGWU GNv7oDVcz7OQpXznhTeBo0AJhxcULT+4eN0OQ= Received: by 10.216.72.68 with SMTP id s46mr147856wed.68.1237308619658; Tue, 17 Mar 2009 09:50:19 -0700 (PDT) Received: from ?9.20.183.191? (blueice1n1.uk.ibm.com [195.212.29.67]) by mx.google.com with ESMTPS id g17sm2838165nfd.72.2009.03.17.09.50.18 (version=SSLv3 cipher=RC4-MD5); Tue, 17 Mar 2009 09:50:19 -0700 (PDT) Message-ID: <49BFD4CA.4010403@gmail.com> Date: Tue, 17 Mar 2009 16:50:18 +0000 From: Tim Ellison User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: Re: [M9] Testing - outstanding issues References: <49BDC3FE.5020106@gmail.com> In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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