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


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/chec...
Date: Sat, 29 Sep 2007 16:40:38 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/09/29 16:40:38

Modified files:
        .              : ChangeLog 
        testsuite/actionscript.all: check.as with.as 

Log message:
                * testsuite/actionscript.all/: check.as, with.as: use 
totals_check
                  and xtotals_check for macros, to avoid confusions.
                  Will come back on this on monday...

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4476&r2=1.4477
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/check.as?cvsroot=gnash&r1=1.30&r2=1.31
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/with.as?cvsroot=gnash&r1=1.17&r2=1.18

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4476
retrieving revision 1.4477
diff -u -b -r1.4476 -r1.4477
--- ChangeLog   29 Sep 2007 16:22:56 -0000      1.4476
+++ ChangeLog   29 Sep 2007 16:40:37 -0000      1.4477
@@ -1,5 +1,11 @@
 2007-09-29 Sandro Santilli <address@hidden>
 
+       * testsuite/actionscript.all/: check.as, with.as: use totals_check
+         and xtotals_check for macros, to avoid confusions.
+         Will come back on this on monday...
+
+2007-09-29 Sandro Santilli <address@hidden>
+
        * testsuite/actionscript.all/: AsBroadcaster.as, Boolean.as,
          Camera.as, Color.as, ContextMenu.as, CustomActions.as, Date.as,
          Error.as, Function.as, Global.as, Inheritance.as, Key.as,

Index: testsuite/actionscript.all/check.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/check.as,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- testsuite/actionscript.all/check.as 29 Sep 2007 16:22:58 -0000      1.30
+++ testsuite/actionscript.all/check.as 29 Sep 2007 16:40:38 -0000      1.31
@@ -69,8 +69,8 @@
 
 #define INFO " [" + __FILE__ + ":" + __LINE__ + "]" 
 
-#define totals(x) totals(x, INFO)
-#define xtotals(x) xtotals(x, INFO)
+#define totals_check(x) totals(x, INFO)
+#define xtotals_check(x) xtotals(x, INFO)
 
 //
 // Use check(<expression>)

Index: testsuite/actionscript.all/with.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/with.as,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- testsuite/actionscript.all/with.as  29 Sep 2007 16:23:00 -0000      1.17
+++ testsuite/actionscript.all/with.as  29 Sep 2007 16:40:38 -0000      1.18
@@ -21,7 +21,7 @@
 // compile this test case with Ming makeswf, and then
 // execute it like this gnash -1 -r 0 -v out.swf
 
-rcsid="$Id: with.as,v 1.17 2007/09/29 16:23:00 strk Exp $";
+rcsid="$Id: with.as,v 1.18 2007/09/29 16:40:38 strk Exp $";
 
 #include "check.as"
 
@@ -322,7 +322,7 @@
 #endif  //OUTPUT_VERSION > 5
 
 #if OUTPUT_VERSION < 6
- totals(26);
+ totals_check(26);
 #else
- xtotals(55); // a-ah!
+ xtotals_check(55); // a-ah!
 #endif




reply via email to

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