From dev-return-29207-apmail-harmony-dev-archive=harmony.apache.org@harmony.apache.org Mon Sep 17 13:25:33 2007 Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 64518 invoked from network); 17 Sep 2007 13:25:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Sep 2007 13:25:32 -0000 Received: (qmail 59288 invoked by uid 500); 17 Sep 2007 13:25:23 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 59264 invoked by uid 500); 17 Sep 2007 13:25:23 -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 59255 invoked by uid 99); 17 Sep 2007 13:25:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Sep 2007 06:25:23 -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 alexei.zakharov@gmail.com designates 64.233.182.188 as permitted sender) Received: from [64.233.182.188] (HELO nf-out-0910.google.com) (64.233.182.188) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Sep 2007 13:25:22 +0000 Received: by nf-out-0910.google.com with SMTP id k4so1197958nfd for ; Mon, 17 Sep 2007 06:25:00 -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=oEQRQKGVq13nPu8PwVFARU/ZkrFckupYnI+ZjrW0YWw=; b=IUMaK1n3eDuNgg47HXE7c+qzmWXOop/6C3APt+yJj6Q9FMU06eQ/f3MbqoXMPuIkw3NRVJP72Fy6iunV0j2BC9YjfrhH9iSI2uvNTDUWqvOrznIXDFJSHpumJENal/xU+5zTX4Xh094TkgbzoD1ls3BRMQ2W7uzEr14Hp6o6/Uw= 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=uPKENQDIRrwgkI9CmQsZw4TnkJzVK8QJ+h4l1dph22N5nnQrjSn1ti7vjqdY1JOVhFDF2tsWszh8jJIFkJb2LN64pd/EG2SFQY+ayIxeF3whhHcNSvXjKpPFKfP+3XstCTjHLOQwKh1cUtTiwNChyM7FymIwioxsdZTVQAVeyEg= Received: by 10.78.185.15 with SMTP id i15mr2629471huf.1190035500105; Mon, 17 Sep 2007 06:25:00 -0700 (PDT) Received: by 10.78.174.11 with HTTP; Mon, 17 Sep 2007 06:24:55 -0700 (PDT) Message-ID: <2c9597b90709170624u74d2fb6ex6067b717d4950851@mail.gmail.com> Date: Mon, 17 Sep 2007 17:24:55 +0400 From: "Alexei Zakharov" To: dev@harmony.apache.org Subject: Re: [general] reminder: M3 feature freeze In-Reply-To: <6e47b64f0709150738j43811015hd447321920f1e451@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6e47b64f0709150738j43811015hd447321920f1e451@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi, > Useful links for getting a picture of > code healths are integrity testing status page[1] and snapshots > [1] http://people.apache.org/~varlax/harmony-integrity/ I'm able to reproduce and currently investigating the following HUT failures reported in [1]: (in that order): 1) java.awt.EventDispatchThreadRTest 2) org.apache.harmony.beans.tests.java.beans.beancontext.BeanContextSupportTest Just want to let others know to avoid duplication of work. Regards, Alexei 2007/9/15, Stepan Mishura : > Hi, > > I'd like to remind that September 15th is M3 feature freeze date. > > Please wait with big changes such as new functionality, code redesign. > Starting from now please pay more attention to tests failures, bug > fixing, code tidy-up and so on. Useful links for getting a picture of > code healths are integrity testing status page[1] and snapshots > testing status page [2]. > > [1] http://people.apache.org/~varlax/harmony-integrity/ > [2] http://people.apache.org/~mloenko/snapshot_testing/script/snapshots_summary.html > > Thanks, > Stepan.