From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27463 invoked by alias); 4 Mar 2008 09:31:26 -0000 Received: (qmail 27455 invoked by uid 22791); 4 Mar 2008 09:31:26 -0000 X-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (83.160.170.119) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 04 Mar 2008 09:31:06 +0000 Received: from dijkstra.wildebeest.org ([192.168.1.29]) by gnu.wildebeest.org with esmtp (Exim 4.63) (envelope-from ) id 1JWTUF-0005Uq-Oy; Tue, 04 Mar 2008 10:31:04 +0100 Subject: Re: no unexpected failures on f8 From: Mark Wielaard To: Andrew Cagney Cc: frysk In-Reply-To: <47CCDB29.7070801@redhat.com> References: <47CCDB29.7070801@redhat.com> Content-Type: text/plain Date: Tue, 04 Mar 2008 09:31:00 -0000 Message-Id: <1204623063.3372.9.camel@dijkstra.wildebeest.org> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-1.fc8) Content-Transfer-Encoding: 7bit X-Spam-Score: -4.4 (----) 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/msg00118.txt.bz2 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