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


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Glob...
Date: Fri, 27 Apr 2007 16:43:10 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/04/27 16:43:10

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

Log message:
                * testsuite/actionscript.all/Global.as: check that 
_global._global
                  is undefined.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3022&r2=1.3023
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/Global.as?cvsroot=gnash&r1=1.23&r2=1.24

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3022
retrieving revision 1.3023
diff -u -b -r1.3022 -r1.3023
--- ChangeLog   27 Apr 2007 16:09:00 -0000      1.3022
+++ ChangeLog   27 Apr 2007 16:43:09 -0000      1.3023
@@ -1,5 +1,10 @@
 2007-04-27 Sandro Santilli <address@hidden>
 
+       * testsuite/actionscript.all/Global.as: check that _global._global
+         is undefined.
+
+2007-04-27 Sandro Santilli <address@hidden>
+
        * server/as_environment.{cpp,h}: changed the ScopeChain
          typedef to be just a vector of as_objects.
        * server/swf_function.{cpp,h}: take a vector of as_objects

Index: testsuite/actionscript.all/Global.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/Global.as,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- testsuite/actionscript.all/Global.as        19 Apr 2007 10:27:09 -0000      
1.23
+++ testsuite/actionscript.all/Global.as        27 Apr 2007 16:43:09 -0000      
1.24
@@ -20,7 +20,7 @@
 // compile this test case with Ming makeswf, and then
 // execute it like this gnash -1 -r 0 -v out.swf
 
-rcsid="$Id: Global.as,v 1.23 2007/04/19 10:27:09 strk Exp $";
+rcsid="$Id: Global.as,v 1.24 2007/04/27 16:43:09 strk Exp $";
 
 #include "check.as"
 
@@ -35,6 +35,7 @@
 
 // odd stuff.. not every value of type 'object' is an instance of Object :!!
 check_equals(typeof(_global), 'object');
+check_equals(typeof(_global._global), 'undefined');
 xcheck( ! _global instanceof Object );
 xcheck_equals( typeof(_global.__proto__), 'undefined' );
 xcheck_equals(typeof(_global.toString), 'undefined');




reply via email to

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