This is the mail archive of the frysk-cvs@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] master: Mark testListPC and testListFunction as unresolved.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]