public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: Enable tests.
@ 2008-04-13 21:02 cagney
  0 siblings, 0 replies; only message in thread
From: cagney @ 2008-04-13 21:02 UTC (permalink / raw)
  To: frysk-cvs

The branch, master has been updated
       via  05a02786605b522770d51c9c5cf5bcd503ce24ad (commit)
       via  650eb280999f1f7da49f31848ef98699368b03a4 (commit)
      from  f8adab1900f94cc4661fb9b3b2930fc87ce7cf63 (commit)

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

- Log -----------------------------------------------------------------
commit 05a02786605b522770d51c9c5cf5bcd503ce24ad
Author: Andrew Cagney <cagney@redhat.com>
Date:   Sun Apr 13 16:45:42 2008 -0400

    Enable tests.
    
    frysk-core/frysk/debuginfo/ChangeLog
    2008-04-13  Andrew Cagney  <cagney@redhat.com>
    
    	* gen-type-expect-tests.py: Remove unresolved, bug 6396.

commit 650eb280999f1f7da49f31848ef98699368b03a4
Author: Andrew Cagney <cagney@redhat.com>
Date:   Sun Apr 13 16:31:56 2008 -0400

    frysk-common/ChangeLog
    2008-04-13  Andrew Cagney  <cagney@redhat.com>
    
    	* Makefile.gen.sh: Generate compile rules for .{c,S,cxx}-{in,sh}.

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

Summary of changes:
 frysk-common/ChangeLog                             |    4 ++++
 frysk-common/Makefile.gen.sh                       |    5 +++--
 frysk-core/frysk/debuginfo/ChangeLog               |    4 ++++
 .../frysk/debuginfo/gen-type-expect-tests.py       |    1 -
 4 files changed, 11 insertions(+), 3 deletions(-)

First 500 lines of diff:
diff --git a/frysk-common/ChangeLog b/frysk-common/ChangeLog
index 32a719e..69be125 100644
--- a/frysk-common/ChangeLog
+++ b/frysk-common/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-13  Andrew Cagney  <cagney@redhat.com>
+
+	* Makefile.gen.sh: Generate compile rules for .{c,S,cxx}-{in,sh}.
+
 2008-04-11  Andrew Cagney  <cagney@redhat.com>
 
 	* Makefile.rules (.java.h): Get the .class files from the .jar.
diff --git a/frysk-common/Makefile.gen.sh b/frysk-common/Makefile.gen.sh
index 3a4dbe0..20a1ea8 100755
--- a/frysk-common/Makefile.gen.sh
+++ b/frysk-common/Makefile.gen.sh
@@ -1,7 +1,7 @@
 #!/bin/sh -eu
 # This file is part of the program FRYSK.
 #
-# Copyright 2005, 2006, 2007, Red Hat Inc.
+# Copyright 2005, 2006, 2007, 2008, Red Hat Inc.
 #
 # FRYSK is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -897,7 +897,8 @@ while read file dir base suffix ; do
 	*.java | *.java-in | *.java-sh )
 	    generate_jni_header $file $dir $base $suffix
 	    ;;
-	*.cxx | *.S | *.c )
+	*.cxx | *.c | *.S | *.cxx-in | *.c-in | *.S-in \
+	    | *.cxx-sh | *.c-sh | *.S-sh )
 	    # Non-cni/jni source.
 	    generate_compile $file $dir $base $suffix ${sources}
 	    ;;
diff --git a/frysk-core/frysk/debuginfo/ChangeLog b/frysk-core/frysk/debuginfo/ChangeLog
index f3e19fa..45ebaaf 100644
--- a/frysk-core/frysk/debuginfo/ChangeLog
+++ b/frysk-core/frysk/debuginfo/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-13  Andrew Cagney  <cagney@redhat.com>
+
+	* gen-type-expect-tests.py: Remove unresolved, bug 6396.
+
 2008-04-12  Mark Wielaard  <mwielaard@redhat.com>
 
 	* gen-type-expect-tests.py: Mark unresolved #6396.
diff --git a/frysk-core/frysk/debuginfo/gen-type-expect-tests.py b/frysk-core/frysk/debuginfo/gen-type-expect-tests.py
index 7a82702..0a36801 100644
--- a/frysk-core/frysk/debuginfo/gen-type-expect-tests.py
+++ b/frysk-core/frysk/debuginfo/gen-type-expect-tests.py
@@ -135,7 +135,6 @@ public class %s extends TestLib {
 
     def start_test(self, executable, name):
         print("    public void test_%s () {" % (name))
-        print("      if (unresolved(6396)) return;");
         tokens = os.path.splitext(os.path.abspath(executable))
         print('	TypeTestbed typeTestbed = new TypeTestbed("%s", "test%s");' % (os.path.basename(tokens[0]), name))
 


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


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

only message in thread, other threads:[~2008-04-13 21:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-13 21:02 [SCM] master: Enable tests cagney

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