CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 08/01/09 00:41:14
Modified files: . : ChangeLog testsuite : gnashrc.in testsuite/swfdec: gen_run_swfdec_testsuite.sh Log message: Pretend we're version WIN 9,0,100,0 while running tests (to be predictable and compatible with swfdec testsuite) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5347&r2=1.5348 http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/gnashrc.in?cvsroot=gnash&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/swfdec/gen_run_swfdec_testsuite.sh?cvsroot=gnash&r1=1.10&r2=1.11 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.5347 retrieving revision 1.5348 diff -u -b -r1.5347 -r1.5348 --- ChangeLog 8 Jan 2008 22:48:39 -0000 1.5347 +++ ChangeLog 9 Jan 2008 00:41:13 -0000 1.5348 @@ -1,5 +1,13 @@ 2008-01-08 Sandro Santilli <[EMAIL PROTECTED]> + * testsuite/gnashrc.in: pretend we're version + Pretend we're version WIN 9,0,100,0 while running tests + (to be predictable and compatible with swfdec testsuite) + * testsuite/swfdec/gen_run_swfdec_testsuite.sh: + Use testsuite/gnashrc + +2008-01-08 Sandro Santilli <[EMAIL PROTECTED]> + * testsuite/misc-mtasc.all/: level5.as, level87.as, level99.as, levels.as: add tests to check when do actions in first frame of loaded levels get executed. Index: testsuite/gnashrc.in =================================================================== RCS file: /sources/gnash/gnash/testsuite/gnashrc.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- testsuite/gnashrc.in 5 Jan 2008 10:46:43 -0000 1.2 +++ testsuite/gnashrc.in 9 Jan 2008 00:41:14 -0000 1.3 @@ -5,4 +5,7 @@ set SOLSafeDir @@TMPSODIR@@ set SOLReadOnly false +# this is to be compatible with swfdec tests expectances +set flashVersionString WIN 9,0,100,0 + # TODO: enable extensions ? Index: testsuite/swfdec/gen_run_swfdec_testsuite.sh =================================================================== RCS file: /sources/gnash/gnash/testsuite/swfdec/gen_run_swfdec_testsuite.sh,v retrieving revision 1.10 retrieving revision 1.11 diff -u -b -r1.10 -r1.11 --- testsuite/swfdec/gen_run_swfdec_testsuite.sh 26 Dec 2007 10:43:51 -0000 1.10 +++ testsuite/swfdec/gen_run_swfdec_testsuite.sh 9 Jan 2008 00:41:14 -0000 1.11 @@ -33,6 +33,7 @@ NOW=`date` GPROCESSOR="${BUILDDIR}/utilities/gprocessor" +GNASHRC="${BUILDDIR}/testsuite/gnashrc" GNASH_PLAYER="${BUILDDIR}/gui/gnash" SWFDEC_GNASH_TESTER="${SRCDIR}/swfdec_gnash_tester" @@ -42,6 +43,7 @@ # Generated by gen_run_swfdec_testsuite.sh on # $NOW +export GNASHRC=${GNASHRC} export GPROCESSOR=${GPROCESSOR} EXPECTPASS=${SRCDIR}/PASSING _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit