From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30423 invoked by alias); 10 Mar 2008 09:59:44 -0000 Received: (qmail 30409 invoked by uid 22791); 10 Mar 2008 09:59:43 -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; Mon, 10 Mar 2008 09:59:15 +0000 Received: from dijkstra.wildebeest.org ([192.168.1.29]) by gnu.wildebeest.org with esmtp (Exim 4.63) (envelope-from ) id 1JYeml-0005J3-Nc; Mon, 10 Mar 2008 10:59:12 +0100 Subject: Re: no unexpected failures on f8 From: Mark Wielaard To: Stan Cox Cc: frysk In-Reply-To: <47CD4832.4040106@redhat.com> References: <47CCDB29.7070801@redhat.com> <1204623063.3372.9.camel@dijkstra.wildebeest.org> <47CD4832.4040106@redhat.com> Content-Type: text/plain Date: Mon, 10 Mar 2008 09:59:00 -0000 Message-Id: <1205143151.3356.5.camel@dijkstra.wildebeest.org> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-3.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/msg00138.txt.bz2 Hi Stan, On Tue, 2008-03-04 at 08:01 -0500, Andrew Cagney wrote: > I'd open a bug, and mark this unresolved; Stan is fixing the list > command problems. I added the following and opened this bug report: http://sourceware.org/bugzilla/show_bug.cgi?id=5901 2008-03-10 Mark Wielaard * TestListCommand (testListFrames): Mark unresolved bug #5901 As mentioned in the bug report this only seems to happen on x86_64/fedora 8, at least I haven't seen it anywhere else. But it wouldn't surprise me if it might be a expect/regex issue, there are a lot of .*'s used and sometimes they seem to eat up too much. Could you take a look? Thanks, Mark --- a/frysk-core/frysk/hpd/TestListCommand.java +++ b/frysk-core/frysk/hpd/TestListCommand.java @@ -168,6 +168,9 @@ public class TestListCommand extends TestLib { } public void testListFrames() { + if (unresolved(5901)) + return; + e = new HpdTestbed(); e.sendCommandExpectPrompt("load " + Config.getPkgLibFile("funit-quicksor "Loaded executable file.*");