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 TestListCommand.testListFrames() unresolved bug #5901.


The branch, master has been updated
       via  85feab572e96da7c994cb2e0742333cc7c9a2750 (commit)
      from  72d3c65c57aab4c51e312cc4ccb3191092daa5f1 (commit)

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

- Log -----------------------------------------------------------------
commit 85feab572e96da7c994cb2e0742333cc7c9a2750
Author: Mark Wielaard <mwielaard@redhat.com>
Date:   Mon Mar 10 10:52:46 2008 +0100

    Mark TestListCommand.testListFrames() unresolved bug #5901.
    
    frysk-core/frysk/hpd/ChangeLog
    2008-03-10  Mark Wielaard  <mwielaard@redhat.com>
    
           * TestListCommand (testListFrames): Mark unresolved bug #5901

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

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

First 500 lines of diff:
diff --git a/frysk-core/frysk/hpd/ChangeLog b/frysk-core/frysk/hpd/ChangeLog
index 77f9c1e..56bc031 100644
--- a/frysk-core/frysk/hpd/ChangeLog
+++ b/frysk-core/frysk/hpd/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-10  Mark Wielaard  <mwielaard@redhat.com>
+
+	* TestListCommand (testListFrames): Mark unresolved bug #5901
+.
 2008-03-07  Teresa Thomas  <tthomas@redhat.com>
 .
 	* CLI.java (SteppingObserver.getMonitor): Add events to
diff --git a/frysk-core/frysk/hpd/TestListCommand.java b/frysk-core/frysk/hpd/TestListCommand.java
index b481144..7d5acae 100644
--- 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-quicksort").getPath(),
 		"Loaded executable file.*");


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]