public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: scox@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: Turn on TestTypeEntryValue
Date: Mon, 12 Nov 2007 15:40:00 -0000	[thread overview]
Message-ID: <20071112154026.14031.qmail@sourceware.org> (raw)

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


                 reply	other threads:[~2007-11-12 15:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071112154026.14031.qmail@sourceware.org \
    --to=scox@sourceware.org \
    --cc=frysk-cvs@sourceware.org \
    --cc=frysk@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).