Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 21095 invoked from network); 1 Dec 2006 22:06:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Dec 2006 22:06:15 -0000 Received: (qmail 97820 invoked by uid 500); 1 Dec 2006 22:06:20 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 97796 invoked by uid 500); 1 Dec 2006 22:06:20 -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 97787 invoked by uid 99); 1 Dec 2006 22:06:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Dec 2006 14:06:20 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of gcjhd-harmony-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Dec 2006 14:06:08 -0800 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GqGVe-0000Qv-5i for dev@harmony.apache.org; Fri, 01 Dec 2006 23:05:30 +0100 Received: from msfwpr01.ims.intel.com ([62.118.80.132]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Dec 2006 23:05:30 +0100 Received: from gshimansky by msfwpr01.ims.intel.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Dec 2006 23:05:30 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: dev@harmony.apache.org From: Gregory Shimansky Subject: Re: [drlvm][gcv5] is there an exclude list for "build test"? Date: Sat, 02 Dec 2006 01:05:03 +0300 Lines: 40 Message-ID: References: <4dd1f3f00611301156s6dc93104mfef55c4b862b2f42@mail.gmail.com> <4dd1f3f00612011110k66a87f71g2d8cb61711058268@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: msfwpr01.ims.intel.com User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) In-Reply-To: <4dd1f3f00612011110k66a87f71g2d8cb61711058268@mail.gmail.com> Sender: news X-Virus-Checked: Checked by ClamAV on apache.org Weldon Washburn wrote: > On 11/30/06, Gregory Shimansky wrote: >> >> Weldon Washburn wrote: >> > Xiao Feng, >> > >> > It would be great if you could publish something like a list of what >> tests >> > run. I tried to run "build test" on windowsxp 32 w/ gcv5. It looks >> like >> > all the [jvmti] tests using the JIT pass. For some yet to be >> discovered >> > reason, the test suite fails when it runs the JVMTI breakpoint1 >> test w/ >> > interpreter. >> >> JVMTI tests are quite special because it is a quite different execution >> mode. I've made them the first in the "build test" run, but it doesn't >> mean you should start investigation with them. >> >> Try to use "build smoke.test" and "build kernel.test". These test suites >> execute VM in normal conditions, and kernel tests are executed in 3 >> different mode (jet, opt, interpreter). > > > I ran "build kernel.test". It ran about 50 tests successfully then hung > for > a hour. I did a control-C but now can't figure out what test was actually > hung. There is no xml " report" file that says what failed. All the > prompt > line says is about 65 "[junit] Tests run....". Not much to go on. Any > suggestions? Kernel tests put their reports in semis/kernel.tests/reports directory. If the test hangs, the report should have 0 size. Other than the suggestion is to attach debugger to the process and try to figure out what it is doing. -- Gregory