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: Turn on TestTypeEntryValue


The branch, master has been updated
       via  ee1656cad8a1546e983eb80dc25cf09b6fb5f345 (commit)
      from  f3cbb7a3c8679f4a58771e90f55691fa371f62b9 (commit)

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

- Log -----------------------------------------------------------------
commit ee1656cad8a1546e983eb80dc25cf09b6fb5f345
Author: Stan Cox <scox@redhat.com>
Date:   Mon Nov 12 10:38:23 2007 -0500

    Turn on TestTypeEntryValue
    
    * gen-type-funit-tests.py (c.add_decl): Make variables external.
    * gen-type-expect-tests.py (j.start_test): Turn on TestTypeEntryValue

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

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

First 500 lines of diff:
diff --git a/frysk-core/frysk/debuginfo/ChangeLog b/frysk-core/frysk/debuginfo/ChangeLog
index 1442da3..843aaab 100644
--- a/frysk-core/frysk/debuginfo/ChangeLog
+++ b/frysk-core/frysk/debuginfo/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-12  Stan Cox  <scox@redhat.com>
+
+	* gen-type-expect-tests.py (j.start_test): Turn on TestTypeEntryValue.
+
 2007-11-11  Stan Cox  <scox@redhat.com>
 
 	* gen-type-expect-tests.py (j.add_test): Escape \n for value.
diff --git a/frysk-core/frysk/debuginfo/gen-type-expect-tests.py b/frysk-core/frysk/debuginfo/gen-type-expect-tests.py
index 7141cc4..b73d7ff 100644
--- a/frysk-core/frysk/debuginfo/gen-type-expect-tests.py
+++ b/frysk-core/frysk/debuginfo/gen-type-expect-tests.py
@@ -168,7 +168,7 @@ public class %s extends TestLib {
 
     def start_test(self, tool, name):
         print("    public void test%s () {" % (name))
-        if (tool == "value"):
+        if (False):
             print('''
         if (unresolved(5235))
             return;
diff --git a/frysk-core/frysk/pkglibdir/ChangeLog b/frysk-core/frysk/pkglibdir/ChangeLog
index a1120e1..251d540 100644
--- a/frysk-core/frysk/pkglibdir/ChangeLog
+++ b/frysk-core/frysk/pkglibdir/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-12  Stan Cox  <scox@redhat.com>
+
+	* gen-type-funit-tests.py (c.add_decl): Make variables external.
+
 2007-11-11  Stan Cox  <scox@redhat.com>
 
 	* gen-type-funit-tests.py (c.add): Escape \n for value.
diff --git a/frysk-core/frysk/pkglibdir/gen-type-funit-tests.py b/frysk-core/frysk/pkglibdir/gen-type-funit-tests.py
index 2c08c47..a23ae24 100644
--- a/frysk-core/frysk/pkglibdir/gen-type-funit-tests.py
+++ b/frysk-core/frysk/pkglibdir/gen-type-funit-tests.py
@@ -15,7 +15,7 @@ class c:
             var_suffix = "_var"
         else:
             var_suffix = ""
-        self.c_file.write("static " + type + " " + var + var_suffix + type_arr)
+        self.c_file.write(type + " " + var + var_suffix + type_arr)
         self.c_file.write(" unused")
         if initial != "":
             self.write(" = " + initial)


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]