[SCM] master: Mark testHpdBreakMultiThreaded and testLinuxCoreFileStackTrace as unresolved.

cagney@sourceware.org cagney@sourceware.org
Sat Nov 17 19:31:00 GMT 2007


The branch, master has been updated
       via  3693a862c0268989040840a9ce338cf4a761f5d5 (commit)
      from  c91caeb6b58115c176b57e419581084ee067888c (commit)

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

- Log -----------------------------------------------------------------
commit 3693a862c0268989040840a9ce338cf4a761f5d5
Author: Andrew Cagney <cagney@redhat.com>
Date:   Sat Nov 17 14:29:35 2007 -0500

    Mark testHpdBreakMultiThreaded and testLinuxCoreFileStackTrace as unresolved.
    
    frysk-core/frysk/hpd/ChangeLog
    2007-11-17  Andrew Cagney  <cagney@redhat.com>
    
    	* TestBreakpoints.java (testHpdBreakMultiThreaded()): Mark as
    	unresolved, bug 5351.
    
    frysk-core/frysk/proc/dead/ChangeLog
    2007-11-17  Andrew Cagney  <cagney@redhat.com>
    
    	* TestLinuxCore.java (testLinuxCoreFileStackTrace()): Mark as
    	unresolved, bug 5353.

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

Summary of changes:
 frysk-core/frysk/hpd/ChangeLog                |    5 +++++
 frysk-core/frysk/hpd/TestBreakpoints.java     |    2 ++
 frysk-core/frysk/proc/dead/ChangeLog          |    5 +++++
 frysk-core/frysk/proc/dead/TestLinuxCore.java |    5 +++--
 4 files changed, 15 insertions(+), 2 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/hpd/ChangeLog b/frysk-core/frysk/hpd/ChangeLog
index e743c96..d3d48f1 100644
--- a/frysk-core/frysk/hpd/ChangeLog
+++ b/frysk-core/frysk/hpd/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-17  Andrew Cagney  <cagney@redhat.com>
+
+	* TestBreakpoints.java (testHpdBreakMultiThreaded()): Mark as
+	unresolved, bug 5351.
+
 2007-11-16  Rick Moseley  <rmoseley@redhat.com>
 
 	* AttachCommand.java: Implement load/run capability.
diff --git a/frysk-core/frysk/hpd/TestBreakpoints.java b/frysk-core/frysk/hpd/TestBreakpoints.java
index 7527abb..6c1eae2 100644
--- a/frysk-core/frysk/hpd/TestBreakpoints.java
+++ b/frysk-core/frysk/hpd/TestBreakpoints.java
@@ -113,6 +113,8 @@ public class TestBreakpoints
     }
 
     public void testHpdBreakMultiThreaded() {
+	if (unresolved(5351))
+	    return;
 	e = HpdTestbed.run("funit-fib-clone", "3");
 	// Break
 	e.send("break fib\n");	
diff --git a/frysk-core/frysk/proc/dead/ChangeLog b/frysk-core/frysk/proc/dead/ChangeLog
index 617b310..9611a8c 100644
--- a/frysk-core/frysk/proc/dead/ChangeLog
+++ b/frysk-core/frysk/proc/dead/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-17  Andrew Cagney  <cagney@redhat.com>
+
+	* TestLinuxCore.java (testLinuxCoreFileStackTrace()): Mark as
+	unresolved, bug 5353.
+
 2007-11-15  pmuldoon  <pmuldoon@redhat.com>
 
 	* TestLinuxCore.java (testLinuxCoreFileStackTrace): Use DaemonBlockedAtSignal.
diff --git a/frysk-core/frysk/proc/dead/TestLinuxCore.java b/frysk-core/frysk/proc/dead/TestLinuxCore.java
index ec376cf..e2022c7 100644
--- a/frysk-core/frysk/proc/dead/TestLinuxCore.java
+++ b/frysk-core/frysk/proc/dead/TestLinuxCore.java
@@ -134,8 +134,9 @@ public class TestLinuxCore
     return -1;
   }
 
-  public void testLinuxCoreFileStackTrace ()
-  {
+  public void testLinuxCoreFileStackTrace () {
+      if (unresolved(5353))
+	  return;
 
    
 	final Proc ackProc; // = giveMeAProc();


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



More information about the Frysk-cvs mailing list