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/Date.as


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/actionscript.all/Date.as
Date: Tue, 27 Mar 2007 09:05:23 +0000

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

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

Log message:
                * testsuite/actionscript.all/Date.as:
                  Commented out a test that also fails with
                  the proprietary player (seems related to
                  DST, started failing when it entered in effect).
                  Anyone willing to fix the test is welcome.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2688&r2=1.2689
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/Date.as?cvsroot=gnash&r1=1.19&r2=1.20

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2688
retrieving revision 1.2689
diff -u -b -r1.2688 -r1.2689
--- ChangeLog   25 Mar 2007 15:20:56 -0000      1.2688
+++ ChangeLog   27 Mar 2007 09:05:22 -0000      1.2689
@@ -1,5 +1,10 @@
-2007-03-25 Sandro Santilli <address@hidden>
+2007-03-27 Sandro Santilli <address@hidden>
 
+       * testsuite/actionscript.all/Date.as:
+         Commented out a test that also fails with
+         the proprietary player (seems related to
+         DST, started failing when it entered in effect).
+         Anyone willing to fix the test is welcome.
        * server/sprite_instance.cpp (execute_frame_tags):
          Execute init actions immediately. This might change
          when we get actions execution order definitively right

Index: testsuite/actionscript.all/Date.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/Date.as,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- testsuite/actionscript.all/Date.as  3 Mar 2007 17:27:29 -0000       1.19
+++ testsuite/actionscript.all/Date.as  27 Mar 2007 09:05:23 -0000      1.20
@@ -20,7 +20,7 @@
 // compile this test case with Ming makeswf, and then
 // execute it like this gnash -1 -r 0 -v out.swf
 
-rcsid="$Id: Date.as,v 1.19 2007/03/03 17:27:29 martinwguy Exp $";
+rcsid="$Id: Date.as,v 1.20 2007/03/27 09:05:23 strk Exp $";
 
 #include "check.as"
 
@@ -211,8 +211,9 @@
 d.setUTCFullYear(2000, 0, 1);
 d.setUTCHours(0, 0, 0, 0);
 d.setTime(d.getTime() - (60000*tzoffset));
+note("d.getHours(): "+d.getHours());
 check (d.getHours() >= 0);
-check (d.getHours() <= 1);
+//check (d.getHours() <= 1);
 
 // Test behaviour when you set the time during DST then change the d to
 // a non-DST d.




reply via email to

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