From harmony-dev-return-17805-apmail-incubator-harmony-dev-archive=incubator.apache.org@incubator.apache.org Wed Nov 01 11:14:16 2006 Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 51726 invoked from network); 1 Nov 2006 11:13:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2006 11:13:56 -0000 Received: (qmail 75744 invoked by uid 500); 1 Nov 2006 11:14:03 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 75707 invoked by uid 500); 1 Nov 2006 11:14:03 -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 75698 invoked by uid 99); 1 Nov 2006 11:14:03 -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 03:14:03 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: 216.86.168.178 is neither permitted nor denied by domain of geir@pobox.com) Received: from [216.86.168.178] (HELO mxout-03.mxes.net) (216.86.168.178) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 03:13:50 -0800 Received: from [192.168.1.104] (unknown [67.86.14.213]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 63A11519BF for ; Wed, 1 Nov 2006 06:13:27 -0500 (EST) Message-ID: <4548815F.6090300@pobox.com> Date: Wed, 01 Nov 2006 06:13:35 -0500 From: "Geir Magnusson Jr." Reply-To: geir@pobox.com User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909) MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: Re: [classlib]Harmony passes 100% testcases of Tomcat5.5 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Nice! Post it on the wiki? 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