gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Make...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Make...
Date: Fri, 09 May 2008 13:21:08 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/05/09 13:21:08

Modified files:
        .              : ChangeLog 
        testsuite/actionscript.all: Makefile.am MovieClip.as 
                                    setProperty.as 

Log message:
        * testsuite/actionscript.all/Makefile.am: indent
        * testsuite/actionscript.all/MovieClip.as: drop duplicated rcsid.
        * testsuite/actionscript.all/setProperty.as: add rcsid, don't stop,
          fix expected test run. NOTE: pp fails in swf5, not finding
          the pass_check/pass_fail etc...

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6569&r2=1.6570
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/Makefile.am?cvsroot=gnash&r1=1.92&r2=1.93
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/MovieClip.as?cvsroot=gnash&r1=1.132&r2=1.133
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/setProperty.as?cvsroot=gnash&r1=1.2&r2=1.3

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6569
retrieving revision 1.6570
diff -u -b -r1.6569 -r1.6570
--- ChangeLog   9 May 2008 11:12:04 -0000       1.6569
+++ ChangeLog   9 May 2008 13:21:06 -0000       1.6570
@@ -1,5 +1,13 @@
 2008-05-09 Sandro Santilli <address@hidden>
 
+       * testsuite/actionscript.all/Makefile.am: indent
+       * testsuite/actionscript.all/MovieClip.as: drop duplicated rcsid.
+       * testsuite/actionscript.all/setProperty.as: add rcsid, don't stop,
+         fix expected test run. NOTE: pp fails in swf5, not finding
+         the pass_check/pass_fail etc...
+
+2008-05-09 Sandro Santilli <address@hidden>
+
        * libbase/FLVParser.cpp: use 64 (rather then 8) padding bytes.
          I've no idea what that padding means and why is needed, anyway
          it fixes an illegal read of 33 bytes past the allocated set

Index: testsuite/actionscript.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/Makefile.am,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -b -r1.92 -r1.93

Index: testsuite/actionscript.all/MovieClip.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/MovieClip.as,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -b -r1.132 -r1.133
--- testsuite/actionscript.all/MovieClip.as     30 Apr 2008 16:16:43 -0000      
1.132
+++ testsuite/actionscript.all/MovieClip.as     9 May 2008 13:21:08 -0000       
1.133
@@ -20,9 +20,7 @@
 // compile this test case with Ming makeswf, and then
 // execute it like this gnash -1 -r 0 -v out.swf
 
-rcsid="$Id: MovieClip.as,v 1.132 2008/04/30 16:16:43 strk Exp $";
-
-rcsid="$Id: MovieClip.as,v 1.132 2008/04/30 16:16:43 strk Exp $";
+rcsid="$Id: MovieClip.as,v 1.133 2008/05/09 13:21:08 strk Exp $";
 #include "check.as"
 
 // To be called at end of test

Index: testsuite/actionscript.all/setProperty.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/setProperty.as,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- testsuite/actionscript.all/setProperty.as   9 May 2008 09:25:57 -0000       
1.2
+++ testsuite/actionscript.all/setProperty.as   9 May 2008 13:21:08 -0000       
1.3
@@ -19,6 +19,7 @@
 // compile this test case with Ming makeswf, and then
 // execute it like this gnash -1 -r 0 -v out.swf
 
+rcsid="$Id: setProperty.as,v 1.3 2008/05/09 13:21:08 strk Exp $";
 #include "check.as"
 
 #ifdef MING_SUPPORTS_ASM
@@ -28,6 +29,7 @@
 //
 createSprite = ASnative(901, 0); // MovieClip.prototype.createEmptyMovieClip 
 createSprite("mc1", 10);
+
 mc1.func = function () {
     check_equals(this, _root.mc1);
     check_equals(_root.mc1._xscale, 100);
@@ -71,8 +73,8 @@
 };
 mc1.func();
 
-check_totals(7); 
-stop();
+check_totals(6); 
+_root._xscale = 100;
 
 #endif //MING_SUPPORTS_ASM
 




reply via email to

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