public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: Turn on TestTypeEntryValue
@ 2007-11-12 15:40 scox
  0 siblings, 0 replies; only message in thread
From: scox @ 2007-11-12 15:40 UTC (permalink / raw)
  To: frysk-cvs

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


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

only message in thread, other threads:[~2007-11-12 15:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-12 15:40 [SCM] master: Turn on TestTypeEntryValue scox

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