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] frysk system monitor/debugger branch, master, updated. 925c031c35d3340a51b3ae57bae38b1818a5e278


The branch, master has been updated
       via  925c031c35d3340a51b3ae57bae38b1818a5e278 (commit)
       via  350d28dba9dc96932f0a8891ee169a3324a177c7 (commit)
      from  58677c3da1a72166a3aa8a2a2a14a4ffca765b5c (commit)

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

- Log -----------------------------------------------------------------
commit 925c031c35d3340a51b3ae57bae38b1818a5e278
Merge: 350d28dba9dc96932f0a8891ee169a3324a177c7 58677c3da1a72166a3aa8a2a2a14a4ffca765b5c
Author: Stan Cox <scox@redhat.com>
Date:   Wed Nov 7 09:36:54 2007 -0500

    Merge branch 'master' of ssh://sources.redhat.com/git/frysk
    
    Conflicts:
    
    	frysk-core/frysk/debuginfo/ChangeLog

commit 350d28dba9dc96932f0a8891ee169a3324a177c7
Author: Stan Cox <scox@redhat.com>
Date:   Wed Nov 7 09:30:56 2007 -0500

    Turn on TestTypeEntryType testing.
    
    * gen-type-expect-tests.py (j.start_test): Only unresolve value tests.

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

Summary of changes:
 frysk-core/frysk/debuginfo/ChangeLog               |    7 +++++--
 .../frysk/debuginfo/gen-type-expect-tests.py       |    3 +--
 2 files changed, 6 insertions(+), 4 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/debuginfo/ChangeLog b/frysk-core/frysk/debuginfo/ChangeLog
index 6283daf..956665f 100644
--- a/frysk-core/frysk/debuginfo/ChangeLog
+++ b/frysk-core/frysk/debuginfo/ChangeLog
@@ -1,7 +1,10 @@
+2007-11-07  Stan Cox  <scox@redhat.com>
+
+	* gen-type-expect-tests.py (j.start_test): Only unresolve value tests.
+
 2007-11-05  Teresa Thomas  <tthomas@redhat.com>
 
-	* PieceLocation.java (getAddress): Edit exception
-	message.
+	* PieceLocation.java (getAddress): Edit exception message.
 
 2007-11-02  Stan Cox  <scox@redhat.com>
 
diff --git a/frysk-core/frysk/debuginfo/gen-type-expect-tests.py b/frysk-core/frysk/debuginfo/gen-type-expect-tests.py
index 7606641..9bb9e1b 100644
--- a/frysk-core/frysk/debuginfo/gen-type-expect-tests.py
+++ b/frysk-core/frysk/debuginfo/gen-type-expect-tests.py
@@ -169,8 +169,7 @@ public class %s extends TestLib {
 
     def start_test(self, tool, name):
         print("    public void test%s () {" % (name))
-#        if (tool == "value"):
-        if (True):
+        if (tool == "value"):
             print('''
         if (unresolved(5235))
             return;


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]