From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14741 invoked by alias); 18 Jun 2007 14:59:21 -0000 Received: (qmail 14727 invoked by uid 22791); 18 Jun 2007 14:59:20 -0000 X-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DK_POLICY_SIGNSOME,FORGED_RCVD_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 18 Jun 2007 14:59:17 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx2.redhat.com (8.13.1/8.13.1) with ESMTP id l5IExE1U007180; Mon, 18 Jun 2007 10:59:14 -0400 Received: from pobox.hsv.redhat.com (pobox.hsv.redhat.com [172.16.16.12]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l5IExDg2002831; Mon, 18 Jun 2007 10:59:13 -0400 Received: from localhost.localdomain (vpn-15-61.rdu.redhat.com [10.11.15.61]) by pobox.hsv.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id l5IExCBL005397; Mon, 18 Jun 2007 10:59:12 -0400 Message-ID: <46769DC0.70102@redhat.com> Date: Mon, 18 Jun 2007 15:13:00 -0000 From: Phil Muldoon User-Agent: Thunderbird 2.0.0.0 (X11/20070419) MIME-Version: 1.0 To: Mark Wielaard CC: frysk@sourceware.org Subject: Re: Automated build-and-test summary report (2007/06/18) References: <20070618123542.GJ17138@ca-server1.us.oracle.com> <1182170677.4534.35.camel@dijkstra.wildebeest.org> In-Reply-To: <1182170677.4534.35.camel@dijkstra.wildebeest.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q2/txt/msg00311.txt.bz2 Mark Wielaard wrote: > Hi, > (From the test-results list) > > On Mon, 2007-06-18 at 05:35 -0700, Kris Van Hees wrote: > >> For more detailed results, please check out the reports at: >> >> http://build.alchar.org/~aedil/rep/ >> [...] >> Old -> New Test >> ----- ----- ---------------------------------- >> PASS -> FAIL frysk-core - testStepOver(frysk.rt.TestSteppingEngine) >> PASS -> FAIL frysk-core - testCoreFileByteBufferMapOverrun(frysk.proc.corefile.TestCorefileByteBuffer) >> PASS -> FAIL frysk-core - testCoreFileByteBufferPoke(frysk.proc.corefile.TestCorefileByteBuffer) >> PASS -> FAIL frysk-core - testCoreFileByteBufferPeek(frysk.proc.corefile.TestCorefileByteBuffer) >> PASS -> FAIL frysk-core - testCoreFileByteBufferPeekArray(frysk.proc.corefile.TestCorefileByteBuffer) >> PASS -> FAIL frysk-core - testCoreFileByteBufferMapUnderrun(frysk.proc.corefile.TestCorefileByteBuffer) >> FAIL -> PASS frysk-core - testSliceAddressSpace(frysk.proc.ptrace.TestByteBuffer) >> PASS -> FAIL frysk-core - testCoreFileByteBufferSequentialGet(frysk.proc.corefile.TestCorefileByteBuffer) >> > > The core file tests did once fail for me with a pending SIGUSR1 during > teardown. The test pass for me on Fedora 7, with: ./TestRunner -r 1000 frysk.proc.corefile.TestCorefileByteBuffer Running testCorefileByteBufferSlice(frysk.proc.corefile.TestCorefileByteBuffer) ...PASS Running testCoreFileByteBufferPeek(frysk.proc.corefile.TestCorefileByteBuffer) ...PASS Running testCoreFileByteBufferMapOverrun(frysk.proc.corefile.TestCorefileByteBuffer) ...PASS Running testCoreFileByteBufferMapUnderrun(frysk.proc.corefile.TestCorefileByteBuffer) ...PASS Running testCoreFileByteBufferSequentialGet(frysk.proc.corefile.TestCorefileByteBuffer) ...PASS Running testCoreFileByteBufferPeekArray(frysk.proc.corefile.TestCorefileByteBuffer) ...PASS Running testCoreFileByteBufferPoke(frysk.proc.corefile.TestCorefileByteBuffer) ...PASS Time: 0.056 OK (7 tests) And it does that for * 1000 in make check I do see the intermittent test fails due to 1) testCoreFileByteBufferMapUnderrun(frysk.proc.corefile.TestCorefileByteBuffer)junit.framework.AssertionFailedError: pending signal Sig_USR1 But all these tests are not emitting or listening for signals, I've no idea where that signal is coming from, or how it found it's way into the test. However when the corefile tests pass in make check, I see some other test fails such as the one below, come and go: There were 6 failures: 1) testSliceAddressSpace(frysk.proc.ptrace.TestByteBuffer)junit.framework.AssertionFailedError: unexpected signal Sig_IO at frysk.testbed.AttachedSelf$2.signal(TestRunner) at frysk.sys.Wait.wait(TestRunner) at frysk.sys.Wait.wait(TestRunner) at frysk.testbed.AttachedSelf.(TestRunner) at frysk.proc.ptrace.TestByteBuffer.setUp(TestRunner) at frysk.junit.Runner.runCases(TestRunner) at frysk.junit.Runner.runArchCases(TestRunner) at frysk.junit.Runner.runTestCases(TestRunner) at TestRunner.main(TestRunner)