Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 97118 invoked from network); 24 Sep 2007 08:48:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Sep 2007 08:48:41 -0000 Received: (qmail 53505 invoked by uid 500); 24 Sep 2007 08:48:30 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 53484 invoked by uid 500); 24 Sep 2007 08:48:29 -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 53475 invoked by uid 99); 24 Sep 2007 08:48:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2007 01:48:29 -0700 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 alexey.v.varlamov@gmail.com designates 64.233.162.239 as permitted sender) Received: from [64.233.162.239] (HELO nz-out-0506.google.com) (64.233.162.239) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2007 08:48:31 +0000 Received: by nz-out-0506.google.com with SMTP id o37so823588nzf for ; Mon, 24 Sep 2007 01:48:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=pWQCQWgdsxfdFV70hOfQlLDUhF1D4hTgTwWpK6uPXVM=; b=bTiqjGaeeh1S+qngYCJDXEYEFJ5uXeSkEti6NBLDnnhLNgNZc+HCcDjwDt3p3T/Tt0fB7fDgRnk717GK82WB5c+Dm6Rvw/gbFk5eQp7EawCF4GP+EjJoWcwVbBk2l8FaI6kOfOyloXHNDYL8iHtqPVxF/umgrg4+CrNGD99uXU4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ixen2LXlTUY60GeN8a2r7H02+diYlP+XRGQ1yX0B6dmWQXgggR3FfUAxQJxyeEpekPp94X2EP9oYjNgfdwOUUL1KJUGPNbZwgBTrCQGztXw0q340kgMFt07DAnfJK72sqMiDsKZGyB3zyJMCfMkm+lCHBVkuvw6zrzVcys5hLR4= Received: by 10.142.237.20 with SMTP id k20mr724751wfh.1190623689580; Mon, 24 Sep 2007 01:48:09 -0700 (PDT) Received: by 10.143.17.3 with HTTP; Mon, 24 Sep 2007 01:48:09 -0700 (PDT) Message-ID: Date: Mon, 24 Sep 2007 15:48:09 +0700 From: "Alexey Varlamov" To: dev@harmony.apache.org Subject: Re: [general] M3 - code frozen In-Reply-To: <6e47b64f0709232257k6805088ar4e363a9ab18b8d90@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6e47b64f0709220918q66644708m7dbc82ac58a9ecb4@mail.gmail.com> <6e47b64f0709232257k6805088ar4e363a9ab18b8d90@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org 2007/9/24, Stepan Mishura : > On 9/22/07, Stepan Mishura wrote: > > Hi, > > > > According to the plan - Sept. 22 is code freeze date for M3 so let's > > follow policy: > > "no more commits please without agreement from two committers on the dev list." > > > > Let's do more testing and analyze if there any critical/blocker issues > > for consideration. > > Please raise here issues that you think MUST be fixed for M3. > > Here is [1] the status of the last snapshot (r578410) that includes > last classlib updates. Unfortunately, not everything is green there. > I'm going to inspect all results to make sure that there are no > failures caused by CC configuration issues. > > Please feel free to pick up any issue for investigation. For example, > 2 pack200 classlib test failed. Also there is a crash of > org.apache.harmony.security.tests.java.security.cert.serialization.CertificateTest > on Linux x86 > > BTW, should we consider BTI's workspace (that we use for M3 testing) > frozen too? Yes, this makes sense. Let's allow in critical patches only as agreed by 2 committers here. Well, at least for the framework and existing adaptors - see no harm to add new adaptors. > > [1] http://people.apache.org/~mloenko/snapshot_testing/script/r578410/index.html > > Thanks, > Stepan. >