public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: Add bz# to test that fails on slow machines.
@ 2008-01-15  8:44 rmoseley
  0 siblings, 0 replies; only message in thread
From: rmoseley @ 2008-01-15  8:44 UTC (permalink / raw)
  To: frysk-cvs

The branch, master has been updated
       via  11151441e25127b1b4076cda2fe576a52c1e4749 (commit)
      from  9fc22952f6344d0e95865c1adc4660adeed659ea (commit)

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

- Log -----------------------------------------------------------------
commit 11151441e25127b1b4076cda2fe576a52c1e4749
Author: Rick Moseley <rmoseley@localhost.localdomain>
Date:   Tue Jan 15 02:43:40 2008 -0600

    Add bz# to test that fails on slow machines.
    
    * TestRunCommand.java: Disable one test for now.

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

Summary of changes:
 frysk-core/frysk/hpd/TestRunCommand.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/hpd/TestRunCommand.java b/frysk-core/frysk/hpd/TestRunCommand.java
index 786a7d3..7342391 100644
--- a/frysk-core/frysk/hpd/TestRunCommand.java
+++ b/frysk-core/frysk/hpd/TestRunCommand.java
@@ -65,6 +65,8 @@ public class TestRunCommand extends TestLib {
      * and restart it and run until a breakpoint is found or the process blows up.
      */
     public void testRunTimesTwo() {
+	if (unresolved(5615))
+	    return;
 	e = new HpdTestbed();
 	e.sendCommandExpectPrompt("load " + Config.getPkgLibFile("funit-threads-looper").getPath(),
 	"Loaded executable file.*");
@@ -77,8 +79,6 @@ public class TestRunCommand extends TestLib {
 	e.sendCommandExpectPrompt("run", "Killing process ([0-9])+.*" +
 		"Loaded executable file.*" + "Attached to process ([0-9])+.*" +
 		"Running process ([0-9])+.*");
-	e.send("quit\n");
-	e.expect("Quitting...");
 	e.close();
     }
 }
\ No newline at end of file


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


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

only message in thread, other threads:[~2008-01-15  8:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-15  8:44 [SCM] master: Add bz# to test that fails on slow machines rmoseley

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