public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: cagney@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: Mark testListPC and testListFunction as unresolved.
Date: Thu, 15 Nov 2007 17:15:00 -0000	[thread overview]
Message-ID: <20071115171541.939.qmail@sourceware.org> (raw)

The branch, master has been updated
       via  8dfc3ba44a89e553cb877c46f8c0552fc9ec171b (commit)
      from  baac24889bed4fb5c319c5f3db25d0ebf5f5f47f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 8dfc3ba44a89e553cb877c46f8c0552fc9ec171b
Author: Andrew Cagney <cagney@redhat.com>
Date:   Thu Nov 15 12:13:59 2007 -0500

    Mark testListPC and testListFunction as unresolved.
    
    frysk-core/frysk/hpd/ChangeLog
    2007-11-15  Andrew Cagney  <cagney@redhat.com>
    
    	* TestListCommand.java (testListPC()): Mark as unresolved, 5332.
    	(testListFunction()): Mark as unresolved, 5333.

-----------------------------------------------------------------------

Summary of changes:
 frysk-core/frysk/hpd/ChangeLog            |    5 +++++
 frysk-core/frysk/hpd/TestListCommand.java |    4 ++++
 2 files changed, 9 insertions(+), 0 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/hpd/ChangeLog b/frysk-core/frysk/hpd/ChangeLog
index 5b8d78f..1e83b85 100644
--- a/frysk-core/frysk/hpd/ChangeLog
+++ b/frysk-core/frysk/hpd/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-15  Andrew Cagney  <cagney@redhat.com>
+
+	* TestListCommand.java (testListPC()): Mark as unresolved, 5332.
+	(testListFunction()): Mark as unresolved, 5333.
+	
 2007-11-14  Andrew Cagney  <cagney@redhat.com>
 
 	* ParameterizedCommand.java (complete(CLI,Input,int,List)): New.
diff --git a/frysk-core/frysk/hpd/TestListCommand.java b/frysk-core/frysk/hpd/TestListCommand.java
index 48c6144..1c67c53 100644
--- a/frysk-core/frysk/hpd/TestListCommand.java
+++ b/frysk-core/frysk/hpd/TestListCommand.java
@@ -51,6 +51,8 @@ public class TestListCommand extends TestLib {
     }
 
     public void testListPC() {
+	if (unresolved(5332))
+	    return;
 	e = HpdTestbed.run("hpd-c");
         e.send("break main\n");
         e.expect("breakpoint.*" + prompt);
@@ -66,6 +68,8 @@ public class TestListCommand extends TestLib {
     }
 
     public void testListFunction() {
+	if (unresolved(5333))
+	    return;
 	e = HpdTestbed.run("hpd-c");
         e.send("break main\n");
         e.expect("breakpoint.*" + prompt);


hooks/post-receive
--
frysk system monitor/debugger


                 reply	other threads:[~2007-11-15 17:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20071115171541.939.qmail@sourceware.org \
    --to=cagney@sourceware.org \
    --cc=frysk-cvs@sourceware.org \
    --cc=frysk@sourceware.org \
    /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).