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/setP...


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

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

Modified files:
        .              : ChangeLog 
        testsuite/actionscript.all: setProperty.as 

Log message:
        copy dejagnu stuff to function scope so swf5 still works...

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6570&r2=1.6571
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/setProperty.as?cvsroot=gnash&r1=1.3&r2=1.4

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6570
retrieving revision 1.6571
diff -u -b -r1.6570 -r1.6571
--- ChangeLog   9 May 2008 13:21:06 -0000       1.6570
+++ ChangeLog   9 May 2008 13:27:06 -0000       1.6571
@@ -1,5 +1,10 @@
 2008-05-09 Sandro Santilli <address@hidden>
 
+       * testsuite/actionscript.all/setProperty.as: copy dejagnu
+         stuff to function scope so swf5 still works...
+
+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,

Index: testsuite/actionscript.all/setProperty.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/setProperty.as,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- testsuite/actionscript.all/setProperty.as   9 May 2008 13:21:08 -0000       
1.3
+++ testsuite/actionscript.all/setProperty.as   9 May 2008 13:27:06 -0000       
1.4
@@ -19,7 +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 $";
+rcsid="$Id: setProperty.as,v 1.4 2008/05/09 13:27:06 strk Exp $";
 #include "check.as"
 
 #ifdef MING_SUPPORTS_ASM
@@ -31,6 +31,11 @@
 createSprite("mc1", 10);
 
 mc1.func = function () {
+       pass_check = _root.pass_check;
+       xpass_check = _root.xpass_check;
+       fail_check = _root.fail_check;
+       xfail_check = _root.xfail_check;
+
     check_equals(this, _root.mc1);
     check_equals(_root.mc1._xscale, 100);
     check_equals(_root._xscale, 100);




reply via email to

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