CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/09/07 12:25:41

Modified files:
        .              : ChangeLog 
        testsuite/actionscript.all: Makefile.am 
        testsuite/misc-ming.all: Makefile.am 
        testsuite/misc-mtasc.all: Makefile.am 
        testsuite/misc-swfc.all: Makefile.am 
        testsuite/misc-swfmill.all: Makefile.am 
        testsuite/swfdec: Makefile.am 

Log message:
                * testsuite/actionscript.all/Makefile.am,
                  testsuite/misc-ming.all/Makefile.am,
                  testsuite/misc-mtasc.all/Makefile.am,
                  testsuite/misc-swfc.all/Makefile.am,
                  testsuite/misc-swfmill.all/Makefile.am,
                  testsuite/swfdec/Makefile.am:
                  Don't have 'make check' fail here, rely
                  on analyzer to tell if something went unexpected.
                  This is to help with intermittent failures forcing
                  running the expensinve check over and over again.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4247&r2=1.4248
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/Makefile.am?cvsroot=gnash&r1=1.78&r2=1.79
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/Makefile.am?cvsroot=gnash&r1=1.150&r2=1.151
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-mtasc.all/Makefile.am?cvsroot=gnash&r1=1.15&r2=1.16
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-swfc.all/Makefile.am?cvsroot=gnash&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-swfmill.all/Makefile.am?cvsroot=gnash&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/swfdec/Makefile.am?cvsroot=gnash&r1=1.3&r2=1.4

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4247
retrieving revision 1.4248
diff -u -b -r1.4247 -r1.4248
--- ChangeLog   7 Sep 2007 12:07:54 -0000       1.4247
+++ ChangeLog   7 Sep 2007 12:25:39 -0000       1.4248
@@ -1,5 +1,18 @@
 2007-09-07 Sandro Santilli <[EMAIL PROTECTED]>
 
+       * testsuite/actionscript.all/Makefile.am,
+         testsuite/misc-ming.all/Makefile.am,
+         testsuite/misc-mtasc.all/Makefile.am,
+         testsuite/misc-swfc.all/Makefile.am,
+         testsuite/misc-swfmill.all/Makefile.am,
+         testsuite/swfdec/Makefile.am:
+         Don't have 'make check' fail here, rely
+         on analyzer to tell if something went unexpected.
+         This is to help with intermittent failures forcing
+         running the expensinve check over and over again.
+
+2007-09-07 Sandro Santilli <[EMAIL PROTECTED]>
+
        * testsuite/anaylse-results.sh: exit with a failure if any real
          failure or unexpected success is found in the logs. Cleanup
          presentation code and output (the latter to now which subdirs have

Index: testsuite/actionscript.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/Makefile.am,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -b -r1.78 -r1.79
--- testsuite/actionscript.all/Makefile.am      30 Aug 2007 09:47:36 -0000      
1.78
+++ testsuite/actionscript.all/Makefile.am      7 Sep 2007 12:25:40 -0000       
1.79
@@ -16,7 +16,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-# $Id: Makefile.am,v 1.78 2007/08/30 09:47:36 strk Exp $
+# $Id: Makefile.am,v 1.79 2007/09/07 12:25:40 strk Exp $
 
 AUTOMAKE_OPTIONS = dejagnu
 
@@ -340,7 +340,7 @@
 check-DEJAGNU: site-update $(TEST_CASES)
        @runtest=$(RUNTEST); \
        if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
-           $$runtest $(RUNTESTFLAGS) $(TEST_DRIVERS); \
+           $$runtest $(RUNTESTFLAGS) $(TEST_DRIVERS); true; \
        else \
          echo "WARNING: could not find \`runtest'" 1>&2; \
           for i in "$(TEST_CASES)"; do \

Index: testsuite/misc-ming.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/Makefile.am,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -b -r1.150 -r1.151
--- testsuite/misc-ming.all/Makefile.am 30 Aug 2007 14:14:38 -0000      1.150
+++ testsuite/misc-ming.all/Makefile.am 7 Sep 2007 12:25:40 -0000       1.151
@@ -1736,7 +1736,7 @@
 check-DEJAGNU: site-update $(check_PROGRAMS)
        @runtest=$(RUNTEST); \
        if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
-           $$runtest $(RUNTESTFLAGS) $(TEST_DRIVERS); \
+           $$runtest $(RUNTESTFLAGS) $(TEST_DRIVERS); true; \
        else \
          echo "WARNING: could not find \`runtest'" 1>&2; \
           for i in "$(TEST_CASES)"; do \

Index: testsuite/misc-mtasc.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-mtasc.all/Makefile.am,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- testsuite/misc-mtasc.all/Makefile.am        22 Aug 2007 22:53:11 -0000      
1.15
+++ testsuite/misc-mtasc.all/Makefile.am        7 Sep 2007 12:25:40 -0000       
1.16
@@ -73,7 +73,7 @@
 check-DEJAGNU: site-update $(TEST_CASES)
        @runtest=$(RUNTEST); \
        if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
-           $$runtest $(RUNTESTFLAGS) $(TEST_DRIVERS); \
+           $$runtest $(RUNTESTFLAGS) $(TEST_DRIVERS); true; \
        else \
          echo "WARNING: could not find \`runtest'" 1>&2; \
           for i in "$(TEST_CASES)"; do \

Index: testsuite/misc-swfc.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-swfc.all/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- testsuite/misc-swfc.all/Makefile.am 4 Sep 2007 05:43:56 -0000       1.9
+++ testsuite/misc-swfc.all/Makefile.am 7 Sep 2007 12:25:40 -0000       1.10
@@ -76,7 +76,7 @@
 check-DEJAGNU: site-update $(TEST_CASES)
        @runtest=$(RUNTEST); \
        if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
-           $$runtest $(RUNTESTFLAGS) $(TEST_DRIVERS); \
+           $$runtest $(RUNTESTFLAGS) $(TEST_DRIVERS); true; \
        else \
          echo "WARNING: could not find \`runtest'" 1>&2; \
           for i in "$(TEST_CASES)"; do \

Index: testsuite/misc-swfmill.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-swfmill.all/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- testsuite/misc-swfmill.all/Makefile.am      15 Jul 2007 20:24:39 -0000      
1.3
+++ testsuite/misc-swfmill.all/Makefile.am      7 Sep 2007 12:25:41 -0000       
1.4
@@ -57,7 +57,7 @@
 check-DEJAGNU: site-update $(check_PROGRAMS)
        @runtest=$(RUNTEST); \
        if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
-           $$runtest $(RUNTESTFLAGS) $(TEST_DRIVERS); \
+           $$runtest $(RUNTESTFLAGS) $(TEST_DRIVERS); true; \
        else \
          echo "WARNING: could not find \`runtest'" 1>&2; \
           for i in "$(TEST_CASES)"; do \

Index: testsuite/swfdec/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/swfdec/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- testsuite/swfdec/Makefile.am        15 Jul 2007 20:24:39 -0000      1.3
+++ testsuite/swfdec/Makefile.am        7 Sep 2007 12:25:41 -0000       1.4
@@ -41,7 +41,7 @@
 check-DEJAGNU: site-update $(check_PROGRAMS)
        @runtest=$(RUNTEST); \
        if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
-           $$runtest $(RUNTESTFLAGS) $(TEST_DRIVERS); \
+           $$runtest $(RUNTESTFLAGS) $(TEST_DRIVERS); true; \
        else \
          echo "WARNING: could not find \`runtest'" 1>&2; \
           for i in "$(TEST_CASES)"; do \


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to