From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28644 invoked by alias); 9 Feb 2008 01:32:28 -0000 Received: (qmail 28608 invoked by uid 440); 9 Feb 2008 01:32:26 -0000 Date: Sat, 09 Feb 2008 01:32:00 -0000 Message-ID: <20080209013226.28593.qmail@sourceware.org> From: scox@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] master: Tweak expect output. X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3e3629d920c43935e776fd21513697205c728304 X-Git-Newrev: 0333fa32d6c00974189c629002a61c9e5eb451fe Mailing-List: contact frysk-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-cvs-owner@sourceware.org Reply-To: frysk@sourceware.org X-SW-Source: 2008-q1/txt/msg00186.txt.bz2 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 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 + * 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