public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: cagney@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: frysk-core/frysk/hpd/ChangeLog
Date: Mon, 03 Mar 2008 23:09:00 -0000	[thread overview]
Message-ID: <20080303230935.8145.qmail@sourceware.org> (raw)

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 <cagney@redhat.com>
Date:   Mon Mar 3 18:08:34 2008 -0500

    frysk-core/frysk/hpd/ChangeLog
    2008-03-03  Andrew Cagney  <cagney@redhat.com>
    
    	* TestListCommand.java (testListPC()): Mark as unresolved, 5855.
    
    frysk-core/frysk/value/ChangeLog
    2008-03-03  Andrew Cagney  <cagney@redhat.com>
    
    	* 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  <cagney@redhat.com>
+
+	* TestListCommand.java (testListPC()): Mark as unresolved, 5855.
+
 2008-03-02  Tom Tromey  <tromey@redhat.com>
 
 	* 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  <cagney@redhat.com>
+
+	* TestInterface.java: Extend TestLib; fix bug 5856.
+
 2008-02-19  Stan Cox  <scox@redhat.com>
 
 	* 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


             reply	other threads:[~2008-03-03 23:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-03 23:09 cagney [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-06-06 19:31 swagiaal
2008-03-17 19:09 cagney
2008-02-26 16:54 cagney
2008-02-25 17:17 cagney
2008-01-08 21:41 cagney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080303230935.8145.qmail@sourceware.org \
    --to=cagney@sourceware.org \
    --cc=frysk-cvs@sourceware.org \
    --cc=frysk@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).