Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 899 invoked from network); 21 Nov 2007 15:04:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Nov 2007 15:04:29 -0000 Received: (qmail 82703 invoked by uid 500); 21 Nov 2007 15:04:06 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 82678 invoked by uid 500); 21 Nov 2007 15:04:06 -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 82597 invoked by uid 99); 21 Nov 2007 15:04:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Nov 2007 07:04:05 -0800 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 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, 21 Nov 2007 15:03:53 +0000 Received: by nf-out-0910.google.com with SMTP id k4so2526698nfd for ; Wed, 21 Nov 2007 07:03:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; 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=Nd5S0QTQ5NoW0nOMjPdE8VEc+Pwd8sxvIPxhEpZdi1M=; b=FqqHD0NNzjvSH3MzM/GYKJsCUkEDibtIo16HxnzAq6v/Xg5nVGv6fNutf/V3+lpKijlNX/g7lrMkrOUWsHqAlkGuq8uT1ky3Bl8/E1cmdrLi19EjFNPvL4nr+hrhAxXVOWGLmOX5y8wWYQQ5ACaRJYFUECbiHbzBS+XDeqhInE4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=OMZCFUnIr63RIWrRlqSJiN0ZJHAkpy+dmwRT778Kdk/1uVMRIKwxQkjgdHaT5JxZgqvSlRNehYWvIpuRnLLfop7Qot29cV9sXTRIQtAKXI1afmDW/IhZLfuCrHkva+WdF0uPx01520ZrYOGhG9R56X6ZBoz7M2rQNdsqXCNWrNY= Received: by 10.78.171.20 with SMTP id t20mr8345058hue.1195657425377; Wed, 21 Nov 2007 07:03:45 -0800 (PST) Received: from ?9.20.183.176? ( [195.212.29.67]) by mx.google.com with ESMTPS id z33sm9509422ikz.2007.11.21.07.03.44 (version=SSLv3 cipher=RC4-MD5); Wed, 21 Nov 2007 07:03:44 -0800 (PST) Message-ID: <474448CE.5020709@gmail.com> Date: Wed, 21 Nov 2007 15:03:42 +0000 From: Tim Ellison User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: Re: [classlib][testing] class library tests failures on Linux32 References: <2c9597b90711210628u78e04a98j52501cdcda71cb47@mail.gmail.com> In-Reply-To: <2c9597b90711210628u78e04a98j52501cdcda71cb47@mail.gmail.com> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Alexei Zakharov wrote: > I'm currently trying to find and fix all classlib regressions found by > CC in recent snapshots. According to [1] we have the following stable > failures while running HUTs on Linux32: > > org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest > tests.api.java.io.FileOutputStreamTest > > However, I cannot reproduce it by myself on my Debian system. I've > tried all possible builds and configurations. Is somebody able to > reproduce any of these failures? > > [1] http://people.apache.org/~smishura/r596601/Linux_x86/classlib-test/ The latest results that I see [1] show the classlib tests passing on head. Are you seeing failures on the latest code? [1] http://people.apache.org/~varlax/harmony-integrity/ Regards, Tim