This is the mail archive of the frysk-cvs@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] master: frysk-core/frysk/hpd/ChangeLog


The branch, master has been updated
       via  78f5d94e36c76819fb26e2bec7a77e6e3f41a2d4 (commit)
      from  108ba4fc6bbb312908af356faf3455b53b49424a (commit)

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

- Log -----------------------------------------------------------------
commit 78f5d94e36c76819fb26e2bec7a77e6e3f41a2d4
Author: Andrew Cagney <cagney@redhat.com>
Date:   Mon Mar 17 15:08:48 2008 -0400

    frysk-core/frysk/hpd/ChangeLog
    2008-03-17  Andrew Cagney  <cagney@redhat.com>
    
    	* TestSysRoot.java (testHaveSysRoot()): Mark as unresolved; bug
    	5953.

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

Summary of changes:
 frysk-core/frysk/hpd/ChangeLog        |    3 +++
 frysk-core/frysk/hpd/TestSysRoot.java |    2 ++
 2 files changed, 5 insertions(+), 0 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/hpd/ChangeLog b/frysk-core/frysk/hpd/ChangeLog
index c0b6878..c663336 100644
--- a/frysk-core/frysk/hpd/ChangeLog
+++ b/frysk-core/frysk/hpd/ChangeLog
@@ -1,5 +1,8 @@
 2008-03-17  Andrew Cagney  <cagney@redhat.com>
 
+	* TestSysRoot.java (testHaveSysRoot()): Mark as unresolved; bug
+	5953.
+
 	* ShellCommand.java: Update; using TaskAttachedObserverXXX.
 	* StartRun.java: Ditto.
 
diff --git a/frysk-core/frysk/hpd/TestSysRoot.java b/frysk-core/frysk/hpd/TestSysRoot.java
index 3d37aab..cd0e685 100644
--- a/frysk-core/frysk/hpd/TestSysRoot.java
+++ b/frysk-core/frysk/hpd/TestSysRoot.java
@@ -53,6 +53,8 @@ public class TestSysRoot extends TestLib {
     }
 
     public void testHaveSysRoot() {
+	if (unresolved(5953))
+	    return;
 	File testSysRootDir = Config.getPkgLibFile("test-sysroot");
 	File testPath = Config.getPkgLibFile("funit-addresses");
 	e.sendCommandExpectPrompt("load "  


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]