CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/10/25 09:14:08
Modified files: . : ChangeLog testsuite/misc-swfc.all: opcode_guard_test2.sc Log message: * testsuite/misc-swfc.all/opcode_guard_test2.sc: add more consistency checks for zou new tests. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4703&r2=1.4704 http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-swfc.all/opcode_guard_test2.sc?cvsroot=gnash&r1=1.10&r2=1.11 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.4703 retrieving revision 1.4704 diff -u -b -r1.4703 -r1.4704 --- ChangeLog 25 Oct 2007 08:10:14 -0000 1.4703 +++ ChangeLog 25 Oct 2007 09:14:08 -0000 1.4704 @@ -1,5 +1,7 @@ 2007-10-24 Sandro Santilli <[EMAIL PROTECTED]> + * testsuite/misc-swfc.all/opcode_guard_test2.sc: add more consistency + checks for zou new tests. * server/as_environment.cpp (find_target): always use current, not original target. * server/vm/ASHandlers.{cpp,h} (CommonSetTarget): reset target as first Index: testsuite/misc-swfc.all/opcode_guard_test2.sc =================================================================== RCS file: /sources/gnash/gnash/testsuite/misc-swfc.all/opcode_guard_test2.sc,v retrieving revision 1.10 retrieving revision 1.11 diff -u -b -r1.10 -r1.11 --- testsuite/misc-swfc.all/opcode_guard_test2.sc 25 Oct 2007 08:57:22 -0000 1.10 +++ testsuite/misc-swfc.all/opcode_guard_test2.sc 25 Oct 2007 09:14:08 -0000 1.11 @@ -167,6 +167,8 @@ ref201=createEmptyMovieClip('name', 201); ref201.testvar = 201; ref200.removeMovieClip(); + _root.check_equals(ref200.getDepth(), -32969); + _root.check_equals(ref201.getDepth(), 201); setTarget(ref200); _root.check_equals(testvar, 200); setTarget(''); @@ -182,7 +184,7 @@ .action: stop(); // Gnash failed on totals() by discarding some checks. - xtotals(17); + xtotals(19); .end .end // file end _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit