From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 697 invoked by alias); 18 Apr 2008 21:22:03 -0000 Received: (qmail 669 invoked by uid 9112); 18 Apr 2008 21:22:03 -0000 Date: Fri, 18 Apr 2008 21:22:00 -0000 Message-ID: <20080418212203.654.qmail@sourceware.org> From: mark@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] master: Enable TestEvalCommands.testPrintLocationFails because bug #5345 was fixed. X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d4a7d359240fcc179d83dc5cbb3b1e41ea877b06 X-Git-Newrev: 7818efc4183ec591a9272ec46b31b01e34b07ab8 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-q2/txt/msg00145.txt.bz2 The branch, master has been updated via 7818efc4183ec591a9272ec46b31b01e34b07ab8 (commit) from d4a7d359240fcc179d83dc5cbb3b1e41ea877b06 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 7818efc4183ec591a9272ec46b31b01e34b07ab8 Author: Mark Wielaard Date: Fri Apr 18 23:20:58 2008 +0200 Enable TestEvalCommands.testPrintLocationFails because bug #5345 was fixed. frysk-core/frysk/hpd/ChangeLog 2008-04-18 Mark Wielaard * TestEvalCommands.java (testPrintLocationFails): Enable test and adjust expected output. ----------------------------------------------------------------------- Summary of changes: frysk-core/frysk/hpd/ChangeLog | 5 +++++ frysk-core/frysk/hpd/TestEvalCommands.java | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) First 500 lines of diff: diff --git a/frysk-core/frysk/hpd/ChangeLog b/frysk-core/frysk/hpd/ChangeLog index ff92cc5..5a769e9 100644 --- a/frysk-core/frysk/hpd/ChangeLog +++ b/frysk-core/frysk/hpd/ChangeLog @@ -1,5 +1,10 @@ 2008-04-18 Mark Wielaard + * TestEvalCommands.java (testPrintLocationFails): Enable test + and adjust expected output. + +2008-04-18 Mark Wielaard + * TestBreakpoints.java (testHpdBreakpoint): Resolve by using explicit load and start command. diff --git a/frysk-core/frysk/hpd/TestEvalCommands.java b/frysk-core/frysk/hpd/TestEvalCommands.java index 8ce0455..a8cf17d 100644 --- a/frysk-core/frysk/hpd/TestEvalCommands.java +++ b/frysk-core/frysk/hpd/TestEvalCommands.java @@ -113,12 +113,10 @@ public class TestEvalCommands extends TestLib { } public void testPrintLocationFails() { - if (unresolved(5345)) - return; e = HpdTestbed.attachXXX("hpd-c"); e.sendCommandExpectPrompt ("print bogus -location\n", - "\r\nError: Symbol \"bogus\" is not found in the current context..*"); + "\r\nError: Object bogus was not found.*"); } public void testPrintType() { hooks/post-receive -- frysk system monitor/debugger