public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: Mark TestListCommand.testListFrames() unresolved bug #5901.
@ 2008-03-10  9:58 mark
  0 siblings, 0 replies; only message in thread
From: mark @ 2008-03-10  9:58 UTC (permalink / raw)
  To: frysk-cvs

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


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

only message in thread, other threads:[~2008-03-10  9:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-10  9:58 [SCM] master: Mark TestListCommand.testListFrames() unresolved bug #5901 mark

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