From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26647 invoked by alias); 4 Mar 2008 13:02:36 -0000 Received: (qmail 26628 invoked by uid 22791); 4 Mar 2008 13:02:32 -0000 X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 04 Mar 2008 13:01:50 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m24D1mO2015469; Tue, 4 Mar 2008 08:01:48 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m24D1mZ7013830; Tue, 4 Mar 2008 08:01:48 -0500 Received: from localhost.localdomain (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m24D1jTM015834; Tue, 4 Mar 2008 08:01:47 -0500 Message-ID: <47CD4832.4040106@redhat.com> Date: Tue, 04 Mar 2008 13:02:00 -0000 From: Andrew Cagney User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: Mark Wielaard CC: frysk Subject: Re: no unexpected failures on f8 References: <47CCDB29.7070801@redhat.com> <1204623063.3372.9.camel@dijkstra.wildebeest.org> In-Reply-To: <1204623063.3372.9.camel@dijkstra.wildebeest.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 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: 2008-q1/txt/msg00120.txt.bz2 I'd open a bug, and mark this unresolved; Stan is fixing the list command problems. Andrew Mark Wielaard wrote: > Hi Andrew, > > On Tue, 2008-03-04 at 00:16 -0500, Andrew Cagney wrote: > >> I've got f8 i386 is back to no unexpected failures. >> > > f8 x86_64 still has the following in frysk-core: > > There were 1 unsupported: > disassembler > There was 1 error: > 1) testListFrames(frysk.hpd.TestListCommand)frysk.expunit.TimeoutException: timeout of 5000 milliseconds expired; expecting: <<->.*49.*49.*while>>; buffer << */ { > 49 /* 49 */ while (r > 1) { > 50 /* 50 */ > 51 /* 51 */ int i = 1; > 52 /* 52 */ int j; > 53 /* 53 */ while (i < r) { > 54 /* 54 */ > -> 55 /* 55 */ if (a[i] > a[i + 1]) { > 56 /* 56 */ j = a[i]; > 57 /* 57 */ a[i] = a[i + 1]; > 58 /* 58 */ a[i + 1] = j; > 59 /* 59 */ } > 60 /* 60 */ i = i + 1; > 61 /* 61 */ } > 62 /* 62 */ > 63 /* 63 */ r = r - 1; > 64 /* 64 */ } > (fhpd) >> > at frysk.expunit.Child.expectMilliseconds(TestRunner) > at frysk.expunit.Expect.expect(TestRunner) > at frysk.expunit.Expect.expect(TestRunner) > at frysk.expunit.Expect.expect(TestRunner) > at frysk.hpd.TestListCommand.testListFrames(TestRunner) > at frysk.junit.Runner.runCases(TestRunner) > at frysk.junit.Runner.runTestCases(TestRunner) > at TestRunner.main(TestRunner) > > FAILURES!!! > Tests run: 981, Failures: 0, Errors: 1 > > Failed after run #0 > FAIL: TestRunner > Exception in thread "main" java.lang.NullPointerException > at FunitSimpleInterfaceTest.main(FunitSimpleInterfaceTest.java:46) > FAIL: frysk/pkglibdir/FunitSimpleInterfaceTest > no suitable method `main' in class > FAIL: frysk/rt/TestDisplayValue > =================== > 3 of 3 tests failed > =================== > make[4]: *** [check-TESTS] Error 1 > > >