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


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Movi...
Date: Sun, 25 Mar 2007 09:05:58 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/03/25 09:05:58

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

Log message:
                * testsuite/actionscript.all/MovieClip.as: print a warning
                  about possible confusion created by bugs in the proprietary
                  players.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2684&r2=1.2685
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/MovieClip.as?cvsroot=gnash&r1=1.38&r2=1.39

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2684
retrieving revision 1.2685
diff -u -b -r1.2684 -r1.2685
--- ChangeLog   25 Mar 2007 08:50:08 -0000      1.2684
+++ ChangeLog   25 Mar 2007 09:05:58 -0000      1.2685
@@ -1,5 +1,8 @@
 2007-03-25 Sandro Santilli <address@hidden>
 
+       * testsuite/actionscript.all/MovieClip.as: print a warning
+         about possible confusion created by bugs in the proprietary
+         players.
        * testsuite/actionscript.all/NetConnection.as:
          getURL doesn't exist, and connect returns
          a boolean value.

Index: testsuite/actionscript.all/MovieClip.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/MovieClip.as,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- testsuite/actionscript.all/MovieClip.as     21 Mar 2007 18:46:47 -0000      
1.38
+++ testsuite/actionscript.all/MovieClip.as     25 Mar 2007 09:05:58 -0000      
1.39
@@ -22,10 +22,18 @@
 // compile this test case with Ming makeswf, and then
 // execute it like this gnash -1 -r 0 -v out.swf
 
-rcsid="$Id: MovieClip.as,v 1.38 2007/03/21 18:46:47 strk Exp $";
+rcsid="$Id: MovieClip.as,v 1.39 2007/03/25 09:05:58 strk Exp $";
 
 #include "check.as"
 
+#if OUTPUT_VERSION < 6
+note("WARNING: it has been reported that adobe flash player version 9 fails a 
few tests here.");
+note("         We belive those are actually adobe player bugs since older 
versions ");
+note("         of the player are reported to pass all tests. If you have 
another idea ");
+note("         we'd be glad to hear from you, just check the testcase source 
code.");
+note();
+#endif
+
 // Get a reference to a MovieClip
 var mc = _root;
 check(typeof(mc)=="movieclip");




reply via email to

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