public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
* [patch] Enable TestTaskSyscallObserver.testExecSyscall()
@ 2007-07-10  9:31 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2007-07-10  9:31 UTC (permalink / raw)
  To: frysk

[-- Attachment #1: Type: text/plain, Size: 1065 bytes --]

Hi,

Sami noticed that the following call was blocked on bug #3244, but
seemed to PASS fine. Verified on x86 Fedora 7 and x86_64 Fedora Core 6.

2007-07-10  Mark Wielaard  <mwielaard@redhat.com>

        * TestTaskSyscallObserver.java (testExecSyscall): Remove
        unresolved bug #3244.

Cheers,

Mark

diff -u -r1.31 TestTaskSyscallObserver.java
--- frysk-core/frysk/proc/TestTaskSyscallObserver.java  5 Jul 2007 03:01:50 -0000       1.31
+++ frysk-core/frysk/proc/TestTaskSyscallObserver.java  10 Jul 2007 09:30:08 -0000
@@ -1,6 +1,6 @@
 // This file is part of the program FRYSK.
 //
-// Copyright 2005, 2006, Red Hat Inc.
+// Copyright 2005, 2006, 2007, 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
@@ -128,10 +128,6 @@
    */
   public void testExecSyscall ()
   {
-
-    if (unresolved(3244))
-      return;
-
     // Create an unattached child process.
     AckProcess child = new DetachedAckProcess();
 


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

only message in thread, other threads:[~2007-07-10  9:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-10  9:31 [patch] Enable TestTaskSyscallObserver.testExecSyscall() Mark Wielaard

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