public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: Tweak expect output.
@ 2008-02-09  1:32 scox
  0 siblings, 0 replies; only message in thread
From: scox @ 2008-02-09  1:32 UTC (permalink / raw)
  To: frysk-cvs

The branch, master has been updated
       via  0333fa32d6c00974189c629002a61c9e5eb451fe (commit)
      from  3e3629d920c43935e776fd21513697205c728304 (commit)

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

- Log -----------------------------------------------------------------
commit 0333fa32d6c00974189c629002a61c9e5eb451fe
Author: Stan Cox <scox@redhat.com>
Date:   Fri Feb 8 20:30:57 2008 -0500

    Tweak expect output.
    
    * TestListCommand.java (testListFrames): Tweak the expect output.

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

Summary of changes:
 frysk-core/frysk/hpd/ChangeLog            |    1 +
 frysk-core/frysk/hpd/TestListCommand.java |   20 ++++----------------
 2 files changed, 5 insertions(+), 16 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/hpd/ChangeLog b/frysk-core/frysk/hpd/ChangeLog
index a705249..317600d 100644
--- a/frysk-core/frysk/hpd/ChangeLog
+++ b/frysk-core/frysk/hpd/ChangeLog
@@ -1,5 +1,6 @@
 2008-02-08  Stan Cox  <scox@redhat.com>
 
+	* TestListCommand.java (testListFrames): Tweak the expect output.
 	* TestListCommand.java (testListFrames): New.
 	(testListPC): Change for new funit-quicksort.
 	(testListFunction): Likewise.
diff --git a/frysk-core/frysk/hpd/TestListCommand.java b/frysk-core/frysk/hpd/TestListCommand.java
index e6ff437..32feace 100644
--- a/frysk-core/frysk/hpd/TestListCommand.java
+++ b/frysk-core/frysk/hpd/TestListCommand.java
@@ -178,22 +178,16 @@ public class TestListCommand extends TestLib {
 	e.expect("46.*46.*void");
 	e.expect("47.*47.*bubblesort");
 	e.expect("48.*48");
-	e.expect("49.*49.*while");
+	e.expect("->.*49.*49.*while");
 	e.expect("50.*50");
 	e.expect("51.*51.*int i");
 	e.expect("52.*52.*int j");
 	e.expect("53.*53.*while");
 	e.expect("54.*54");
-	e.expect("->  55.*55.*if");
+	e.expect("55.*55.*if");
 	e.expect("56.*56.*j = a");
 	e.expect("57.*57.*a.*= a");
 	e.expect("58.*58.*a.*= j");
-	e.expect("59.*59");
-	e.expect("60.*60.*i = i");
-	e.expect("61.*61");
-	e.expect("62.*62");
-	e.expect("63.*63.*r = r");
-	e.expect("64.*64");
 	e.send("down\n");
 	e.send("list\n");
 	e.expect("96.*96.*int");
@@ -219,22 +213,16 @@ public class TestListCommand extends TestLib {
 	e.expect("46.*46.*void");
 	e.expect("47.*47.*bubblesort");
 	e.expect("48.*48");
-	e.expect("49.*49.*while");
+	e.expect("->.*49.*49.*while");
 	e.expect("50.*50");
 	e.expect("51.*51.*int i");
 	e.expect("52.*52.*int j");
 	e.expect("53.*53.*while");
 	e.expect("54.*54");
-	e.expect("->  55.*55.*if");
+	e.expect("55.*55.*if");
 	e.expect("56.*56.*j = a");
 	e.expect("57.*57.*a.*= a");
 	e.expect("58.*58.*a.*= j");
-	e.expect("59.*59");
-	e.expect("60.*60.*i = i");
-	e.expect("61.*61");
-	e.expect("62.*62");
-	e.expect("63.*63.*r = r");
-	e.expect("64.*64");
         e.send("quit\n");
         e.expect("quit.*\nQuitting...");
         e.close();


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


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

only message in thread, other threads:[~2008-02-09  1:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-09  1:32 [SCM] master: Tweak expect output scox

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