public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: Marked test as resolved.
@ 2008-06-04 18:41 swagiaal
  0 siblings, 0 replies; only message in thread
From: swagiaal @ 2008-06-04 18:41 UTC (permalink / raw)
  To: frysk-cvs

The branch, master has been updated
       via  30b92535a41eb1fac466e7c8b8ec026abfeb6b08 (commit)
      from  a8f8edfe323dbfd4c4b23b8720dc8ec3ec959b3d (commit)

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

- Log -----------------------------------------------------------------
commit 30b92535a41eb1fac466e7c8b8ec026abfeb6b08
Author: Sami Wagiaalla <swagiaal@redhat.com>
Date:   Wed Jun 4 11:52:25 2008 -0400

    Marked test as resolved.
    
    frysk-core/frysk/bindir/ChangeLog
    +2008-06-03  Sami Wagiaalla  <swagiaal@redhat.com>
    +
    +	* TestFerror.java (testFerrorTracesPID_MissingSignal):
    +	Marked as unresolved.
    +

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

Summary of changes:
 frysk-core/frysk/bindir/ChangeLog       |    6 ++++++
 frysk-core/frysk/bindir/TestFerror.java |    7 +++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/bindir/ChangeLog b/frysk-core/frysk/bindir/ChangeLog
index cc98c3b..6d27f43 100644
--- a/frysk-core/frysk/bindir/ChangeLog
+++ b/frysk-core/frysk/bindir/ChangeLog
@@ -1,7 +1,13 @@
+2008-06-03  Sami Wagiaalla  <swagiaal@redhat.com> 
+ 
+	* TestFerror.java (testFerrorTracesPID_MissingSignal): 
+	Marked as unresolved. 
+ 
 2008-06-03  Sami Wagiaalla  <swagiaal@redhat.com>
 
 	* TestFerror.java (testFerrorTracesPID_MissingSignal): New test.
 	(testFerrorTracesPID): Fixed test.
+	(testFerrorTracesPID_MissingSignal): Marked as unresolved.
 
 2008-05-30  Sami Wagiaalla  <swagiaal@redhat.com>
 
diff --git a/frysk-core/frysk/bindir/TestFerror.java b/frysk-core/frysk/bindir/TestFerror.java
index a2ef81b..f77f9e2 100644
--- a/frysk-core/frysk/bindir/TestFerror.java
+++ b/frysk-core/frysk/bindir/TestFerror.java
@@ -40,10 +40,10 @@
 package frysk.bindir;
 
 import frysk.config.Prefix;
-import frysk.testbed.TearDownExpect;
-import frysk.testbed.TestLib;
 import frysk.proc.Task;
 import frysk.testbed.SlaveOffspring;
+import frysk.testbed.TearDownExpect;
+import frysk.testbed.TestLib;
 
 public class TestFerror extends TestLib {
 
@@ -74,6 +74,9 @@ public class TestFerror extends TestLib {
     }
 
     public void testFerrorTracesPID_MissingSignal () {
+	if(unresolved(6587)){
+	    return;
+	}
 	SlaveOffspring child = SlaveOffspring.createChild();
 	Task task = child.findTaskUsingRefresh(true);
 	TearDownExpect e = new TearDownExpect(new String[] {


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


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

only message in thread, other threads:[~2008-06-04 18:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-04 18:41 [SCM] master: Marked test as resolved swagiaal

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