public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: frysk@sourceware.org
Subject: [patch] Enable tests for resolved bug #3737
Date: Thu, 13 Mar 2008 22:27:00 -0000	[thread overview]
Message-ID: <1205447232.3392.41.camel@dijkstra.wildebeest.org> (raw)

Hi,

Found two old (duplicate) bugs #3737 and #3936 which were resolved some
time ago by:

2007-04-26  Mark Wielaard  <mark@klomp.org>

        * frysk-core/frysk/proc/LinuxPtraceTaskState.java (detaching):
        Add handleDisappearedEvent.

They even had testcases. But those weren't enabled yet. This enables
them:

frysk-core/frysk/proc/ChangeLog
2008-03-13  Mark Wielaard  <mwielaard@redhat.com>

       * TestTaskObserver.java (testDetachExitingMainTask): Enabled
       already fixed test for bug #3737.
       (detachExitingTask): Likewise.

Passes on both x86 and x86_64 fedora 8.

Committed and pushed,

Mark

diff --git a/frysk-core/frysk/proc/TestTaskObserver.java b/frysk-core/frysk/proc
index 09e7b51..051e752 100644
--- a/frysk-core/frysk/proc/TestTaskObserver.java
+++ b/frysk-core/frysk/proc/TestTaskObserver.java
@@ -256,15 +256,11 @@ public class TestTaskObserver
     /** {@link #detachExitingTask} */
     public void testDetachExitingMainTask ()
     {
-       if (unresolvedOnUtrace(3737))
-           return;
        detachExitingTask (0, true);
     }
     /** {@link #detachExitingTask} */
     public void testDetachExitingOtherTask ()
     {
-       if (unresolvedOnUtrace(3737))
-           return;
        detachExitingTask (1, false);
     }


                 reply	other threads:[~2008-03-13 22:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1205447232.3392.41.camel@dijkstra.wildebeest.org \
    --to=mark@klomp.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).