gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/loop_te...


From: Zou Lunkai
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/loop_te...
Date: Sun, 17 Jun 2007 09:19:16 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Zou Lunkai <zoulunkai>  07/06/17 09:19:16

Modified files:
        .              : ChangeLog 
        testsuite/misc-ming.all: loop_test8.c 

Log message:
        comments

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3567&r2=1.3568
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/loop_test8.c?cvsroot=gnash&r1=1.4&r2=1.5

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3567
retrieving revision 1.3568
diff -u -b -r1.3567 -r1.3568
--- ChangeLog   17 Jun 2007 09:07:26 -0000      1.3567
+++ ChangeLog   17 Jun 2007 09:19:16 -0000      1.3568
@@ -1,5 +1,9 @@
 2007-06-17 Zou Lunkai <address@hidden>
 
+       * testsuite/misc-ming.all/loop_test8.c: comments
+       
+2007-06-17 Zou Lunkai <address@hidden>
+
        * server/parser/movie_definition.h, 
          server/parser/movie_def_impl.h,
          server/parser/sprite_definition.h,

Index: testsuite/misc-ming.all/loop_test8.c
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/loop_test8.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- testsuite/misc-ming.all/loop_test8.c        17 Jun 2007 09:07:28 -0000      
1.4
+++ testsuite/misc-ming.all/loop_test8.c        17 Jun 2007 09:19:16 -0000      
1.5
@@ -221,7 +221,7 @@
   check_equals(mo, "typeof(mc2)", "'undefined'"); 
   check_equals(mo, "typeof(mc3)", "'movieclip'"); 
   check_equals(mo, "typeof(mc4)", "'movieclip'"); 
-  xcheck_equals(mo, "typeof(mc5)", "'movieclip'"); 
+  xcheck_equals(mo, "typeof(mc5)", "'movieclip'"); // Gnash fails because of 
action execution order 
   check_equals(mo, "mc1Constructed", "1");
   check_equals(mo, "mc2Constructed", "1"); 
   check_equals(mo, "mc3Constructed", "2"); 




reply via email to

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