From harmony-dev-return-18776-apmail-incubator-harmony-dev-archive=incubator.apache.org@incubator.apache.org Sat Nov 11 21:46:28 2006 Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 75956 invoked from network); 11 Nov 2006 21:46:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Nov 2006 21:46:28 -0000 Received: (qmail 63194 invoked by uid 500); 11 Nov 2006 21:46:36 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 63151 invoked by uid 500); 11 Nov 2006 21:46:36 -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 63142 invoked by uid 99); 11 Nov 2006 21:46:36 -0000 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of pmcfirst@gmail.com designates 64.233.166.183 as permitted sender) Received: from [64.233.166.183] (HELO py-out-1112.google.com) (64.233.166.183) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Nov 2006 13:46:34 -0800 Received: by py-out-1112.google.com with SMTP id h31so532085pyc for ; Sat, 11 Nov 2006 13:44:54 -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:references; b=FGeogbByxC9warg26JSrBjv30zUEtYhjt3SXbspbltjfxHyZCMzvAh3r99A3m+RCNt/mgDDfyphNvdAgnRX1DCkA88aPXOx1o2C52hLClT4IrNRzonTS2Ob6fecNxiEVmD43TWyDknmoq7e4QENaIPamLz1VC/G6HpNfYLsTQas= Received: by 10.35.80.20 with SMTP id h20mr6729815pyl.1163280887169; Sat, 11 Nov 2006 13:34:47 -0800 (PST) Received: by 10.35.31.19 with HTTP; Sat, 11 Nov 2006 13:34:46 -0800 (PST) Message-ID: Date: Sun, 12 Nov 2006 00:34:46 +0300 From: "Pavel Pervov" To: harmony-dev@incubator.apache.org Subject: Re: [drlvm][test]Exclude some tests from "build test" target, make 'build test' pass In-Reply-To: <2A786EB15713B544AB79607529273B04062C32@mssmsx411> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6097_9679305.1163280886982" References: <2A786EB15713B544AB79607529273B04062C32@mssmsx411> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_6097_9679305.1163280886982 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline In addition to excluding some tests, I would suggest removing smoke/classloader/ClassTestGetDeclaringClass as it is exact copy of kernel test with the same name. Also, smoke/classloader/ExceptionInInitializerTest must be returned to acceptance runs. Pavel. On 10/25/06, Volynets, Vera wrote: > > Geir > Some tests launched by command "build test" fail. > The idea of "build test" is to run it before each commit. In this way you > can catch regressions. > In order to effectively catch regressions, i.e. tests that started to fail > after some change, > it's necessary to have 'build test' pass in a stable way. One of the ways > to achieve stable state > is to exclude failing tests or tests which show unstable behavior. > So I analysed statistics of test runs on win ia32 platform and made up a > list of tests to be excluded: > 1) smoke > *** gc.LOS fails always on jitrino and interpreter, debug and release > 2) kernel > *** java.lang.ClasssGenericsTest and > *** java.lang.ClassGenericsTest4 fail because of timeout, so I increase > timeout in kernel.test.xml > *** java.lang.ObjectTest fail on interpreter with following message: > Testsuite: java.lang.ObjectTest > Tests run: 18, Failures: 1, Errors: 0, Time elapsed: 6.109 sec > Testcase: testWait1(java.lang.ObjectTest): FAILED > An InterruptedException must be thrown in test thread! > junit.framework.AssertionFailedError: An InterruptedException must be > thrown in test thread! > > See HARNONY-1966 issue with attached patch. > > > Vera Volynets > Intel Middleware ProductsDivision > -- Pavel Pervov, Intel Enterprise Solutions Software Division ------=_Part_6097_9679305.1163280886982--