From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8187 invoked by alias); 3 Mar 2008 23:09:37 -0000 Received: (qmail 8160 invoked by uid 367); 3 Mar 2008 23:09:35 -0000 Date: Mon, 03 Mar 2008 23:09:00 -0000 Message-ID: <20080303230935.8145.qmail@sourceware.org> From: cagney@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] master: frysk-core/frysk/hpd/ChangeLog X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ac50d5b81a0d2c34d901b21d0a7323b1b7de5435 X-Git-Newrev: 07f25f0deaf14fe5bc85ce04328b8b6140289547 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/msg00300.txt.bz2 The branch, master has been updated via 07f25f0deaf14fe5bc85ce04328b8b6140289547 (commit) from ac50d5b81a0d2c34d901b21d0a7323b1b7de5435 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 07f25f0deaf14fe5bc85ce04328b8b6140289547 Author: Andrew Cagney Date: Mon Mar 3 18:08:34 2008 -0500 frysk-core/frysk/hpd/ChangeLog 2008-03-03 Andrew Cagney * TestListCommand.java (testListPC()): Mark as unresolved, 5855. frysk-core/frysk/value/ChangeLog 2008-03-03 Andrew Cagney * TestInterface.java: Extend TestLib; fix bug 5856. ----------------------------------------------------------------------- Summary of changes: frysk-core/frysk/hpd/ChangeLog | 4 ++++ frysk-core/frysk/hpd/TestListCommand.java | 2 ++ frysk-core/frysk/value/ChangeLog | 4 ++++ frysk-core/frysk/value/TestInterface.java | 6 +++--- 4 files changed, 13 insertions(+), 3 deletions(-) First 500 lines of diff: diff --git a/frysk-core/frysk/hpd/ChangeLog b/frysk-core/frysk/hpd/ChangeLog index 5d27647..f6a8d3d 100644 --- a/frysk-core/frysk/hpd/ChangeLog +++ b/frysk-core/frysk/hpd/ChangeLog @@ -1,3 +1,7 @@ +2008-03-03 Andrew Cagney + + * TestListCommand.java (testListPC()): Mark as unresolved, 5855. + 2008-03-02 Tom Tromey * ParameterizedCommand.java (help): Align all option diff --git a/frysk-core/frysk/hpd/TestListCommand.java b/frysk-core/frysk/hpd/TestListCommand.java index 32feace..b749cd0 100644 --- a/frysk-core/frysk/hpd/TestListCommand.java +++ b/frysk-core/frysk/hpd/TestListCommand.java @@ -52,6 +52,8 @@ public class TestListCommand extends TestLib { } public void testListPC() { + if (unresolved(5855)) + return; e = new HpdTestbed(); e.sendCommandExpectPrompt("load " + Config.getPkgLibFile("funit-quicksort").getPath(), "Loaded executable file.*"); diff --git a/frysk-core/frysk/value/ChangeLog b/frysk-core/frysk/value/ChangeLog index 7159a99..0211c0f 100644 --- a/frysk-core/frysk/value/ChangeLog +++ b/frysk-core/frysk/value/ChangeLog @@ -1,3 +1,7 @@ +2008-03-03 Andrew Cagney + + * TestInterface.java: Extend TestLib; fix bug 5856. + 2008-02-19 Stan Cox * CompositeType.java (toPrint): Allow for struct/class access defaults. diff --git a/frysk-core/frysk/value/TestInterface.java b/frysk-core/frysk/value/TestInterface.java index e5baa2f..6f6ecb6 100644 --- a/frysk-core/frysk/value/TestInterface.java +++ b/frysk-core/frysk/value/TestInterface.java @@ -1,6 +1,6 @@ // This file is part of the program FRYSK. // -// Copyright 2007, Red Hat Inc. +// Copyright 2007, 2008, Red Hat Inc. // // FRYSK is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by @@ -42,11 +42,11 @@ package frysk.value; import frysk.debuginfo.DebugInfoFrame; import frysk.debuginfo.DebugInfoStackFactory; import frysk.debuginfo.ObjectDeclarationSearchEngine; -import frysk.junit.TestCase; +import frysk.testbed.TestLib; import frysk.proc.Task; import frysk.testbed.DaemonBlockedAtSignal; -public class TestInterface extends TestCase { +public class TestInterface extends TestLib { private CompositeType getType(String program, String variableName) { Task task = (new DaemonBlockedAtSignal(program)).getMainTask(); hooks/post-receive -- frysk system monitor/debugger