? check_libtestsuite.diff ? conf.out ? configure.ac-use_kde_with_klash.diff ? configure.out ? dist-clean.diff ? dist-clean2.diff ? distcheck.out ? gnash-0.7.1-cvs-20061012.tar.gz ? gnash-0.7.1-cvs-20061015.tar.gz ? gnash-ffmpeg.diff ? gnash.sum ? misc-ming-do_swf_before_test.diff ? site.exp ? use_system_libtool.diff ? doc/C/gnash.aux ? doc/C/gnash.out ? doc/C/gnash.texi ? gui/NullGui.lo ? gui/Player.lo ? gui/gnash ? gui/gtk.lo ? gui/gtk_glue_gtkglext.lo ? gui/gui.lo ? gui/libgnashgui.la ? gui/libgnashplayer.la ? libamf/.libs ? libamf/amf.lo ? libamf/libgnashamf.la ? libamf/rtmp.lo ? libbase/out ? macros/libtool.m4-new ? plugin/klash/klash.moc.in ? testsuite/.deps ? testsuite/.libs ? testsuite/libtestsuite.la ? testsuite/libtestsuite_la-MovieTester.lo ? testsuite/actionscript.all/Boolean.swf ? testsuite/actionscript.all/Camera.swf ? testsuite/actionscript.all/Color.swf ? testsuite/actionscript.all/ContextMenu.swf ? testsuite/actionscript.all/CustomActions.swf ? testsuite/actionscript.all/Date.swf ? testsuite/actionscript.all/Error.swf ? testsuite/actionscript.all/Function.swf ? testsuite/actionscript.all/Global.swf ? testsuite/actionscript.all/Inheritance.swf ? testsuite/actionscript.all/LoadVars.swf ? testsuite/actionscript.all/LocalConnection.swf ? testsuite/actionscript.all/Microphone.swf ? testsuite/actionscript.all/Mouse.swf ? testsuite/actionscript.all/MovieClip.swf ? testsuite/actionscript.all/NetConnection.swf ? testsuite/actionscript.all/NetStream.swf ? testsuite/actionscript.all/Number.swf ? testsuite/actionscript.all/Object.swf ? testsuite/actionscript.all/Selection.swf ? testsuite/actionscript.all/SharedObject.swf ? testsuite/actionscript.all/Stage.swf ? testsuite/actionscript.all/String.swf ? testsuite/actionscript.all/System.swf ? testsuite/actionscript.all/TextSnapshot.swf ? testsuite/actionscript.all/Video.swf ? testsuite/actionscript.all/XML.swf ? testsuite/actionscript.all/XMLNode.swf ? testsuite/actionscript.all/array.swf ? testsuite/actionscript.all/check.swf ? testsuite/actionscript.all/dejagnu.swf ? testsuite/actionscript.all/delete.swf ? testsuite/actionscript.all/gnash-dbg.log ? testsuite/actionscript.all/inheritance.swf ? testsuite/actionscript.all/out.swf ? testsuite/actionscript.all/rtmp.swf ? testsuite/actionscript.all/rtrace.swf ? testsuite/actionscript.all/site.exp ? testsuite/actionscript.all/strace.out ? testsuite/actionscript.all/testrun.log ? testsuite/actionscript.all/testrun.sum ? testsuite/actionscript.all/utils.swf ? testsuite/actionscript.all/xtrace.swf ? testsuite/libbase/NoSeekFileTest ? testsuite/libbase/NoSeekFileTestCache ? testsuite/libbase/RcTest ? testsuite/libbase/gnash-dbg.log ? testsuite/libbase/site.exp ? testsuite/libbase/testrun.log ? testsuite/libbase/testrun.sum ? testsuite/misc-ming.all/.Makefile.am.swp ? testsuite/misc-ming.all/DefineEditTextTest ? testsuite/misc-ming.all/DefineEditTextVariableNameTest ? testsuite/misc-ming.all/DefineEditTextVariableNameTest-Runner ? testsuite/misc-ming.all/PlaceObject2Test ? testsuite/misc-ming.all/RemoveObject2Test ? testsuite/misc-ming.all/gnash-dbg.log ? testsuite/misc-ming.all/site.exp ? testsuite/misc-ming.all/testrun.log ? testsuite/misc-ming.all/testrun.sum ? testsuite/server/.deps ? testsuite/server/.libs ? testsuite/server/Makefile ? testsuite/server/Makefile.in ? testsuite/server/MatrixTest ? testsuite/server/gnash-dbg.log ? testsuite/server/site.exp ? testsuite/server/testrun.log ? testsuite/server/testrun.sum Index: backend/Makefile.am =================================================================== RCS file: /sources/gnash/gnash/backend/Makefile.am,v retrieving revision 1.43 diff -u -3 -p -r1.43 Makefile.am --- backend/Makefile.am 11 Oct 2006 15:45:17 -0000 1.43 +++ backend/Makefile.am 15 Oct 2006 12:50:20 -0000 @@ -57,7 +57,8 @@ INCLUDES = -I.. \ $(NULL) noinst_HEADERS = \ - render_handler.h + render_handler.h \ + render_handler_tri.h # bin_PROGRAMS = gnash @@ -85,7 +86,7 @@ INCLUDES += $(LIBXML_CFLAGS) endif if USE_SOUND_SDL -SOUND_SOURCES = sound_handler_sdl.cpp +SOUND_SOURCES = sound_handler_sdl.cpp sound_handler_sdl.h if USE_FFMPEG_ENGINE AM_LDFLAGS += $(FFMPEG_LIBS) INCLUDES += $(FFMPEG_CFLAGS) Index: libbase/Makefile.am =================================================================== RCS file: /sources/gnash/gnash/libbase/Makefile.am,v retrieving revision 1.43 diff -u -3 -p -r1.43 Makefile.am --- libbase/Makefile.am 11 Oct 2006 21:50:56 -0000 1.43 +++ libbase/Makefile.am 15 Oct 2006 12:50:20 -0000 @@ -122,6 +122,7 @@ noinst_HEADERS = \ ogl.h \ postscript.h \ rc.h \ + ref_counted.h \ smart_ptr.h \ triangulate.h \ triangulate_impl.h \ Index: testsuite/Makefile.am =================================================================== RCS file: /sources/gnash/gnash/testsuite/Makefile.am,v retrieving revision 1.17 diff -u -3 -p -r1.17 Makefile.am --- testsuite/Makefile.am 13 Oct 2006 20:19:24 -0000 1.17 +++ testsuite/Makefile.am 15 Oct 2006 12:50:21 -0000 @@ -11,7 +11,7 @@ SUBDIRS = \ 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 diff -u -3 -p -r1.4 anaylse-results.sh --- testsuite/anaylse-results.sh 15 Oct 2006 02:46:38 -0000 1.4 +++ testsuite/anaylse-results.sh 15 Oct 2006 12:50:21 -0000 @@ -15,6 +15,9 @@ total_xpass=0; 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 diff -u -3 -p -r1.36 Makefile.am --- testsuite/actionscript.all/Makefile.am 15 Oct 2006 09:11:21 -0000 1.36 +++ testsuite/actionscript.all/Makefile.am 15 Oct 2006 12:50:21 -0000 @@ -116,6 +116,7 @@ endif CLEANFILES = gnash-dbg.log \ *.as.pp *.as.swf *.vswf *swf.frame*.pp \ + out.swf \ site.bak site.exp testrun.sum testrun.log 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 diff -u -3 -p -r1.18 Makefile.am --- testsuite/libbase/Makefile.am 13 Oct 2006 14:28:59 -0000 1.18 +++ testsuite/libbase/Makefile.am 15 Oct 2006 12:50:21 -0000 @@ -65,6 +65,7 @@ CLEANFILES = \ 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 diff -u -3 -p -r1.22 Makefile.am --- testsuite/misc-ming.all/Makefile.am 13 Oct 2006 14:28:59 -0000 1.22 +++ testsuite/misc-ming.all/Makefile.am 15 Oct 2006 12:50:21 -0000 @@ -62,6 +62,11 @@ check_PROGRAMS = \ PlaceObject2Test \ RemoveObject2Test +CLEANFILES = \ + gnash-dbg.log \ + site.exp.bak \ + testrun.sum \ + testrun.log # TESTS = \ # DefineEditTextVariableNameTest-Runner Index: testsuite/misc-ming.all/PlaceObject2Test.c =================================================================== RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/PlaceObject2Test.c,v retrieving revision 1.3 diff -u -3 -p -r1.3 PlaceObject2Test.c --- testsuite/misc-ming.all/PlaceObject2Test.c 13 Oct 2006 14:55:57 -0000 1.3 +++ testsuite/misc-ming.all/PlaceObject2Test.c 15 Oct 2006 12:50:21 -0000 @@ -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 diff -u -3 -p -r1.7 Makefile.am --- testsuite/server/Makefile.am 13 Oct 2006 14:28:59 -0000 1.7 +++ testsuite/server/Makefile.am 15 Oct 2006 12:50:21 -0000 @@ -50,7 +50,11 @@ check_PROGRAMS = \ MatrixTest \ $(NULL) -CLEANFILES = \ +CLEANFILES = \ + testrun.sum \ + testrun.log \ + gnash-dbg.log \ + site.exp.bak \ $(NULL) MatrixTest_SOURCES = MatrixTest.cpp