Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 15655 invoked from network); 26 Sep 2006 13:25:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Sep 2006 13:25:58 -0000 Received: (qmail 6998 invoked by uid 500); 26 Sep 2006 13:25:57 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 6318 invoked by uid 500); 26 Sep 2006 13:25:55 -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 6305 invoked by uid 99); 26 Sep 2006 13:25:55 -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, 26 Sep 2006 06:25:55 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=kollegov.ivan@gmail.com; domainkeys=good Authentication-Results: idunn.apache.osuosl.org smtp.mail=kollegov.ivan@gmail.com; spf=pass X-ASF-Spam-Status: No, hits=0.5 required=5.0 tests=DNS_FROM_RFC_ABUSE Received-SPF: pass (idunn.apache.osuosl.org: domain gmail.com designates 64.233.182.187 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [64.233.182.187] ([64.233.182.187:15416] helo=nf-out-0910.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id B6/00-11437-06A29154 for ; Tue, 26 Sep 2006 06:25:53 -0700 Received: by nf-out-0910.google.com with SMTP id x4so205220nfb for ; Tue, 26 Sep 2006 06:25:49 -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=eMbER72CsOL9cUhU7VefVS7IZQ38pucJp/xw/ZQa544NopgjAGYsbdtG1zqImQMOwGKpQ8c9xQPQsy/j0KbtzvLRHCNReQ5QX1mxKMP0ymVFi6tJ8wlcstm4Lu4VbfRPLOSZQpJ9Myhy+2JeFmYY5kI73EQ2NyeI9lcXsaKSCfY= Received: by 10.82.127.15 with SMTP id z15mr82597buc; Tue, 26 Sep 2006 06:25:49 -0700 (PDT) Received: by 10.82.139.11 with HTTP; Tue, 26 Sep 2006 06:25:49 -0700 (PDT) Message-ID: Date: Tue, 26 Sep 2006 20:25:49 +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 Hello. The documentation has helped me to write the tests. I have written 4 templates of graphs and 20 tests for methods of ControlFlowGraph. I have founded a problem with test getNodeCountTest2. If there are no nodes in graph I have follows "java.exe has encountered a problem and needs to close. We are sorry for the inconvenience." You can find all my test there http://issues.apache.org/jira/browse/HARMONY-1531 Can you check if these tests are OK? --------------------------------------------------------------------- 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