Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 72263 invoked from network); 31 Aug 2006 04:50:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Aug 2006 04:50:58 -0000 Received: (qmail 67482 invoked by uid 500); 31 Aug 2006 04:50:50 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 67436 invoked by uid 500); 31 Aug 2006 04:50:50 -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 67420 invoked by uid 99); 31 Aug 2006 04:50:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Aug 2006 21:50:50 -0700 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of alexey.v.varlamov@gmail.com designates 66.249.82.225 as permitted sender) Received: from [66.249.82.225] (HELO wx-out-0506.google.com) (66.249.82.225) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Aug 2006 21:50:49 -0700 Received: by wx-out-0506.google.com with SMTP id s13so460911wxc for ; Wed, 30 Aug 2006 21:50:29 -0700 (PDT) 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=nZJfoz2hndM/me3EE/WY+hhiNFZGlm8iq57/bxNAmD967az0NJ2iU/1W3w6Qgx/caOsjEd6vkLN2fCI8GOzag3zxLfb+H+h+vwEtAlzoOuH9JlZIUmGMV/f0kv/Dn1GT+Ubd4+01bPY1mqm/H25Z/AC78QbrOS5Ub1HycVsldjE= Received: by 10.70.28.7 with SMTP id b7mr757179wxb; Wed, 30 Aug 2006 21:50:28 -0700 (PDT) Received: by 10.70.23.14 with HTTP; Wed, 30 Aug 2006 21:50:28 -0700 (PDT) Message-ID: Date: Thu, 31 Aug 2006 11:50:28 +0700 From: "Alexey Varlamov" To: harmony-dev@incubator.apache.org Subject: Re: [classlib] [testing] crashes in test execution In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 2006/8/30, Anton Luht : > Hello, > > I've tried to run 'ant test' in classlib on a recent build hand-made > from SVN and came across several problems. > > First problem was that a popup window with assertion appeared - it was > easy to solve it - see HARMONY-1340 . > > The second one is more tricky for me. > > ---details start--- > vm version: > svn = r438451, (Aug 30 2006), Windows/ia32/msvc 1310, debug build > > tests are run in the following way: > set JAVA_HOME=... > ant test -Dbuild.compiler=org.eclipse.jdt.core.JDTCompilerAdapter > > in compiling LUNI a debug popup occures: in the method > > JavaLabelPrepass::ldc (file JavaLabelPrepass.cpp) constantType value is null. > This happens because in method > DrlVMCompilationInterface::getConstantType (file DrlVMInterface.cpp) > drlType returned doesn't fit any of options in switch() and > surprisingly falls through assert(0) statements to 'return NULL'. > > ---details end---- > > Does anyone else observe similar behaviour? Or you don't have any > problems with tests and I should re-check my configuration? Anton, This just means that Jitrino.OPT is not 1.5-ready yet. This is known limitation and hopefully will be fixed soon. > > -- > Regards, > Anton Luht, > Intel Middleware Products Division > > --------------------------------------------------------------------- > Terms of use : http://incubator.apache.org/harmony/mailing.html > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > For additional commands, e-mail: harmony-dev-help@incubator.apache.org > > --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org