public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: Explictly tear down more processes.
@ 2008-03-12  1:46 cagney
  0 siblings, 0 replies; only message in thread
From: cagney @ 2008-03-12  1:46 UTC (permalink / raw)
  To: frysk-cvs

The branch, master has been updated
       via  e5bbc3500616fc2a0d77bbc6cdfe1dd16d5a24ae (commit)
      from  eafe41b454dc9e9c6099d7d7fafc15aa93838cf9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit e5bbc3500616fc2a0d77bbc6cdfe1dd16d5a24ae
Author: Andrew Cagney <cagney@redhat.com>
Date:   Tue Mar 11 21:45:48 2008 -0400

    Explictly tear down more processes.
    
    frysk-core/frysk/proc/ChangeLog
    2008-03-11  Andrew Cagney  <cagney@redhat.com>
    
    	* TestInstructions.java: Add task to tearDown.
    	* TestTaskObserverInstruction.java: Ditto.

-----------------------------------------------------------------------

Summary of changes:
 frysk-core/frysk/proc/ChangeLog                    |    3 +++
 frysk-core/frysk/proc/TestInstructions.java        |    1 +
 .../frysk/proc/TestTaskObserverInstruction.java    |    1 +
 3 files changed, 5 insertions(+), 0 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/proc/ChangeLog b/frysk-core/frysk/proc/ChangeLog
index 0403483..3c3a8f6 100644
--- a/frysk-core/frysk/proc/ChangeLog
+++ b/frysk-core/frysk/proc/ChangeLog
@@ -1,5 +1,8 @@
 2008-03-11  Andrew Cagney  <cagney@redhat.com>
 
+	* TestInstructions.java: Add task to tearDown.
+	* TestTaskObserverInstruction.java: Ditto.
+
 	* TestRun.java: Update to match StopEventLoopWhenProcTerminated.
 	* TestTaskForkedObserver.java: Do not use ProcCounter or
 	StopEventLoopWhenProcRemoved.
diff --git a/frysk-core/frysk/proc/TestInstructions.java b/frysk-core/frysk/proc/TestInstructions.java
index 9dba007..cef5c8e 100644
--- a/frysk-core/frysk/proc/TestInstructions.java
+++ b/frysk-core/frysk/proc/TestInstructions.java
@@ -319,6 +319,7 @@ public class TestInstructions
     {
       this.task = task;
       Manager.eventLoop.requestStop();
+      addToTearDown(task);
       return Action.BLOCK;
     }
     
diff --git a/frysk-core/frysk/proc/TestTaskObserverInstruction.java b/frysk-core/frysk/proc/TestTaskObserverInstruction.java
index 6296ddb..0a5c921 100644
--- a/frysk-core/frysk/proc/TestTaskObserverInstruction.java
+++ b/frysk-core/frysk/proc/TestTaskObserverInstruction.java
@@ -157,6 +157,7 @@ public class TestTaskObserverInstruction extends TestLib
     {
       this.task = task;
       task.requestAddInstructionObserver(instr);
+      addToTearDown(task);
       return Action.BLOCK;
     }
     


hooks/post-receive
--
frysk system monitor/debugger


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-12  1:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-12  1:46 [SCM] master: Explictly tear down more processes cagney

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).