From dev-return-34074-apmail-harmony-dev-archive=harmony.apache.org@harmony.apache.org Fri May 09 03:38:19 2008 Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 21269 invoked from network); 9 May 2008 03:38:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 May 2008 03:38:18 -0000 Received: (qmail 85222 invoked by uid 500); 9 May 2008 03:38:19 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 85186 invoked by uid 500); 9 May 2008 03:38:19 -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 85175 invoked by uid 99); 9 May 2008 03:38:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 May 2008 20:38:19 -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 sean.xx.qiu@gmail.com designates 209.85.142.186 as permitted sender) Received: from [209.85.142.186] (HELO ti-out-0910.google.com) (209.85.142.186) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 May 2008 03:37:34 +0000 Received: by ti-out-0910.google.com with SMTP id y6so474816tia.18 for ; Thu, 08 May 2008 20:37:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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=IWDkLdLuHlWejq7iKh/EQZez8431MaCm7KjowlHTHZY=; b=kw37OyP6Ci4uUYj+sRn5/hbaWurnMn5s3aUtUtd84jpapq0qo1jjv8HSROPxiUWcxxBp6c7IGQPNGt4CBwiJXHWt2+nMaGwuS/Bu4avHWX4XI9iQw2RKQzfR7OrE+PlAs48C+wsfPOees0vpVMpoFYqpE5H034/czSBKYTCPB5U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LCo0zpWUN5WROLTnoihHFhhBIWIs3I1HqJ8FrIe5Ude2S3CqYvBATTcmrz75Tf7uPw2GEA3p+f6Htur9Qu4A7NW/McvSJF9A/MEbqhChDFF6D57VvtfrZpjCRrObmlzqD591fErmg4BTDxcjOjmnE8Qym2651oJ1tJs+cSbX3so= Received: by 10.110.3.15 with SMTP id 15mr384940tic.16.1210304267928; Thu, 08 May 2008 20:37:47 -0700 (PDT) Received: by 10.110.17.14 with HTTP; Thu, 8 May 2008 20:37:47 -0700 (PDT) Message-ID: <94d710af0805082037s3e03bf42j2c4167972293fe58@mail.gmail.com> Date: Fri, 9 May 2008 11:37:47 +0800 From: "Sean Qiu" To: dev@harmony.apache.org Subject: Re: [testing] first M6 candidate (r653525) testing status. In-Reply-To: <783bf8b0805070417u293c2823g50dc8afa7c6d6200@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6e47b64f0805070304l38845ee0se01fb93fbfc05586@mail.gmail.com> <783bf8b0805070417u293c2823g50dc8afa7c6d6200@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi. About the org.apache.harmony.nio.tests.java.nio.MappedByteBufferTest#test_= isload failure, its behavior is platform dependent, and the spec does not define the specific behavior. The return value of is_load is just a hint, rather than a guarantee. So i will remove this test if no one object. 2008/5/7 Pavel Afremov : > Hi. > > > About point 2) It looks like well known intermittent failure. It happen= s > very seldom and described in > HARMONY-2772 > . > > From my point of view source is in GC, but it is suspicion only. So =85 > because crash happens very seldom bug was closed as not reproduced. > > BR > Pavel Afremov. > > > On Wed, May 7, 2008 at 2:04 PM, Stepan Mishura > wrote: > > > > > Hi all, > > > > Here is r653525 snapshot testing status. Briefly, there are several > > failures: some of them are intermittent (many in functional suite) > > and/or known issues (i.e there is JIRA for tracking, some of them are > > quite old). Also there are several new regressions (sigh, as usual > > :-() for investigation if they are blockers for M6 or not. > > > > Please add your comments and clarifications. > > > > 1) Classlib: > > > > Regressions on all platforms: > > org.apache.harmony.lang.management.MemoryPoolMXBeanImplTest > > > > org.apache.harmony.lang.management.tests.java.lang.management.MemoryP= oolMXBeanTest > > org.apache.harmony.luni.tests.java.lang.ProcessBuilderTest > > org.apache.harmony.luni.tests.java.util.GregorianCalendarTest (2) > > > > New test: > > org.apache.harmony.unpack200.tests.ArchiveTest > > > > =95 Windows_x86: +1 failure > > Regression: > > org.apache.harmony.luni.tests.java.net.MulticastSocketTest > > > > =95 Linux_x86: +2 failures > > New test: > > org.apache.harmony.nio.tests.java.nio.MappedByteBufferTest#test_isl= oad > > Regression: > > tests.api.java.security.PermissionCollectionTest > > > > =95 Linux_x86_64: +2 failures > > New test: > > org.apache.harmony.nio.tests.java.nio.MappedByteBufferTest#test_isl= oad > > Regression: > > tests.api.java.security.PermissionCollectionTest > > > > 2) DRLVM tests: > > =95 Windows_x86_64: stress.Threads_srv (regression/crash) > > > > 3) EUTs: > > =95 Windows x86: 99.66% > > =95 Linux x86: 99.53% > > =95 Linux x86_64: 99.79% > > > > 4) Functional: > > > > Old regressions on all platforms: > > api.java.security.F_KeyFactoryTest_01 > > HARMONY-4857 : Bug in third-party component, regression introduced = in > > M3 > > api.java.text.MessageFormat > > HARMONY-5430 : regression caused by migration to ICU > > api.java.util.jar.Manifest > > HARMONY-5473 : regression introduced by the fix > > api.java.beans.beancontext.BeanContextTest > > regression caused by changes in locale data > > > > New regressions on all platforms: > > api.java.beans.persistence (2) > > reg.vm.btest5625 > > > > =95 Windows_x86: + 1 failure > > Regression: > > api.java.io.ObjectOutputStream.writeObjectReadObject0030 > > > > Not regression (started to fail on M5): > > jit.HLO.devirt.Runtime.RuntimeExtend1 > > > > =95 Linux_x86: +8 failures > > Regression: > > java.math.F_BigIntegerMatrixMultiplyTest_01 > > api.java.rmi.basicexception > > api.java.rmi.basicregistry > > api.java.security.F_AlgorithmParametersTest_01 > > api.java.security.F_SecureRandomTest_02 > > api.java.security.F_SecureRandomTest_04 > > api.java.security.F_SecureRandomTest_05 > > > > Intermittent(?): > > api.java.net.ServerSocket > > > > =95 Windows_x86_64: +8 failures > > Regression since M4: > > jpda.jdwp.scenario.ST07 > > > > Not regression (started to fail on M5): > > jit.HLO.devirt.Runtime.RuntimeExtend1 > > > > Regression since M3,looked intermittent in M4-M5 but it stably fails > > jit.HLO.inline.ControlFlow.IfElse.IfElse1 > > reg.vm.btest5717 > > reg.vm.btest7214 > > > > Failed on M3 too, (Andrey said might be issue with the test) > > reg.vm.btest6353 > > > > Intermittent(?): > > api.java.io.ObjectOutputStream.writeObjectReadObject0003 > > api.java.io.ObjectOutputStream.writeObjectReadObject0021 > > reg.jit.btest4318 > > > > =95 Linux_x86_64: > > > > Regressions: > > api.java.math.F_BigIntegerMatrixMultiplyTest_01 > > api.java.rmi.basicexception > > api.java.rmi.basicregistry > > api.java.security.F_AlgorithmParametersTest_01 > > api.java.security.F_SecureRandomTest_02 > > api.java.security.F_SecureRandomTest_04 > > api.java.security.F_SecureRandomTest_05 > > reg.jit.btest6569 > > > > Regression since M4 > > jpda.jdwp.scenario.ST07 > > reg.jit.btest4318 > > > > Failed on M3 too, (Andrey said might be issue with the test) > > reg.vm.btest6353 > > > > Intermittent(?): > > api.java.math.F_BigIntegerExtEuclidTest_01 > > api.java.math.F_BigIntegerRSATest_01 > > api.java.io.ObjectOutputStream.writeObject0001 > > api.java.io.ObjectOutputStream.writeObject0003 > > api.java.io.ObjectOutputStream.writeObjectReadObject0003 > > api.java.io.ObjectOutputStream.writeObjectReadObject0007 > > api.java.io.ObjectOutputStream.writeObjectReadObject0011 > > api.java.io.ObjectOutputStream.writeObjectReadObject0015 > > api.java.io.ObjectOutputStream.writeObjectReadObject0016 > > api.java.io.ObjectOutputStream.writeObjectReadObject0022 > > api.java.io.ObjectOutputStream.writeObjectReadObject0028 > > api.java.io.ObjectOutputStream.writeObjectReadObject0040 > > api.java.io.ObjectOutputStream.writeObjectReadObject0041 > > reg.jit.btest1487 > > reg.vm.btest6008 > > reg.vm.btest7006 > > > > 5) Geronimo Unit Tests > > > > =95 Linux_x86: 2 failures > > org.apache.geronimo.tomcat.ContainerTest - intermittent(?) > > > > =95 Linux_x86_64: 2 failures > > org.apache.geronimo.timer.TransactionalThreadPooledTimerTest > > - intermittent(?) > > > > 6) Reliability: > > > > =95 Windows_x86: 2 failures > > api.net.DatagramTest - HARMONY-5531 > > api.net.SingleConnectTest - ??? > > > > =95 Linux_x86: 3 failures > > api.net.SingleConnectTest - ??? > > api.nio.charset.EncodingModesTest - intermittent(?) > > api.text.DecimalFormat_Locales - looked intermittent in M5 but it sta= bly > > fails > > > > =95 Linux x86 64 bit: test host was down, rebooted > > > > 7) Stress: need investigation > > > > =95 Windows_x86: 4 failures > > > > Regression: > > exceptions.catcher.StackUnwindingManyObjectsTests > > > > Intermittent: > > classloader.NotSynchThreads.SupIntf > > exceptions.catcher.StackUnwindingTests > > jpda.jdwp.scenario.MIXED001 > > > > =95 Linux_x86: 4 failures > > Regression: > > exceptions.catcher.StackUnwindingManyObjectsTests > > > > HARMONY-5159 (failed on M4-M5 too): > > gc.frag.Fragmentation > > gc.frag.FragmentationFinalizer > > gc.frag.FragmentationReference > > > > =95 Windows_x86_64: 3 failures > > Regression: > > gc.mem.MemoryTest3 > > threads.StressThreads12Test > > > > Intermittent: > > classloader.MixThreads.LargeClassName > > > > =95 Linux_x86_64: 4 failures > > Regression: > > gc.mem.MemoryTest3 > > > > Intermittent: > > classloader.SynchThreads.LargeClassName > > exceptions.catcher.StackUnwindingTests > > gc.frag.FragmentationFinalizer > > > > 8) Struts & EGA: seems that both scenarios are broken > > > > Thanks, > > Stepan > > > --=20 Best Regards Sean, Xiao Xia Qiu China Software Development Lab, IBM