public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: Stan Cox <scox@redhat.com>
Cc: frysk <frysk@sources.redhat.com>
Subject: Re: no unexpected failures on f8
Date: Mon, 10 Mar 2008 09:59:00 -0000	[thread overview]
Message-ID: <1205143151.3356.5.camel@dijkstra.wildebeest.org> (raw)
In-Reply-To: <47CD4832.4040106@redhat.com>

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  <mwielaard@redhat.com>

   * 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.*");


      reply	other threads:[~2008-03-10  9:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-04  5:16 Andrew Cagney
2008-03-04  9:31 ` Mark Wielaard
2008-03-04 13:02   ` Andrew Cagney
2008-03-10  9:59     ` Mark Wielaard [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1205143151.3356.5.camel@dijkstra.wildebeest.org \
    --to=mark@klomp.org \
    --cc=frysk@sources.redhat.com \
    --cc=scox@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).