Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 88043 invoked from network); 1 Nov 2006 21:38:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2006 21:38:56 -0000 Received: (qmail 33836 invoked by uid 500); 1 Nov 2006 21:39:07 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 33209 invoked by uid 500); 1 Nov 2006 21:39:04 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 33200 invoked by uid 99); 1 Nov 2006 21:39:04 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 13:39:04 -0800 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,MAILTO_TO_SPAM_ADDR,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of alex.blewitt@gmail.com designates 64.233.182.186 as permitted sender) Received: from [64.233.182.186] (HELO nf-out-0910.google.com) (64.233.182.186) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 13:38:52 -0800 Received: by nf-out-0910.google.com with SMTP id m18so786588nfc for ; Wed, 01 Nov 2006 13:38:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fzP0ZJR+YPr8zMin2vs/Mmq7G/FJzHJv/RbeXm0Nv7GCrqbA2Tb5U036TOEJedCOJgK4e1xtTOeD/CaCktSv269WxTvj/vsJ8FD5B7+IG23APq8n6Vv7njBsc6qaCyjykOSVr2l7+RN4jw07tXcsCCixaOdCeByIH57m3tkzXZo= Received: by 10.82.109.19 with SMTP id h19mr1677927buc; Wed, 01 Nov 2006 13:38:31 -0800 (PST) Received: by 10.78.97.11 with HTTP; Wed, 1 Nov 2006 13:38:31 -0800 (PST) Message-ID: <636fd28e0611011338l1f5feed4we5b26f9ad0fde0bf@mail.gmail.com> Date: Wed, 1 Nov 2006 21:38:31 +0000 From: "Alex Blewitt" To: harmony-dev@incubator.apache.org Subject: Re: [classlib]Harmony passes 100% testcases of Tomcat5.5 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org Excellent! Well done everyone! Alex. On 01/11/06, Leo Li wrote: > Hi, all: > Harmony now has been able to pass 100% testcases on Tomcat5.5. I ran > them both on WindowsXP and Unbuntu, with J9 VM and drlvm. > The detailed information about how to build and run tests have been > put on http://wiki.apache.org/harmony/Apache_Tomcat. > > Note: > 1. Harmony launches slower than RI, so I add the interval between the > launch of Tomcat Server and tests from 8 seconds to 30 seconds to ensure > the server has been running. > 2. Runtime.exec fails on linux with J9 vm, as discussed on[1], so I > have altered the usage of fork to vfork as a workround despite of the > possible side-effect of the latter. > mailing thread > [1] > http://www.mail-archive.com/harmony-dev@incubator.apache.org/msg16002.html > -- > Leo Li > China Software Development Lab, IBM > >