Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 2972 invoked from network); 25 Mar 2009 11:31:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Mar 2009 11:31:34 -0000 Received: (qmail 67412 invoked by uid 500); 25 Mar 2009 11:31:33 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 67353 invoked by uid 500); 25 Mar 2009 11:31:33 -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 67342 invoked by uid 99); 25 Mar 2009 11:31:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Mar 2009 11:31:33 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.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; Wed, 25 Mar 2009 11:31:25 +0000 Received: by ewy5 with SMTP id 5so2460205ewy.36 for ; Wed, 25 Mar 2009 04:31:04 -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=eLFJqoryrVcNH6GRhcc1U2uVHkZsyOiQ4VCkpFBjgxk=; b=rpzTC5jOUc5ClDcnDR8eliwlj7MP1RQz+9oDyV7r0AzD4nO44aQPlDKr1WVlQfjfir imjrKaS0xCMSA18wO0M8FQG5YjWE+EUfUeiw2bVrH+zwj7gPK3a8s6I+8tiRprL67m6H aG0DMQSpAqkO/zYVkWe9K4DOpvZrdnpRIoDew= 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=t/z8EPVNFT0bh2oJs7Tfm+Q9SIVfXu3+eRXxmdvUus2+yJSKkj0svykewO3NO2N/C0 O0nR3z7rXTFRf/+bvjljrCzuYF5B6pp1aiBdoQY9usR8FXTsk9tokO1/iqzDVnr9d5/M c9ouvP3cPiNS7NzKtkl9TkTurOZplh+WTCdKM= Received: by 10.216.12.67 with SMTP id 45mr3522073wey.218.1237980664467; Wed, 25 Mar 2009 04:31:04 -0700 (PDT) Received: from ?9.20.183.161? (blueice3n1.uk.ibm.com [195.212.29.83]) by mx.google.com with ESMTPS id 28sm1204789eye.4.2009.03.25.04.31.03 (version=SSLv3 cipher=RC4-MD5); Wed, 25 Mar 2009 04:31:03 -0700 (PDT) Message-ID: <49CA15F7.2020904@gmail.com> Date: Wed, 25 Mar 2009 11:31:03 +0000 From: Tim Ellison User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: Re: [M9] Testing - outstanding issues References: <49C05E07.8090307@gmail.com> <49C72FA7.8020802@gmail.com> <49CA0E74.8070404@gmail.com> <49CA13B2.9040403@gmail.com> In-Reply-To: <49CA13B2.9040403@gmail.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Regis wrote: > patch [1] could fix this regression and pass all luni test except > org.apache.harmony.luni.tests.java.io.WinFileTest.test_mkdir() > but this test is also failed on RI. The test tried to create a dir with > path like "c:\test\.abcd..\dir7", seems it's not a validate path name, > and couldn't be accepted by Windows API. I don't want to play that game at this point. I'm in favor of rolling back the original offending patch (r727327) for M9. Regards, Tim