gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog testsuite/Makefile.am testsuite...


From: Rob Savoye
Subject: [Gnash-commit] gnash ChangeLog testsuite/Makefile.am testsuite...
Date: Sun, 15 Oct 2006 15:57:43 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    06/10/15 15:57:42

Modified files:
        .              : ChangeLog 
        testsuite      : Makefile.am anaylse-results.sh 
        testsuite/actionscript.all: Makefile.am 
        testsuite/libbase: Makefile.am 
        testsuite/misc-ming.all: Makefile.am PlaceObject2Test.c 
        testsuite/server: Makefile.am 

Log message:
        Applying patch from: Patrice Dumas <address@hidden>
        
                * testsuite/Makefile.am: Add anaylse-results.sh to the
                distibution.
                * testsuite/anaylse-results.sh: Make sure the test log exists
                before trying to parse it.
                * testsuite/actionscript.all/Makefile.am: Also clean the out.swf
                file.
                * testsuite/libbase/Makefile.am: Also clean the site.exp.bak
                file.
                * testsuite/misc-ming.all/Makefile.am: Clean the debug log, and
                testing log files.
                * testsuite/misc-ming.all/PlaceObject2Test.c: Deal with the
                warning, and don't comment out argc and argv.
                * testsuite/server/Makefile.am: Clean the debug log, and testing
                log files.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1220&r2=1.1221
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/Makefile.am?cvsroot=gnash&r1=1.17&r2=1.18
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/anaylse-results.sh?cvsroot=gnash&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/Makefile.am?cvsroot=gnash&r1=1.36&r2=1.37
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/libbase/Makefile.am?cvsroot=gnash&r1=1.18&r2=1.19
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/Makefile.am?cvsroot=gnash&r1=1.22&r2=1.23
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/PlaceObject2Test.c?cvsroot=gnash&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/server/Makefile.am?cvsroot=gnash&r1=1.7&r2=1.8

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1220
retrieving revision 1.1221
diff -u -b -r1.1220 -r1.1221
--- ChangeLog   15 Oct 2006 15:55:37 -0000      1.1220
+++ ChangeLog   15 Oct 2006 15:57:42 -0000      1.1221
@@ -1,3 +1,36 @@
+2006-10-15 Patrice Dumas <address@hidden>
+
+       * testsuite/Makefile.am: Add anaylse-results.sh to the
+       distibution.
+       * testsuite/anaylse-results.sh: Make sure the test log exists
+       before trying to parse it.
+       * testsuite/actionscript.all/Makefile.am: Also clean the out.swf
+       file.
+       * testsuite/libbase/Makefile.am: Also clean the site.exp.bak
+       file.
+       * testsuite/misc-ming.all/Makefile.am: Clean the debug log, and
+       testing log files.
+       * testsuite/misc-ming.all/PlaceObject2Test.c: Deal with the
+       warning, and don't comment out argc and argv.
+       * testsuite/server/Makefile.am: Clean the debug log, and testing
+       log files.
+
+
+2006-10-15 Rob Savoye <address@hidden>
+
+       * testsuite/actionscript.all/swf_exists.exp: Use local_exec()
+       instead of spawn/expect. This works better with batch tests.
+       * testsuite/actionscript.all/check.as: Add xcheck and
+       xcheck_equals to handle expected failures.
+       * testsuite/actionscript.all/dejagnu.as: Add xpass and xfail to
+       handle expect failures.
+       * testsuite/actionscript.all/Boolean.as, Date.as, Global.as,
+       Inheritance.as, MovieClip.as, NetConnection.as, Number.as,
+       Object.as, Selection.as, array.as, delete.as, inheritance.as: Use
+       xcheck and xcheck_equals for tests expected to not work yet.
+       * testsuite/actionscript.all/XML.as, XMLNode.as: Use xpass and
+       xfail for tests expected to not work yet.
+
 2006-10-15 Sandro Santilli <address@hidden>
 
        * gui/sdl_ogl_glue.cpp: fixed unused parameters warning.

Index: testsuite/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/Makefile.am,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- testsuite/Makefile.am       13 Oct 2006 20:19:24 -0000      1.17
+++ testsuite/Makefile.am       15 Oct 2006 15:57:42 -0000      1.18
@@ -11,7 +11,7 @@
 
 EXTRA_DIST = check.h media
 
-noinst_SCRIPTS = anaylse-results.sh
+dist_noinst_SCRIPTS = anaylse-results.sh
 
 # could not find a way to only build this on make check
 check_LTLIBRARIES = libtestsuite.la 

