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


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Loca...
Date: Tue, 20 Mar 2007 17:46:49 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/03/20 17:46:49

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

Log message:
                * testsuite/actionscript.all/LocalConnection.as: add tests
                  for existance of functions that somehow slipped into Gnash.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2650&r2=1.2651
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/LocalConnection.as?cvsroot=gnash&r1=1.11&r2=1.12

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2650
retrieving revision 1.2651
diff -u -b -r1.2650 -r1.2651
--- ChangeLog   20 Mar 2007 17:22:16 -0000      1.2650
+++ ChangeLog   20 Mar 2007 17:46:49 -0000      1.2651
@@ -1,5 +1,7 @@
 2007-03-20 Sandro Santilli <address@hidden>
 
+       * testsuite/actionscript.all/LocalConnection.as: add tests
+         for existance of functions that somehow slipped into Gnash.
        * server/as_function.{cpp,h}: add getFunctionConstructor()
          public static method.
        * server/swf_function.cpp: assing Function as the constructor

Index: testsuite/actionscript.all/LocalConnection.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/LocalConnection.as,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- testsuite/actionscript.all/LocalConnection.as       20 Mar 2007 15:57:56 
-0000      1.11
+++ testsuite/actionscript.all/LocalConnection.as       20 Mar 2007 17:46:49 
-0000      1.12
@@ -22,7 +22,7 @@
 // compile this test case with Ming makeswf, and then
 // execute it like this gnash -1 -r 0 -v out.swf
 
-rcsid="$Id: LocalConnection.as,v 1.11 2007/03/20 15:57:56 bjacques Exp $";
+rcsid="$Id: LocalConnection.as,v 1.12 2007/03/20 17:46:49 strk Exp $";
 
 #include "dejagnu.as"
 
@@ -88,6 +88,16 @@
 // There's no such 'getname' method of LocalConnection !!!
 check_equals(typeof(tmp.getname), 'undefined');
 check_equals(typeof(tmp.getName), 'undefined');
+check_equals(typeof(tmp.getsize), 'undefined');
+check_equals(typeof(tmp.getSize), 'undefined');
+check_equals(typeof(tmp.getallocated), 'undefined');
+check_equals(typeof(tmp.getAllocated), 'undefined');
+check_equals(typeof(LocalConnection.getname), 'undefined');
+check_equals(typeof(LocalConnection.getName), 'undefined');
+check_equals(typeof(LocalConnection.getsize), 'undefined');
+check_equals(typeof(LocalConnection.getSize), 'undefined');
+check_equals(typeof(LocalConnection.getallocated), 'undefined');
+check_equals(typeof(LocalConnection.getAllocated), 'undefined');
 
 // NOTE: This test will fail if a shared memory segment of the same
 // name exists. So the first time it'll pass, then it'll fail.




reply via email to

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