From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2847 invoked by alias); 19 Nov 2007 09:33:49 -0000 Received: (qmail 2821 invoked by uid 9514); 19 Nov 2007 09:33:49 -0000 Date: Mon, 19 Nov 2007 09:33:00 -0000 Message-ID: <20071119093349.2802.qmail@sourceware.org> From: pmuldoon@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] master: 2007-11-19 Phil Muldoon X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 17129b1e6ff7a095f661a702e5fdcf8dd45a7436 X-Git-Newrev: 73098ac8dd9b4c09ffbfac451136a3f520327d99 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: 2007-q4/txt/msg00393.txt.bz2 The branch, master has been updated via 73098ac8dd9b4c09ffbfac451136a3f520327d99 (commit) from 17129b1e6ff7a095f661a702e5fdcf8dd45a7436 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 73098ac8dd9b4c09ffbfac451136a3f520327d99 Author: Phil Muldoon Date: Mon Nov 19 09:33:38 2007 +0000 2007-11-19 Phil Muldoon * TestFhd.java (testHpdCore): Remove unresolved. Add -noexe to Expect test. ----------------------------------------------------------------------- Summary of changes: frysk-core/frysk/bindir/ChangeLog | 5 +++++ frysk-core/frysk/bindir/TestFhd.java | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) First 500 lines of diff: diff --git a/frysk-core/frysk/bindir/ChangeLog b/frysk-core/frysk/bindir/ChangeLog index 69e9e03..b936499 100644 --- a/frysk-core/frysk/bindir/ChangeLog +++ b/frysk-core/frysk/bindir/ChangeLog @@ -1,3 +1,8 @@ +2007-11-19 Phil Muldoon + + * TestFhd.java (testHpdCore): Remove unresolved. + Add -noexe to Expect test. + 2007-11-16 Rick Moseley * fhpd.java: Fix bz #5256. diff --git a/frysk-core/frysk/bindir/TestFhd.java b/frysk-core/frysk/bindir/TestFhd.java index 08d4fb1..1cfe4d7 100755 --- a/frysk-core/frysk/bindir/TestFhd.java +++ b/frysk-core/frysk/bindir/TestFhd.java @@ -86,11 +86,10 @@ public class TestFhd } public void testHpdCore () { - if (unresolved(5295)) - return; e = new Expect(new String[] { Config.getBinFile("fhpd").getPath(), - Config.getPkgDataFile("test-core-x86").getPath() + Config.getPkgDataFile("test-core-x86").getPath(), + "-noexe" }); e.expect(5, "Attached to core file.*"); e.close(); hooks/post-receive -- frysk system monitor/debugger