public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: Mark testListPC and testListFunction as unresolved.
@ 2007-11-15 17:15 cagney
  0 siblings, 0 replies; only message in thread
From: cagney @ 2007-11-15 17:15 UTC (permalink / raw)
  To: frysk-cvs

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-15 17:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-15 17:15 [SCM] master: Mark testListPC and testListFunction as unresolved cagney

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).