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


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Func...
Date: Thu, 14 Dec 2006 19:48:30 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/12/14 19:48:30

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

Log message:
                * testsuite/actionscript.all/Function.as: re-enabled
                  lots of tests that were commented out with previous
                  commit of this file (Oops).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1940&r2=1.1941
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/Function.as?cvsroot=gnash&r1=1.18&r2=1.19

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1940
retrieving revision 1.1941
diff -u -b -r1.1940 -r1.1941
--- ChangeLog   14 Dec 2006 19:47:08 -0000      1.1940
+++ ChangeLog   14 Dec 2006 19:48:30 -0000      1.1941
@@ -1,5 +1,8 @@
 2006-12-14 Sandro Santilli <address@hidden>
 
+       * testsuite/actionscript.all/Function.as: re-enabled
+         lots of tests that were commented out with previous
+         commit of this file (Oops).
        * server/vm/ActionExec (operator()):
          handle stack smashing and warn about elements left on
          the stack after a function call.

Index: testsuite/actionscript.all/Function.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/Function.as,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- testsuite/actionscript.all/Function.as      14 Dec 2006 14:06:06 -0000      
1.18
+++ testsuite/actionscript.all/Function.as      14 Dec 2006 19:48:30 -0000      
1.19
@@ -20,13 +20,11 @@
 // compile this test case with Ming makeswf, and then
 // execute it like this gnash -1 -r 0 -v out.swf
 
-rcsid="$Id: Function.as,v 1.18 2006/12/14 14:06:06 strk Exp $";
+rcsid="$Id: Function.as,v 1.19 2006/12/14 19:48:30 strk Exp $";
 
 #include "check.as"
 
 
-#if 0
-
 // Define a function returning 'this'.name and the given args
 function getThisName(a,b,c) { return this.name+a+b+c; }
 
@@ -146,8 +144,6 @@
 check ( testInstance instanceof TestClass );
 check ( stringInstance instanceof String );
 
-#endif
-
 //----------------------------------------------------------
 //
 // Test access of a timeline locals from within a function




reply via email to

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