Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 39870 invoked from network); 3 Oct 2006 07:31:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Oct 2006 07:31:51 -0000 Received: (qmail 43242 invoked by uid 500); 3 Oct 2006 07:31:45 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 43166 invoked by uid 500); 3 Oct 2006 07:31:44 -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 43150 invoked by uid 99); 3 Oct 2006 07:31:44 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Oct 2006 00:31:44 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=kollegov.ivan@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=0.5 required=5.0 tests=DNS_FROM_RFC_ABUSE DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [64.233.182.189] ([64.233.182.189:53919] helo=nf-out-0910.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 99/29-29668-4A112254 for ; Tue, 03 Oct 2006 00:30:59 -0700 Received: by nf-out-0910.google.com with SMTP id x4so89785nfb for ; Tue, 03 Oct 2006 00:29:20 -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=uhRjrVQ7oNWl9xy/jBU7L1IVq6DhPNS1JM7KHeLe7QhBG6tm2xT9BmvwtSMXR+U7fai73oL/3s3hV6/lQh4LV+kKGSsHxaA1L1aH8N4oxM64QDUu3yefC0UcIlFaC6N5Tl8g8A5eUTQvLd4YXbAN2a9OY9/mtYpu8wT43VKTiwc= Received: by 10.82.131.1 with SMTP id e1mr184141bud; Tue, 03 Oct 2006 00:29:19 -0700 (PDT) Received: by 10.82.139.11 with HTTP; Tue, 3 Oct 2006 00:29:19 -0700 (PDT) Message-ID: Date: Tue, 3 Oct 2006 14:29:19 +0700 From: "Ivan Kollegov" To: harmony-dev@incubator.apache.org Subject: Re: [drlvm][jit] Internal testing framework for Jitrino.OPT compiler 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: <469bff730609220335g4969730aydc7a2042a7de94ec@mail.gmail.com> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Mikhail, I created fix for this bag and posted my diff to https://issues.apache.org/jira/browse/HARMONY-1665 I added 2 "ifs" for entry and exit nodes, to verify if the node is not null. If the node is null, then return. Can you check my fix? On 9/27/06, Mikhail Fursov wrote: > Ivan, > I've checked all of the tests - this is very good beginning! > I see 2 directions to advance: > 1) Integrate Jitrino tests into common harmony test system. So we can ask > people to use our test suite. > 2) Start to test not only CFG but more complex IR examples. I mean to test > IR with instructions using optimizations. > > I want to get item 1 as TODO for myself. Could you take item 2 and write > several IR templates with instructions and use these templates in tests? > > > getNodeCountTest2 - this is a real bug. This bug does not affect any of JIT > algorithms today, but anyway it must be fixed. > Could you create and post the fix into JIRA? If you have questions I can > help you with the fix. --------------------------------------------------------------------- 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