Index: testsuite/anaylse-results.sh
===================================================================
RCS file: /sources/gnash/gnash/testsuite/anaylse-results.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- testsuite/anaylse-results.sh        15 Oct 2006 02:46:38 -0000      1.4
+++ testsuite/anaylse-results.sh        15 Oct 2006 15:57:42 -0000      1.5
@@ -15,6 +15,9 @@
 total_unresolved=0;
 
 for dir in `find . -maxdepth 1 -type d | egrep -v ".libs|.deps" | grep "./"`; 
do
+    if test ! -f "${dir}/testrun.sum" ; then
+       continue
+    fi
     nofail=`grep -c "^FAIL: "   ${dir}/testrun.sum`
     nopass=`grep -c "^PASS: "   ${dir}/testrun.sum`
     noxfail=`grep -c "^XFAIL: " ${dir}/testrun.sum`

Index: testsuite/actionscript.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/Makefile.am,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- testsuite/actionscript.all/Makefile.am      15 Oct 2006 09:11:21 -0000      
1.36
+++ testsuite/actionscript.all/Makefile.am      15 Oct 2006 15:57:42 -0000      
1.37
@@ -35,7 +35,7 @@
 # also makes it possible to release a modified version which carries
 # forward this exception.
 
-# $Id: Makefile.am,v 1.36 2006/10/15 09:11:21 nihilus Exp $
+# $Id: Makefile.am,v 1.37 2006/10/15 15:57:42 rsavoye Exp $
 
 AUTOMAKE_OPTIONS = dejagnu
 
@@ -116,7 +116,7 @@
 
 CLEANFILES = gnash-dbg.log  \
        *.as.pp *.as.swf *.vswf *swf.frame*.pp \
-       site.bak site.exp testrun.sum testrun.log 
+       site.bak site.exp testrun.sum testrun.log out.swf
 
 DISTCLEANFILES = index.wiki index.html embed.html
 

Index: testsuite/libbase/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/libbase/Makefile.am,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- testsuite/libbase/Makefile.am       13 Oct 2006 14:28:59 -0000      1.18
+++ testsuite/libbase/Makefile.am       15 Oct 2006 15:57:42 -0000      1.19
@@ -65,6 +65,7 @@
       testrun.sum              \
       testrun.log             \
       gnash-dbg.log           \
+      site.exp.bak \
       NoSeekFileTestCache
 
 # TESTS = \

Index: testsuite/misc-ming.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/Makefile.am,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- testsuite/misc-ming.all/Makefile.am 13 Oct 2006 14:28:59 -0000      1.22
+++ testsuite/misc-ming.all/Makefile.am 15 Oct 2006 15:57:42 -0000      1.23
@@ -41,6 +41,13 @@
 
 if ENABLE_MING
 
+CLEANFILES =  \
+      gnash-dbg.log \
+      site.exp.bak \
+      testrun.sum \
+      testrun.log
+
+
 INCLUDES = -I.. \
         -I$(top_srcdir)                \
         -I$(top_srcdir)/libbase \

Index: testsuite/misc-ming.all/PlaceObject2Test.c
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/PlaceObject2Test.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- testsuite/misc-ming.all/PlaceObject2Test.c  13 Oct 2006 14:55:57 -0000      
1.3
+++ testsuite/misc-ming.all/PlaceObject2Test.c  15 Oct 2006 15:57:42 -0000      
1.4
@@ -53,7 +53,7 @@
 #define OUTPUT_FILENAME "PlaceObject2Test.swf"
 
 int
-main(int /*argc*/, char ** /*argv*/)
+main(int argc, char **argv)
 {
        SWFMovie mo;
        SWFDisplayItem it;

Index: testsuite/server/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/server/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- testsuite/server/Makefile.am        13 Oct 2006 14:28:59 -0000      1.7
+++ testsuite/server/Makefile.am        15 Oct 2006 15:57:42 -0000      1.8
@@ -51,6 +51,11 @@
        $(NULL)
 
 CLEANFILES = \
+       testrun.sum \
+       testrun.log \
+       gnash-dbg.log \
+       site.exp.bak \
+       gnash-dbg.log \
        $(NULL)
 
 MatrixTest_SOURCES = MatrixTest.cpp
@@ -77,3 +82,4 @@
        @sed -e '/testcases/d' site.exp.bak > site.exp
        @echo "# This is a list of the pre-compiled testcases" >> site.exp
        @echo "set testcases \"$(check_PROGRAMS)\"" >> site.exp
+




reply via email to

[Prev in Thread] Current Thread [Next in Thread]